diff --git a/config/equirectangular_gui.json b/config/equirectangular_gui.json deleted file mode 100644 index fe744ef2698b777e924d802bfe4be4dd0d3fc7e7..0000000000000000000000000000000000000000 --- a/config/equirectangular_gui.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "version": 1, - "masteraddress": "localhost", - "externalcontrolport": 20500, - "settings": { - "display": { - "swapinterval": 0 - } - }, - "nodes": [ - { - "address": "localhost", - "port": 20401, - "windows": [ - { - "name": "OpenSpace", - "fullscreen": false, - "draw2d": false, - "stereo": "none", - "pos": { "x": 50, "y": 50 }, - "size": { "x": 1280, "y": 720 }, - "viewports": [ - { - "tracked": true, - "pos": { "x": 0.0, "y": 0.0 }, - "size": { "x": 1.0, "y": 1.0 }, - "projection": { - "type": "EquirectangularProjection", - "quality": "1k" - } - } - ] - }, - { - "name": "GUI", - "tags": [ "GUI" ], - "fullscreen": false, - "draw3d": false, - "stereo": "none", - "pos": { "x": 50, "y": 50 }, - "size": { "x": 1280, "y": 720 }, - "viewports": [ - { - "pos": { "x": 0.0, "y": 0.0 }, - "size": { "x": 1.0, "y": 1.0 } - } - ] - } - ] - } - ], - "users": [ - { - "eyeseparation": 0.065, - "pos": { "x": 0.0, "y": 0.0, "z": 0.0 } - } - ] -} diff --git a/config/fullscreen1080.json b/config/fullscreen1080.json deleted file mode 100644 index 59ef891571f32b35d778a25d2c173943d33c6788..0000000000000000000000000000000000000000 --- a/config/fullscreen1080.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "version": 1, - "masteraddress": "localhost", - "externalcontrolport": 20500, - "settings": { - "display": { - "swapinterval": 0 - } - }, - "nodes": [ - { - "address": "localhost", - "port": 20401, - "windows": [ - { - "fullscreen": true, - "name": "OpenSpace", - "msaa": 4, - "stereo": "none", - "pos": { "x": 0, "y": 0 }, - "size": { "x": 1920, "y": 1080 }, - "viewports": [ - { - "tracked": true, - "pos": { "x": 0.0, "y": 0.0 }, - "size": { "x": 1.0, "y": 1.0 }, - "projection": { - "type": "PlanarProjection", - "fov": { - "hfov": 80.0, - "vfov": 50.534015846724 - }, - "orientation": { "yaw": 0.0, "pitch": 0.0, "roll": 0.0 } - } - } - ] - } - ] - } - ], - "users": [ - { - "eyeseparation": 0.065, - "pos": { "x": 0.0, "y": 0.0, "z": 0.0 } - } - ] -} diff --git a/config/gui_projector.json b/config/gui_projector.json deleted file mode 100644 index d43b933ad06fb5b22bedcd1e6daeb62a2b7cd064..0000000000000000000000000000000000000000 --- a/config/gui_projector.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "version": 1, - "masteraddress": "localhost", - "externalcontrolport": 20500, - "settings": { - "display": { - "swapinterval": 0 - } - }, - "nodes": [ - { - "address": "localhost", - "port": 20401, - "windows": [ - { - "fullscreen": false, - "border": false, - "name": "GUI", - "tags": [ "GUI" ], - "draw3d": false, - "stereo": "none", - "pos": { "x": 0, "y": 0 }, - "size": { "x": 1920, "y": 1080 }, - "viewports": [ - { - "pos": { "x": 0.0, "y": 0.0 }, - "size": { "x": 1.0, "y": 1.0 } - } - ] - }, - { - "fullscreen": true, - "monitor": 1, - "name": "OpenSpace", - "draw2d": false, - "stereo": "none", - "pos": { "x": 0, "y": 0 }, - "size": { "x": 1920, "y": 1080 }, - "viewports": [ - { - "tracked": true, - "pos": { "x": 0.0, "y": 0.0 }, - "size": { "x": 1.0, "y": 1.0 }, - "projection": { - "type": "PlanarProjection", - "fov": { - "hfov": 80.0, - "vfov": 50.534015846724 - }, - "orientation": { "yaw": 0.0, "pitch": 0.0, "roll": 0.0 } - } - } - ] - } - ] - } - ], - "users": [ - { - "eyeseparation": 0.065, - "pos": { "x": 0.0, "y": 0.0, "z": 0.0 } - } - ] -} diff --git a/config/single_fisheye.json b/config/single_fisheye.json deleted file mode 100644 index adfacbe6806b0e84b2f9e34bc1508f20be88bbb2..0000000000000000000000000000000000000000 --- a/config/single_fisheye.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "version": 1, - "masteraddress": "localhost", - "nodes": [ - { - "address": "localhost", - "port": 20401, - "windows": [ - { - "name": "OpenSpace", - "fullscreen": false, - "stereo": "none", - "size": { "x": 1024, "y": 1024 }, - "viewports": [ - { - "pos": { "x": 0.0, "y": 0.0 }, - "size": { "x": 1.0, "y": 1.0 }, - "projection": { - "type": "FisheyeProjection", - "fov": 180.0, - "quality": "1k", - "tilt": 27.0, - "background": { "r": 0.1, "g": 0.1, "b": 0.1, "a": 1.0 } - } - } - ] - } - ] - } - ], - "users": [ - { - "eyeseparation": 0.06, - "pos": { "x": 0.0, "y": 0.0, "z": 0.0 } - } - ] -} diff --git a/config/single_fisheye_gui.json b/config/single_fisheye_gui.json deleted file mode 100644 index 1d1ca3a909fbe009f5fde743ec80fa40bcc65b84..0000000000000000000000000000000000000000 --- a/config/single_fisheye_gui.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "version": 1, - "masteraddress": "localhost", - "nodes": [ - { - "address": "localhost", - "port": 20401, - "windows": [ - { - "name": "GUI", - "tags": [ "GUI" ], - "fullscreen": false, - "draw3d": false, - "stereo": "none", - "pos": { "x": 50, "y": 50 }, - "size": { "x": 1024, "y": 1024 }, - "viewports": [ - { - "pos": { "x": 0.0, "y": 0.0 }, - "size": { "x": 1.0, "y": 1.0 }, - "projection": { - "type": "PlanarProjection", - "fov": { - "hfov": 80.0, - "vfov": 50.534015846724 - }, - "orientation": { "yaw": 0.0, "pitch": 0.0, "roll": 0.0 } - } - } - ] - }, - { - "name": "OpenSpace", - "fullscreen": false, - "draw2d": false, - "stereo": "none", - "size": { "x": 1024, "y": 1024 }, - "viewports": [ - { - "pos": { "x": 0.0, "y": 0.0 }, - "size": { "x": 1.0, "y": 1.0 }, - "projection": { - "type": "FisheyeProjection", - "fov": 180.0, - "quality": "1k", - "tilt": 27.0, - "background": { "r": 0.1, "g": 0.1, "b": 0.1, "a": 1.0 } - } - } - ] - } - ] - } - ], - "users": [ - { - "eyeseparation": 0.06, - "pos": { "x": 0.0, "y": 0.0, "z": 0.0 } - } - ] -} diff --git a/config/single_gui_spout.json b/config/single_gui_spout.json deleted file mode 100644 index 7f95acd3447d7b3f042e1fba27504c63188fd091..0000000000000000000000000000000000000000 --- a/config/single_gui_spout.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "version": 1, - "masteraddress": "localhost", - "externalcontrolport": 20500, - "settings": { - "display": { - "swapinterval": 0 - } - }, - "nodes": [ - { - "address": "localhost", - "port": 20401, - "windows": [ - { - "name": "GUI", - "pos": { "x": 50, "y": 50 }, - "size": { "x": 1280, "y": 720 }, - "stereo": "none", - "tags": [ "GUI" ], - "viewports": [ - { - "pos": { "x": 0.0, "y": 0.0 }, - "size": { "x": 1.0, "y": 1.0 }, - "projection": { - "type": "PlanarProjection", - "fov": { - "hfov": 80.0, - "vfov": 50.53401565551758 - }, - "orientation": { "yaw": 0.0, "pitch": 0.0, "roll": 0.0 } - } - } - ] - }, - { - "name": "OpenSpace", - "pos": { "x": 50, "y": 50 }, - "size": { "x": 1280, "y": 720 }, - "stereo": "none", - "tags": [ "Spout" ], - "viewports": [ - { - "pos": { "x": 0.0, "y": 0.0 }, - "size": { "x": 1.0, "y": 1.0 }, - "tracked": true, - "projection": { - "type": "PlanarProjection", - "fov": { - "hfov": 80.0, - "vfov": 50.53401565551758 - }, - "orientation": { "yaw": 0.0, "pitch": 0.0, "roll": 0.0 } - } - } - ] - } - ] - } - ], - "users": [ - { - "eyeseparation": 0.06499999761581421, - "pos": { "x": 0.0, "y": 0.0, "z": 0.0 } - } - ] -} diff --git a/config/single_sbs_stereo.json b/config/single_sbs_stereo.json deleted file mode 100644 index 2c0019f083e145174e5f53261192e53dc24b0d6e..0000000000000000000000000000000000000000 --- a/config/single_sbs_stereo.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "version": 1, - "masteraddress": "localhost", - "externalcontrolport": 20500, - "settings": { - "display": { - "swapinterval": 0 - } - }, - "nodes": [ - { - "address": "localhost", - "port": 20401, - "windows": [ - { - "name": "OpenSpace", - "fullscreen": false, - "stereo": "side_by_side", - "pos": { "x": 50, "y": 50 }, - "size": { "x": 1280, "y": 720 }, - "viewports": [ - { - "tracked": true, - "pos": { "x": 0.0, "y": 0.0 }, - "size": { "x": 1.0, "y": 1.0 }, - "projection": { - "type": "PlanarProjection", - "fov": { - "hfov": 80.0, - "vfov": 50.534015846724 - }, - "orientation": { "yaw": 0.0, "pitch": 0.0, "roll": 0.0 } - } - } - ] - } - ] - } - ], - "users": [ - { - "eyeseparation": 0.065, - "pos": { "x": 0.0, "y": 0.0, "z": 0.0 } - } - ] -} diff --git a/config/single_two_win.json b/config/single_two_win.json deleted file mode 100644 index caaefa2cb112542f13a3de7b736a1d5012d19e05..0000000000000000000000000000000000000000 --- a/config/single_two_win.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "version": 1, - "masteraddress": "127.0.0.1", - "nodes": [ - { - "address": "127.0.0.1", - "port": 20401, - "windows": [ - { - "border": true, - "fullscreen": false, - "pos": { "x": 10, "y": 100 }, - "size": { "x": 1280, "y": 720 }, - "viewports": [ - { - "tracked": true, - "pos": { "x": 0.0, "y": 0.0 }, - "size": { "x": 1.0, "y": 1.0 }, - "projection": { - "type": "PlanarProjection", - "fov": { - "hfov": 80.0, - "vfov": 50.534015846724 - }, - "orientation": { "yaw": 0.0, "pitch": 0.0, "roll": 0.0 } - } - } - ] - }, - { - "border": true, - "fullscreen": false, - "pos": { "x": 340, "y": 100 }, - "size": { "x": 1280, "y": 720 }, - "viewports": [ - { - "pos": { "x": 0.0, "y": 0.0 }, - "size": { "x": 1.0, "y": 1.0 }, - "projection": { - "type": "PlanarProjection", - "fov": { - "hfov": 80.0, - "vfov": 50.534015846724 - }, - "orientation": { "yaw": 0.0, "pitch": 0.0, "roll": 0.0 } - } - } - ] - } - ] - } - ], - "users": [ - { - "eyeseparation": 0.065, - "pos": { "x": 0.0, "y": 0.0, "z": 4.0 } - } - ] -} diff --git a/config/single.json b/config/single_window.json similarity index 100% rename from config/single.json rename to config/single_window.json diff --git a/config/spherical_mirror.json b/config/spherical_mirror.json deleted file mode 100644 index f8f1e5669c9840f51bdd6a0109946b1b33d87839..0000000000000000000000000000000000000000 --- a/config/spherical_mirror.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "version": 1, - "masteraddress": "127.0.0.1", - "nodes": [ - { - "address": "127.0.0.1", - "port": 20401, - "windows": [ - { - "fullscreen": false, - "name": "Spherical Projection", - "stereo": "none", - "pos": { "x": 0, "y": 100 }, - "size": { "x": 1280, "y": 720 }, - "res": { "x": 2048, "y": 2048 }, - "viewports": [ - { - "mesh": "mesh/standard_16x9.data", - "pos": { "x": 0.0, "y": 0.0 }, - "size": { "x": 1.0, "y": 1.0 }, - "projection": { - "type": "FisheyeProjection", - "fov": 180.0, - "quality": "2k", - "tilt": 30.0, - "background": { "r": 0.1, "g": 0.1, "b": 0.1, "a": 1.0 } - } - } - ] - } - ] - } - ], - "users": [ - { - "eyeseparation": 0.06, - "pos": { "x": 0.0, "y": 0.0, "z": 0.0 } - } - ] -} diff --git a/config/spherical_mirror_gui.json b/config/spherical_mirror_gui.json deleted file mode 100644 index 5fbd9baf4eeeca728caecc38a16fad2191db4e29..0000000000000000000000000000000000000000 --- a/config/spherical_mirror_gui.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "version": 1, - "masteraddress": "127.0.0.1", - "nodes": [ - { - "address": "127.0.0.1", - "port": 20401, - "windows": [ - { - "fullscreen": false, - "name": "GUI", - "tags": [ "GUI" ], - "draw3d": false, - "stereo": "none", - "pos": { "x": 50, "y": 50 }, - "size": { "x": 1280, "y": 720 }, - "res": { "x": 2048, "y": 2048 }, - "viewports": [ - { - "pos": { "x": 0.0, "y": 0.0 }, - "size": { "x": 1.0, "y": 1.0 }, - "projection": { - "type": "PlanarProjection", - "fov": { - "hfov": 80.0, - "vfov": 50.534015846724 - }, - "orientation": { "yaw": 0.0, "pitch": 0.0, "roll": 0.0 } - } - } - ] - }, - { - "fullscreen": false, - "name": "Spherical Projection", - "stereo": "none", - "draw2d": false, - "pos": { "x": 0, "y": 100 }, - "size": { "x": 1280, "y": 720 }, - "res": { "x": 2048, "y": 2048 }, - "viewports": [ - { - "mesh": "mesh/standard_16x9.data", - "pos": { "x": 0.0, "y": 0.0 }, - "size": { "x": 1.0, "y": 1.0 }, - "projection": { - "type": "FisheyeProjection", - "fov": 180.0, - "quality": "2k", - "tilt": 30.0, - "background": { "r": 0.1, "g": 0.1, "b": 0.1, "a": 1.0 } - } - } - ] - } - ] - } - ], - "users": [ - { - "eyeseparation": 0.06, - "pos": { "x": 0.0, "y": 0.0, "z": 0.0 } - } - ] -} diff --git a/config/spout_output_cubemap.json b/config/spout_output_cubemap.json deleted file mode 100644 index 064f48ecfcbaf53bc5eaf5bc873c9bef0b6a9856..0000000000000000000000000000000000000000 --- a/config/spout_output_cubemap.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "version": 1, - "masteraddress": "localhost", - "scene": { - "offset": { "x": 0.0, "y": 0.0, "z": 0.0 }, - "orientation": { "yaw": 0.0, "pitch": -90.0, "roll": 0.0 }, - "scale": 1.0 - }, - "settings": { - "display": { - "swapinterval": 1 - } - }, - "nodes": [ - { - "address": "localhost", - "port": 20401, - "windows": [ - { - "name": "OpenSpace", - "size": { "x": 1024, "y": 1024 }, - "stereo": "none", - "viewports": [ - { - "pos": { "x": 0.0, "y": 0.0 }, - "size": { "x": 1.0, "y": 1.0 }, - "projection": { - "type": "SpoutOutputProjection", - "background": { - "r": 0.1, - "g": 0.1, - "b": 0.1, - "a": 1.0 - }, - "channels": { - "bottom": true, - "left": true, - "right": true, - "top": true, - "zleft": true, - "zright": true - }, - "mapping": "cubemap", - "mappingspoutname": "OS_CUBEMAP", - "orientation": { "pitch": 0.0, "roll": 0.0, "yaw": 0.0 }, - "quality": "1024" - } - } - ] - } - ] - } - ], - "users": [ - { - "eyeseparation": 0.05999999865889549, - "pos": { "x": 0.0, "y": 0.0, "z": 0.0 } - } - ] -} diff --git a/config/spout_output_equirectangular.json b/config/spout_output_equirectangular.json deleted file mode 100644 index 87a3bd98c25e950cbf9212e190d47d871630d6fa..0000000000000000000000000000000000000000 --- a/config/spout_output_equirectangular.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "version": 1, - "masteraddress": "localhost", - "scene": { - "offset": { "x": 0.0, "y": 0.0, "z": 0.0 }, - "orientation": { "yaw": 0.0, "pitch": -90.0, "roll": 0.0 }, - "scale": 1.0 - }, - "settings": { - "display": { - "swapinterval": 1 - } - }, - "nodes": [ - { - "address": "localhost", - "port": 20401, - "windows": [ - { - "name": "OpenSpace", - "size": { "x": 1024, "y": 1024 }, - "stereo": "none", - "viewports": [ - { - "pos": { "x": 0.0, "y": 0.0 }, - "size": { "x": 1.0, "y": 1.0 }, - "projection": { - "type": "SpoutOutputProjection", - "background": { - "r": 0.1, - "g": 0.1, - "b": 0.1, - "a": 1.0 - }, - "channels": { - "bottom": true, - "left": true, - "right": true, - "top": true, - "zleft": true, - "zright": true - }, - "mapping": "equirectangular", - "mappingspoutname": "OS_EQUIRECTANGULAR", - "orientation": { "pitch": 0.0, "roll": 0.0, "yaw": 0.0 }, - "quality": "1024" - } - } - ] - } - ] - } - ], - "users": [ - { - "eyeseparation": 0.06, - "pos": { "x": 0.0, "y": 0.0, "z": 0.0 } - } - ] -} diff --git a/config/spout_output_fisheye.json b/config/spout_output_fisheye.json deleted file mode 100644 index cd1b2a490e97adf4d0071159831e502d9cdf5149..0000000000000000000000000000000000000000 --- a/config/spout_output_fisheye.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "version": 1, - "masteraddress": "localhost", - "scene": { - "offset": { "x": 0.0, "y": 0.0, "z": 0.0 }, - "orientation": { "yaw": 0.0, "pitch": 0.0, "roll": 0.0 }, - "scale": 1.0 - }, - "settings": { - "display": { - "swapinterval": 1 - } - }, - "nodes": [ - { - "address": "localhost", - "port": 20401, - "windows": [ - { - "name": "OpenSpace", - "size": { "x": 1024, "y": 1024 }, - "stereo": "none", - "viewports": [ - { - "pos": { "x": 0.0, "y": 0.0 }, - "size": { "x": 1.0, "y": 1.0 }, - "projection": { - "type": "SpoutOutputProjection", - "background": { - "r": 0.1, - "g": 0.1, - "b": 0.1, - "a": 1.0 - }, - "channels": { - "bottom": false, - "left": true, - "right": true, - "top": true, - "zleft": true, - "zright": false - }, - "mapping": "fisheye", - "mappingspoutname": "OS_FISHEYE", - "orientation": { "pitch": 0.0, "roll": 0.0, "yaw": 45.0 }, - "quality": "1024" - } - } - ] - } - ] - } - ], - "users": [ - { - "eyeseparation": 0.06, - "pos": { "x": 0.0, "y": 0.0, "z": 0.0 } - } - ] -} diff --git a/config/spout_output_flat.json b/config/spout_output_flat.json deleted file mode 100644 index 0d1b775d77eb0e959fb609c7c4af795e85d4364f..0000000000000000000000000000000000000000 --- a/config/spout_output_flat.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "version": 1, - "masteraddress": "localhost", - "scene": { - "offset": { "x": 0.0, "y": 0.0, "z": 0.0 }, - "orientation": { "yaw": 0.0, "pitch": 0.0, "roll": 0.0 }, - "scale": 1.0 - }, - "settings": { - "display": { - "swapinterval": 1 - } - }, - "nodes": [ - { - "address": "localhost", - "port": 20401, - "windows": [ - { - "name": "OpenSpace", - "size": { "x": 1440, "y": 810 }, - "stereo": "none", - "viewports": [ - { - "pos": { "x": 0.0, "y": 0.0 }, - "size": { "x": 1.0, "y": 1.0 }, - "projection": { - "PlanarProjection": { - "fov": { - "hfov": 80.0, - "vfov": 50.534015846724 - }, - "orientation": { "yaw": 0.0, "pitch": 0.0, "roll": 0.0 } - }, - "background": { - "r": 0.1, - "g": 0.1, - "b": 0.1, - "a": 1.0 - }, - "drawMain": true, - "height": "1080", - "mappingspoutname": "OS_FLAT", - "type": "SpoutFlatProjection", - "width": "1920" - } - } - ] - } - ] - } - ], - "users": [ - { - "eyeseparation": 0.05999999865889549, - "pos": { "x": 0.0, "y": 0.0, "z": 0.0 } - } - ] -} diff --git a/config/two_nodes.json b/config/two_nodes.json deleted file mode 100644 index 723250a6f09bb62e9500484ff7be41924f2311e8..0000000000000000000000000000000000000000 --- a/config/two_nodes.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "version": 1, - "masteraddress": "127.0.0.1", - "nodes": [ - { - "address": "127.0.0.1", - "port": 20401, - "windows": [ - { - "fullscreen": false, - "pos": { "x": 0, "y": 300 }, - "size": { "x": 1280, "y": 720 }, - "viewports": [ - { - "tracked": true, - "pos": { "x": 0.0, "y": 0.0 }, - "size": { "x": 1.0, "y": 1.0 }, - "projection": { - "type": "PlanarProjection", - "fov": { - "hfov": 80.0, - "vfov": 50.534015846724 - }, - "orientation": { "yaw": 0.0, "pitch": 0.0, "roll": 0.0 } - } - } - ] - } - ] - }, - { - "address": "127.0.0.2", - "port": 20402, - "windows": [ - { - "fullscreen": false, - "pos": { "x": 640, "y": 300 }, - "size": { "x": 1280, "y": 720 }, - "viewports": [ - { - "tracked": true, - "pos": { "x": 0.0, "y": 0.0 }, - "size": { "x": 1.0, "y": 1.0 }, - "projection": { - "type": "PlanarProjection", - "fov": { - "hfov": 80.0, - "vfov": 50.534015846724 - }, - "orientation": { "yaw": 0.0, "pitch": 0.0, "roll": 0.0 } - } - } - ] - } - ] - } - ], - "users": [ - { - "eyeseparation": 0.065, - "pos": { "x": 0.0, "y": 0.0, "z": 4.0 } - } - ] -} diff --git a/config/single_gui.json b/config/two_window.json similarity index 100% rename from config/single_gui.json rename to config/two_window.json diff --git a/config/exo_two_window_1920x1080.json b/config/two_window_1920x1080.json similarity index 100% rename from config/exo_two_window_1920x1080.json rename to config/two_window_1920x1080.json diff --git a/config/exo_two_window_2560x1440.json b/config/two_window_2560x1440.json similarity index 100% rename from config/exo_two_window_2560x1440.json rename to config/two_window_2560x1440.json diff --git a/data/profiles/apollo.profile b/data/profiles/apollo.profile deleted file mode 100644 index ce3e96b213fb27a4928733f6ab80524a425803c6..0000000000000000000000000000000000000000 --- a/data/profiles/apollo.profile +++ /dev/null @@ -1,188 +0,0 @@ -{ - "actions": [ - { - "documentation": "Jump to right before the earthrise photo", - "gui_path": "/Missions/Apollo/8", - "identifier": "profile.setup.earthrise", - "is_local": false, - "name": "Set Earthrise time", - "script": "openspace.time.setPause(true); openspace.time.setDeltaTime(1); openspace.time.setTime('1968 DEC 24 16:37:31'); openspace.navigation.setNavigationState({Anchor = 'Apollo8', Position = { 1.494592E1, 3.236777E1, -4.171296E1 }, ReferenceFrame = 'Root', Up = { 0.960608E0, -0.212013E0, 0.179675E0 }}); openspace.setPropertyValue('*Trail.Renderable.Enabled', false);" - }, - { - "documentation": "Jump to time right before Apollo 8 liftoff, with its trail enabled", - "gui_path": "/Missions/Apollo/8", - "identifier": "profile.setup.apollo8", - "is_local": false, - "name": "Set Apollo 8 launch time", - "script": "openspace.time.setTime('1968-12-21T12:51:37.00'); openspace.setPropertyValueSingle('Scene.Apollo8LaunchTrail.Renderable.Enabled', true);" - }, - { - "documentation": "Toggles Moon Kaguya color layer", - "gui_path": "/Missions/Apollo", - "identifier": "profile.moon.kaguyalayer", - "is_local": false, - "name": "Toggle Kaguya layer", - "script": "openspace.setPropertyValueSingle('Scene.Moon.Renderable.Layers.ColorLayers.Kaguya_Utah.Enabled', not openspace.getPropertyValue('Scene.Moon.Renderable.Layers.ColorLayers.Kaguya_Utah.Enabled'));" - }, - { - "documentation": "Toggles shading for the Moon", - "gui_path": "/Missions/Apollo", - "identifier": "profile.moon.shading", - "is_local": false, - "name": "Toggle Moon shading", - "script": "openspace.setPropertyValueSingle('Scene.Moon.Renderable.PerformShading', not openspace.getPropertyValue('Scene.Moon.Renderable.PerformShading'));" - }, - { - "documentation": "Set camera focus to the Earth", - "gui_path": "/Missions/Apollo", - "identifier": "profile.focus.earth", - "is_local": false, - "name": "Focus on Earth", - "script": "openspace.setPropertyValueSingle('NavigationHandler.OrbitalNavigator.Aim', ''); openspace.setPropertyValueSingle('NavigationHandler.OrbitalNavigator.Anchor', 'Earth'); openspace.setPropertyValueSingle('NavigationHandler.OrbitalNavigator.RetargetAnchor', nil);" - }, - { - "documentation": "Set camera focus to the Moon", - "gui_path": "/Missions/Apollo", - "identifier": "profile.focus.moon", - "is_local": false, - "name": "Focus on Moon", - "script": "openspace.setPropertyValueSingle('NavigationHandler.OrbitalNavigator.Aim', ''); openspace.setPropertyValueSingle('NavigationHandler.OrbitalNavigator.Anchor', 'Moon'); openspace.setPropertyValueSingle('NavigationHandler.OrbitalNavigator.RetargetAnchor', nil);" - }, - { - "documentation": "Disable apollo site on moon when leaving", - "gui_path": "/Missions/Apollo", - "identifier": "profile.moon.disableapollosites", - "is_local": false, - "name": "Disable Apollo sites", - "script": "openspace.setPropertyValue('Scene.Moon.Renderable.Layers.ColorLayers.A17_*.Enabled', false); openspace.setPropertyValueSingle('Scene.Moon.Renderable.Layers.HeightLayers.LRO_NAC_Apollo_11.Enabled', false); openspace.setPropertyValueSingle('Scene.Moon.Renderable.Layers.ColorLayers.A11_M177481212_p_longlat.Enabled', false); openspace.setPropertyValueSingle('Scene.Apollo11MoonTrail.Renderable.Enabled', false); openspace.setPropertyValueSingle('Scene.Apollo11LemTrail.Renderable.Enabled', false); openspace.setPropertyValueSingle('Scene.Moon.Renderable.Layers.HeightLayers.LRO_NAC_Apollo_17.Enabled', false);" - }, - { - "documentation": "Setup for Apollo 11 landing site", - "gui_path": "/Missions/Apollo/11", - "identifier": "profile.setup.apollo11", - "is_local": false, - "name": "Setup A11 site", - "script": "openspace.time.setTime('1969 JUL 20 20:17:40'); openspace.setPropertyValueSingle('Scene.Moon.Renderable.Layers.HeightLayers.LRO_NAC_Apollo_11.Enabled', true); openspace.setPropertyValueSingle('Scene.Moon.Renderable.Layers.ColorLayers.A11_M177481212_p_longlat.Enabled', true); openspace.setPropertyValueSingle('Scene.Moon.Renderable.TargetLodScaleFactor', 20.11); openspace.setPropertyValue('NavigationHandler.OrbitalNavigator.Anchor', 'Apollo11LemPosition'); openspace.setPropertyValue('NavigationHandler.OrbitalNavigator.RetargetAnchor', nil); openspace.setPropertyValueSingle('Scene.Apollo11MoonTrail.Renderable.Enabled', true); openspace.setPropertyValueSingle('Scene.Apollo11LemTrail.Renderable.Enabled', true);" - }, - { - "documentation": "Setup for Apollo 17 landing site", - "gui_path": "/Missions/Apollo/17", - "identifier": "profile.setup.apollo17", - "is_local": false, - "name": "Setup A17 site", - "script": "openspace.time.setTime('1972 DEC 12 19:47:11'); openspace.setPropertyValueSingle('Scene.Moon.Renderable.Layers.ColorLayers.A17_travmap.BlendMode', 0.000000); openspace.setPropertyValueSingle('Scene.Moon.Renderable.Layers.ColorLayers.A17_travmap.Enabled', true); openspace.setPropertyValueSingle('Scene.Moon.Renderable.Layers.HeightLayers.LRO_NAC_Apollo_17.Enabled', true); openspace.setPropertyValueSingle('Scene.Moon.Renderable.Layers.ColorLayers.A17_LEM.Enabled', true); openspace.setPropertyValueSingle('Scene.Moon.Renderable.Layers.ColorLayers.A17_LEM.BlendMode', 0.000000); openspace.setPropertyValueSingle('Scene.Moon.Renderable.Layers.ColorLayers.A17_NAC_Alt_p.Enabled', true); openspace.setPropertyValueSingle('Scene.Moon.Renderable.Layers.ColorLayers.A17_NAC_Alt_p.BlendMode', 0.000000); openspace.setPropertyValueSingle('Scene.Moon.Renderable.TargetLodScaleFactor', 20.17); openspace.setPropertyValue('NavigationHandler.OrbitalNavigator.Anchor', 'Apollo17LemModel'); openspace.setPropertyValue('NavigationHandler.OrbitalNavigator.RetargetAnchor', nil); openspace.setPropertyValueSingle('Scene.Moon.Renderable.Layers.ColorLayers.A17_station7.BlendMode', 0.000000);" - } - ], - "assets": [ - "base", - "scene/solarsystem/missions/apollo/11/apollo11", - "scene/solarsystem/missions/apollo/11/lem_flipbook", - "scene/solarsystem/missions/apollo/17/lem", - "scene/solarsystem/missions/apollo/8/apollo8", - "scene/solarsystem/missions/apollo/apollo_globebrowsing", - "scene/solarsystem/missions/apollo/insignias_map" - ], - "camera": { - "altitude": 15000000.0, - "anchor": "Earth", - "latitude": 20.0, - "longitude": -60.0, - "type": "goToGeo" - }, - "delta_times": [ - 1.0, - 5.0, - 30.0, - 60.0, - 300.0, - 1800.0, - 3600.0, - 43200.0, - 86400.0, - 604800.0, - 1209600.0, - 2592000.0, - 5184000.0, - 7776000.0, - 15552000.0, - 31536000.0, - 63072000.0, - 157680000.0, - 315360000.0, - 630720000.0 - ], - "keybindings": [ - { - "action": "profile.setup.earthrise", - "key": "E" - }, - { - "action": "profile.setup.apollo8", - "key": "U" - }, - { - "action": "profile.moon.kaguyalayer", - "key": "K" - }, - { - "action": "profile.moon.shading", - "key": "S" - }, - { - "action": "profile.focus.earth", - "key": "Home" - }, - { - "action": "profile.focus.moon", - "key": "M" - }, - { - "action": "profile.moon.disableapollosites", - "key": "F9" - }, - { - "action": "profile.setup.apollo11", - "key": "F11" - }, - { - "action": "profile.setup.apollo17", - "key": "F7" - } - ], - "mark_nodes": [ - "Earth", - "Moon", - "Apollo8", - "Apollo11", - "Apollo11LemModel", - "Apollo17LemModel" - ], - "meta": { - "author": "OpenSpace Team", - "description": "This profile contains all the apollo assets in openspace. Apollo 8,11,17 and some associated materials. ", - "license": "MIT License", - "name": "Apollo", - "url": "https://www.openspaceproject.com", - "version": "1.0" - }, - "properties": [ - { - "name": "NavigationHandler.OrbitalNavigator.MinimumAllowedDistance", - "type": "setPropertyValue", - "value": "0" - }, - { - "name": "Scene.Moon.Renderable.Layers.ColorLayers.A17_travmap.BlendMode", - "type": "setPropertyValue", - "value": "0" - } - ], - "time": { - "type": "absolute", - "value": "1968-12-21T12:51:51" - }, - "version": { - "major": 1, - "minor": 1 - } -} \ No newline at end of file diff --git a/data/profiles/asteroids.profile b/data/profiles/asteroids.profile deleted file mode 100644 index 8e6cb40535d5152ba850ba48d42c6615039b4f69..0000000000000000000000000000000000000000 --- a/data/profiles/asteroids.profile +++ /dev/null @@ -1,75 +0,0 @@ -{ - "assets": [ - "base", - "scene/solarsystem/interstellar/c-2019_q4_borisov", - "scene/solarsystem/interstellar/oumuamua", - "scene/solarsystem/sssb/amor_asteroid", - "scene/solarsystem/sssb/apollo_asteroid", - "scene/solarsystem/sssb/aten_asteroid", - "scene/solarsystem/sssb/atira_asteroid", - "scene/solarsystem/sssb/centaur_asteroid", - "scene/solarsystem/sssb/chiron-type_comet", - "scene/solarsystem/sssb/encke-type_comet", - "scene/solarsystem/sssb/halley-type_comet", - "scene/solarsystem/sssb/inner_main_belt_asteroid", - "scene/solarsystem/sssb/jupiter-family_comet", - "scene/solarsystem/sssb/jupiter_trojan_asteroid", - "scene/solarsystem/sssb/main_belt_asteroid", - "scene/solarsystem/sssb/mars-crossing_asteroid", - "scene/solarsystem/sssb/outer_main_belt_asteroid", - "scene/solarsystem/sssb/pha", - "scene/solarsystem/sssb/transneptunian_object_asteroid" - ], - "camera": { - "altitude": 2700000000000.0, - "anchor": "Earth", - "latitude": 58.5877, - "longitude": 16.1924, - "type": "goToGeo" - }, - "delta_times": [ - 1.0, - 5.0, - 30.0, - 60.0, - 300.0, - 1800.0, - 3600.0, - 43200.0, - 86400.0, - 604800.0, - 1209600.0, - 2592000.0, - 5184000.0, - 7776000.0, - 15552000.0, - 31536000.0, - 63072000.0, - 157680000.0, - 315360000.0, - 630720000.0 - ], - "mark_nodes": [ - "Earth", - "Sun", - "Jupiter", - "Neptune", - "Pluto" - ], - "meta": { - "author": "OpenSpace Team", - "description": "This profile shows approximately 936,000 asteroids from the JPL Horizons Small-Body Database (SBDB). Included in this profile (and defined on our wiki): Amor Asteroids, Apollo Asteroids, Aten Asteroids, Atira Asteroids, Centaur Asteroids, Chiron-Type Comets, Encke-Type Comets, Halley-Type Comets, Inner Main Asteroid Belt Asteroids, Jupiter Family Comets, Jupiter Trojan Asteroids, Main Asteroid Belt Asteroids, Mars-Crossing Asteroids, Outer Main Asteroid Belt Asteroids, Potentially Hazardous Asteroids (PHAs), and Trans-Neptunian Asteroids.", - "license": "MIT License", - "name": "Asteroids", - "url": "https://www.openspaceproject.com", - "version": "1.0" - }, - "time": { - "type": "relative", - "value": "-1d" - }, - "version": { - "major": 1, - "minor": 0 - } -} \ No newline at end of file diff --git a/data/profiles/bastilleday2000.profile b/data/profiles/bastilleday2000.profile deleted file mode 100644 index 4d21ebc02ab77d96713d0a0cea0204176f4c5153..0000000000000000000000000000000000000000 --- a/data/profiles/bastilleday2000.profile +++ /dev/null @@ -1,208 +0,0 @@ -{ - "actions": [ - { - "documentation": "Reset button to start of CME", - "gui_path": "/Bastille-Day 2000", - "identifier": "bastille-day.reset_loops", - "is_local": false, - "name": "Reset button. Start of CME, no loop", - "script": "openspace.time.setTime('2000-JUL-14 10:03:00.00');openspace.scriptScheduler.clear();" - }, - { - "documentation": "New loop: Restarts time at 10:03 and stops at 10:16, sets delta time to 2 min/ second (120 seconds/ second)", - "gui_path": "/Bastille-Day 2000", - "identifier": "bastille-day.short_loop", - "is_local": false, - "name": "Loop 10:03 - 10:16, at 2 min/ second", - "script": "openspace.scriptScheduler.clear();openspace.time.setDeltaTime(120);openspace.time.setTime('2000-JUL-14 10:03:00.00');EndtimeShortLoop = \"2000 JUL 14 10:16:00\";StarttimescriptSlowLoop = \"openspace.time.setTime('2000 JUL 14 10:03:00')\";openspace.scriptScheduler.loadScheduledScript(EndtimeShortLoop, StarttimescriptSlowLoop);" - }, - { - "documentation": "New loop: Restarts time at 10:03 and stops at 11:00, delta time to 4 min/ second (240 seconds/ second)", - "gui_path": "/Bastille-Day 2000", - "identifier": "bastille-day.standard_loop", - "is_local": false, - "name": "Loop 10:03 - 11:00, at 4 min/ second", - "script": "StarttimescriptSlowLoop = \"openspace.time.setTime('2000 JUL 14 10:03:00')\";openspace.scriptScheduler.clear();openspace.time.setDeltaTime(240);openspace.time.setTime('2000-JUL-14 10:03:00.00');openspace.scriptScheduler.loadScheduledScript('2000 JUL 14 11:00:00', StarttimescriptSlowLoop);" - }, - { - "documentation": "Fast loop: Starts from 10:03 and sets delta time to 15 min/ second (900 seconds/ second)", - "gui_path": "/Bastille-Day 2000", - "identifier": "bastille-day.fast_loop", - "is_local": false, - "name": "Loop 10:03 - 11.48, at 15 min/ second", - "script": "openspace.scriptScheduler.clear();openspace.time.setDeltaTime(900);openspace.time.setTime('2000-JUL-14 10:03:00.00');StarttimescriptFastLoop = \"openspace.time.setTime('2000 JUL 14 10:03:00')\";openspace.scriptScheduler.loadScheduledScript('2000 JUL 14 11:48:00', StarttimescriptFastLoop);" - }, - { - "documentation": "Long loop: Restarts time at 09:30 and stops at 11:50, delta time to 4 min/ second (240 seconds/ second)", - "gui_path": "/Bastille-Day 2000", - "identifier": "bastille-day.long_loop", - "is_local": false, - "name": "Loop 09:30 - 13:00, at 4 min/ second", - "script": "openspace.scriptScheduler.clear();openspace.time.setDeltaTime(240);openspace.time.setTime('2000-JUL-14 09:30:00.00');StarttimescriptLongLoop = \"openspace.time.setTime('2000 JUL 14 09:30:00')\";openspace.scriptScheduler.loadScheduledScript('2000 JUL 14 13:00:00', StarttimescriptLongLoop);" - } - ], - "assets": [ - "base", - "dashboard/default_dashboard", - "scene/solarsystem/heliosphere/bastille_day/density_volume", - "scene/solarsystem/heliosphere/bastille_day/fieldlines", - "scene/solarsystem/heliosphere/bastille_day/fluxnodes", - "scene/solarsystem/heliosphere/bastille_day/fluxnodescutplane", - "scene/solarsystem/heliosphere/bastille_day/fluxnodeslegend", - "scene/solarsystem/heliosphere/bastille_day/lightindicator", - "scene/solarsystem/heliosphere/bastille_day/magnetogram", - "scene/solarsystem/heliosphere/bastille_day/magnetogram_textures", - "scene/solarsystem/planets/earth/magnetosphere/magnetosphere", - "scene/solarsystem/planets/earth/magnetosphere/transforms_magnetosphere", - "scene/solarsystem/planets/earth/satellites/satellites", - "scene/solarsystem/sun/euv_layer" - ], - "camera": { - "altitude": 3400000000.0, - "anchor": "Sun", - "latitude": 20.5877, - "longitude": -35.1924, - "type": "goToGeo" - }, - "delta_times": [ - 1.0, - 5.0, - 30.0, - 60.0, - 300.0, - 1800.0, - 3600.0, - 43200.0, - 86400.0, - 604800.0, - 1209600.0, - 2592000.0, - 5184000.0, - 7776000.0, - 15552000.0, - 31536000.0, - 63072000.0, - 157680000.0, - 315360000.0, - 630720000.0 - ], - "keybindings": [ - { - "action": "bastille-day.reset_loops", - "key": "R" - }, - { - "action": "bastille-day.short_loop", - "key": "CTRL+1" - }, - { - "action": "bastille-day.standard_loop", - "key": "CTRL+2" - }, - { - "action": "bastille-day.fast_loop", - "key": "CTRL+3" - }, - { - "action": "bastille-day.long_loop", - "key": "CTRL+4" - }, - { - "action": "density_volume.toggle_volume", - "key": "D" - }, - { - "action": "fluxnodelegend.show_legend", - "key": "N" - }, - { - "action": "fluxnodelegend.hide_legend", - "key": "M" - }, - { - "action": "magnetogram_texture.switch_color_layer", - "key": "I" - }, - { - "action": "euv_layer.toggle_EUV", - "key": "E" - }, - { - "action": "fluxnodes.toggle_fluxnodes", - "key": "O" - }, - { - "action": "fieldlines.toggle_fieldlines", - "key": "U" - }, - { - "action": "fluxnodescutplane.toggle_equatorial", - "key": "P" - }, - { - "action": "fluxnodescutplane.toggle_meridial", - "key": "LEFTBRACKET" - } - ], - "mark_nodes": [ - "Earth", - "Mars", - "Moon", - "Sun", - "Venus", - "ISS" - ], - "meta": { - "author": "CCMC", - "description": "This profile is showing the Coronal mass ejection of the bastille day 2000-07-14. The profile is data intensive and will require a powerful GPU.", - "license": "MIT License", - "name": "Bastille day 2000", - "url": "https://www.openspaceproject.com", - "version": "1.0" - }, - "properties": [ - { - "name": "{earth_satellites}.Renderable.Enabled", - "type": "setPropertyValue", - "value": "false" - }, - { - "name": "Scene.Sun.Renderable.Enabled", - "type": "setPropertyValue", - "value": "true" - }, - { - "name": "Scene.SunGlare.Renderable.Enabled", - "type": "setPropertyValue", - "value": "false" - }, - { - "name": "Scene.Sun.Renderable.Layers.ColorLayers.Texture.Enabled", - "type": "setPropertyValue", - "value": "false" - }, - { - "name": "Scene.Sun.Renderable.Layers.ColorLayers.magnetogram-2.Enabled", - "type": "setPropertyValue", - "value": "true" - }, - { - "name": "Scene.Earth.Renderable.Layers.ColorLayers.ESRI_VIIRS_Combo.Enabled", - "type": "setPropertyValue", - "value": "false" - }, - { - "name": "Scene.Earth.Renderable.Layers.ColorLayers.ESRI_World_Imagery.Enabled", - "type": "setPropertyValue", - "value": "true" - } - ], - "time": { - "type": "absolute", - "value": "2000-07-14T08:42:00" - }, - "version": { - "major": 1, - "minor": 1 - } -} diff --git a/data/profiles/dawn.profile b/data/profiles/dawn.profile deleted file mode 100644 index c5ce5a3758bbcb1f39f7fb5c8bf635480f0aa1a2..0000000000000000000000000000000000000000 --- a/data/profiles/dawn.profile +++ /dev/null @@ -1,63 +0,0 @@ -{ - "assets": [ - "base", - "scene/solarsystem/missions/dawn/ceres", - "scene/solarsystem/missions/dawn/dawn", - "scene/solarsystem/missions/dawn/vesta" - ], - "camera": { - "aim": "", - "anchor": "Dawn", - "frame": "", - "position": { - "x": 526782000000.0, - "y": 257168000000.0, - "z": -1381130000000.0 - }, - "type": "setNavigationState" - }, - "delta_times": [ - 1.0, - 5.0, - 30.0, - 60.0, - 300.0, - 1800.0, - 3600.0, - 43200.0, - 86400.0, - 604800.0, - 1209600.0, - 2592000.0, - 5184000.0, - 7776000.0, - 15552000.0, - 31536000.0, - 63072000.0, - 157680000.0, - 315360000.0, - 630720000.0 - ], - "mark_nodes": [ - "Dawn", - "Ceres", - "Vesta", - "Sun" - ], - "meta": { - "author": "OpenSpace Team", - "description": "work in progress profile for the dawn mission", - "license": "MIT License", - "name": "Dawn", - "url": "https://www.openspaceproject.com", - "version": "1.0" - }, - "time": { - "type": "absolute", - "value": "2011-08-06T00:00:00" - }, - "version": { - "major": 1, - "minor": 0 - } -} \ No newline at end of file diff --git a/data/profiles/default_full.profile b/data/profiles/default_full.profile deleted file mode 100644 index f2ba7d71bd6481bee73dba3efc21a7d01e72c059..0000000000000000000000000000000000000000 --- a/data/profiles/default_full.profile +++ /dev/null @@ -1,135 +0,0 @@ -{ - "actions": [ - { - "documentation": "Toggle trails on or off for satellites around Earth", - "gui_path": "/Solar System/Earth", - "identifier": "profile.toggle.satellite", - "is_local": false, - "name": "Toggle satellite trails", - "script": "local list = openspace.getProperty('{earth_satellites}.Renderable.Enabled'); for _,v in pairs(list) do openspace.setPropertyValueSingle(v, not openspace.getPropertyValue(v)) end" - }, - { - "documentation": "Refocuses the camera on the ISS", - "gui_path": "/Solar System/Earth", - "identifier": "profile.focus.iss", - "is_local": false, - "name": "Focus ISS", - "script": "openspace.setPropertyValueSingle('NavigationHandler.OrbitalNavigator.Aim', '');openspace.setPropertyValueSingle('NavigationHandler.OrbitalNavigator.Anchor', 'ISS');openspace.setPropertyValueSingle('NavigationHandler.OrbitalNavigator.RetargetAnchor', nil);" - }, - { - "documentation": "Retargets the camera on Earth", - "gui_path": "/Solar System/Earth", - "identifier": "profile.focus.earth", - "is_local": false, - "name": "Focus on Earth", - "script": "openspace.setPropertyValueSingle('NavigationHandler.OrbitalNavigator.Aim', '');openspace.setPropertyValueSingle('NavigationHandler.OrbitalNavigator.Anchor', 'Earth')openspace.setPropertyValueSingle('NavigationHandler.OrbitalNavigator.RetargetAnchor', nil);" - }, - { - "documentation": "Toggle on/off minor moon trails for all planets in the solar system", - "gui_path": "/Trails", - "identifier": "profile.toggle.minormoons", - "is_local": false, - "name": "Toggle Minor Moon Trails", - "script": "local list = openspace.getProperty('{moonTrail_minor}.Renderable.Enabled'); for _,v in pairs(list) do openspace.setPropertyValueSingle(v, not openspace.getPropertyValue(v)) end" - } - ], - "assets": [ - "base", - "events/toggle_sun", - "scene/solarsystem/planets/earth/earth", - "scene/solarsystem/planets/earth/satellites/satellites", - "scene/solarsystem/planets/jupiter/major_moons", - "scene/solarsystem/planets/jupiter/minor_moons", - "scene/solarsystem/planets/neptune/major_moons", - "scene/solarsystem/planets/neptune/minor_moons", - "scene/solarsystem/planets/saturn/major_moons", - "scene/solarsystem/planets/saturn/minor_moons", - "scene/solarsystem/planets/uranus/major_moons", - "scene/solarsystem/planets/uranus/minor_moons", - "scene/milkyway/objects/orionnebula/orionnebula" - ], - "camera": { - "altitude": 17000000.0, - "anchor": "Earth", - "latitude": 58.5877, - "longitude": 16.1924, - "type": "goToGeo" - }, - "delta_times": [ - 1.0, - 5.0, - 30.0, - 60.0, - 300.0, - 1800.0, - 3600.0, - 43200.0, - 86400.0, - 604800.0, - 1209600.0, - 2592000.0, - 5184000.0, - 7776000.0, - 15552000.0, - 31536000.0, - 63072000.0, - 157680000.0, - 315360000.0, - 630720000.0 - ], - "keybindings": [ - { - "action": "profile.toggle.satellite", - "key": "S" - }, - { - "action": "profile.focus.iss", - "key": "I" - }, - { - "action": "profile.focus.earth", - "key": "HOME" - }, - { - "action": "profile.toggle.minormoons", - "key": "SHIFT+H" - } - ], - "mark_nodes": [ - "Mercury", - "Venus", - "Earth", - "Moon", - "Moon", - "Mars", - "Saturn", - "Jupiter", - "Uranus", - "Neptune", - "Pluto", - "Sun" - ], - "meta": { - "author": "OpenSpace Team", - "description": "Default OpenSpace Profile. Adds Earth satellites not contained in other profiles.", - "license": "MIT License", - "name": "Default", - "url": "https://www.openspaceproject.com", - "version": "1.0" - }, - "properties": [ - { - "name": "{earth_satellites}.Renderable.Enabled", - "type": "setPropertyValue", - "value": "false" - } - ], - "time": { - "type": "relative", - "value": "-1d" - }, - "version": { - "major": 1, - "minor": 1 - } -} diff --git a/data/profiles/gaia.profile b/data/profiles/gaia.profile deleted file mode 100644 index c03b2d5aff7c3be5e7d1866e15caf02b08550968..0000000000000000000000000000000000000000 --- a/data/profiles/gaia.profile +++ /dev/null @@ -1,64 +0,0 @@ -{ - "assets": [ - "base", - "scene/milkyway/gaia/apogee", - "scene/milkyway/gaia/gaiastars", - "scene/milkyway/gaia/galah", - "scene/solarsystem/missions/gaia/dashboard", - "scene/solarsystem/missions/gaia/gaia", - "scene/solarsystem/missions/gaia/trail" - ], - "camera": { - "aim": "", - "anchor": "Earth", - "frame": "", - "position": { - "x": 1000000000000.0, - "y": 1000000000000.0, - "z": 1000000000000.0 - }, - "type": "setNavigationState" - }, - "delta_times": [ - 1.0, - 157680000000.0, - 315360000000.0, - 1576800000000.0, - 3153600000000.0 - ], - "mark_nodes": [ - "Gaia", - "Earth", - "Sun" - ], - "meta": { - "author": "OpenSpace Team", - "description": "This scene contains a new rendering method to show the massive ESA Gaia stars dataset. By default, it loads the few million stars of the Gaia DR2 that contain radial velocities.", - "license": "MIT License", - "name": "Gaia", - "url": "https://www.openspaceproject.com", - "version": "1.0" - }, - "modules": [ - { - "loadedInstruction": "", - "name": "Gaia", - "notLoadedInstruction": "openspace.printFatal('Could not load gaia profile due to missing module \"Gaia\"')" - } - ], - "properties": [ - { - "name": "Scene.Stars.Renderable.Enabled", - "type": "setPropertyValue", - "value": "false" - } - ], - "time": { - "type": "absolute", - "value": "2019-06-10T00:00:00" - }, - "version": { - "major": 1, - "minor": 0 - } -} \ No newline at end of file diff --git a/data/profiles/juno.profile b/data/profiles/juno.profile deleted file mode 100644 index a43863c26ff961edfe88a82fc592c4bc624c3631..0000000000000000000000000000000000000000 --- a/data/profiles/juno.profile +++ /dev/null @@ -1,64 +0,0 @@ -{ - "assets": [ - "base", - "scene/solarsystem/missions/juno/juno" - ], - "camera": { - "aim": "", - "anchor": "Juno", - "frame": "", - "position": { - "x": 124339800.0, - "y": 71760680.0, - "z": -15197330.0 - }, - "type": "setNavigationState", - "up": { - "x": -0.3774, - "y": 0.764573, - "z": 0.522492 - } - }, - "delta_times": [ - 1.0, - 5.0, - 30.0, - 60.0, - 300.0, - 1800.0, - 3600.0, - 43200.0, - 86400.0, - 604800.0, - 1209600.0, - 2592000.0, - 5184000.0, - 7776000.0, - 15552000.0, - 31536000.0, - 63072000.0, - 157680000.0, - 315360000.0, - 630720000.0 - ], - "mark_nodes": [ - "Jupiter", - "Juno" - ], - "meta": { - "author": "OpenSpace Team", - "description": "work in progress scene for juno", - "license": "MIT License", - "name": "Juno", - "url": "https://www.openspaceproject.com", - "version": "0.1" - }, - "time": { - "type": "absolute", - "value": "2016-07-01T10:05:00" - }, - "version": { - "major": 1, - "minor": 0 - } -} \ No newline at end of file diff --git a/data/profiles/jwst.profile b/data/profiles/jwst.profile deleted file mode 100644 index 66d34060249d23761e8d784468230696198208c6..0000000000000000000000000000000000000000 --- a/data/profiles/jwst.profile +++ /dev/null @@ -1,341 +0,0 @@ -{ - "actions": [ - { - "documentation": "Toggle trails on or off for satellites around Earth", - "gui_path": "/Solar System/Earth", - "identifier": "profile.toggle.satellitetrails", - "is_local": false, - "name": "Toggle satellite trails", - "script": "local list = openspace.getProperty('{earth_satellites}.Renderable.Enabled'); for _,v in pairs(list) do openspace.setPropertyValueSingle(v, not openspace.getPropertyValue(v)) end" - }, - { - "documentation": "Toggle points and labels for the Lagrangian points for Earth Sun system", - "gui_path": "/JWST", - "identifier": "profile.toggle.lagrangianpoints", - "is_local": false, - "name": "Toggle Lagrangian points", - "script": "local list = openspace.getProperty('{lagrange_points_earth}.Renderable.Enabled'); for _,v in pairs(list) do openspace.setPropertyValueSingle(v, not openspace.getPropertyValue(v)) end" - }, - { - "documentation": "Toggle Hubble Ultra Deep Field image and line towards its coordinate", - "gui_path": "/JWST", - "identifier": "profile.toggle.hudf", - "is_local": false, - "name": "Toggle Hubble Ultra Deep Field", - "script": "local list = openspace.getProperty('{mission_jwst_hudf}.*.Enabled'); for _,v in pairs(list) do openspace.setPropertyValueSingle(v, not openspace.getPropertyValue(v)) end" - }, - { - "documentation": "Toggle L2 label, point and line", - "gui_path": "/JWST", - "identifier": "profile.toggle.l2", - "is_local": false, - "name": "Toggle L2 line and small L2 label", - "script": "local list = openspace.getProperty('{lagrange_points_earth_l2_small}.*.Enabled'); for _,v in pairs(list) do openspace.setPropertyValueSingle(v, not openspace.getPropertyValue(v)) end" - }, - { - "documentation": "Toggle James Webb Space Telecope field of view and view band", - "gui_path": "/JWST", - "identifier": "profile.toggle.jwst_fov", - "is_local": false, - "name": "Toggle JWST field of view and view band", - "script": "local list = openspace.getProperty('{mission_jwst_fov}.*.Enabled'); for _,v in pairs(list) do openspace.setPropertyValueSingle(v, not openspace.getPropertyValue(v)) end" - }, - { - "documentation": "Set the time to the launch time of JWST", - "gui_path": "/JWST", - "identifier": "profile.set.jwst_launch", - "is_local": false, - "name": "Set to JWST launch time", - "script": "openspace.time.setDeltaTime(1); openspace.time.setTime('2021-12-25T12:20:01');" - }, - { - "documentation": "Set the time to the detach time of JWST", - "gui_path": "/JWST", - "identifier": "profile.set.jwst_detach", - "is_local": false, - "name": "Set to JWST detach time", - "script": "openspace.time.setDeltaTime(1); openspace.time.setTime('2021-12-25T12:50:00');" - }, - { - "documentation": "Toggle JWST trail relative to the Sun", - "gui_path": "/JWST", - "identifier": "profile.toggle.sun_trail", - "is_local": false, - "name": "Toggle JWST Sun trail", - "script": "local value = openspace.getPropertyValue('Scene.JWSTSunTrail.Renderable.Enabled'); openspace.setPropertyValueSingle('Scene.JWSTSunTrail.Renderable.Enabled', not value);" - }, - { - "documentation": "Toggle all planet and moon trails, except the Moon", - "gui_path": "/JWST", - "identifier": "profile.toggle.trails_not_moon", - "is_local": false, - "name": "Toggle trails (except Moon)", - "script": "local list = openspace.getProperty('{planetTrail_solarSystem}.Renderable.Enabled'); for _,v in pairs(list) do openspace.setPropertyValueSingle(v, not openspace.getPropertyValue(v)) end local moonlist = openspace.getProperty('{moonTrail_solarSystem}.Renderable.Enabled') for _,v in pairs(moonlist) do openspace.setPropertyValueSingle(v, not openspace.getPropertyValue(v)) end openspace.setPropertyValueSingle('Scene.MoonTrail.Renderable.Enabled', true)" - }, - { - "documentation": "Toggle JWST launch, cruise and orbit trails, not the Sun trail", - "gui_path": "/JWST", - "identifier": "profile.toggle.jwst_trails", - "is_local": false, - "name": "Toggle JWST trail", - "script": "local list = {'Scene.JWSTTrailLaunch.Renderable.Enabled', 'Scene.JWSTTrailCruise.Renderable.Enabled', 'Scene.JWSTTrailOrbit.Renderable.Enabled'}; for _,v in pairs(list) do openspace.setPropertyValueSingle(v, not openspace.getPropertyValue(v)); end" - } - ], - "additional_scripts": [ - "openspace.setPropertyValue(\"Scene.MoonTrail.Renderable.Appearance.Color\", {0.7, 0.5, 0.5});" - ], - "assets": [ - "base", - "scene/solarsystem/planets/earth/earth", - "scene/solarsystem/planets/earth/satellites/satellites", - "scene/solarsystem/planets/earth/satellites/misc/hubble_trail", - "scene/solarsystem/planets/earth/lagrange_points/lagrange_points", - "scene/solarsystem/missions/jwst/jwst", - "scene/solarsystem/missions/jwst/trail", - "scene/solarsystem/missions/jwst/targets/targets", - "scene/solarsystem/missions/jwst/timelapse", - "scene/solarsystem/missions/jwst/toggle_trail", - "scene/solarsystem/missions/jwst/point_jwst", - "scene/digitaluniverse/hdf" - ], - "camera": { - "aim": "", - "anchor": "JWSTModel", - "frame": "Root", - "yaw": -0.005731, - "pitch": -0.001656, - "type": "setNavigationState", - "position": { - "x": 30.188156, - "y": -9.477188, - "z": -9.203491 - }, - "up": { - "x": 0.361587, - "y": 0.893643, - "z": 0.265813 - } - }, - "delta_times": [ - 1.0, - 5.0, - 30.0, - 60.0, - 300.0, - 1800.0, - 3600.0, - 43200.0, - 86400.0, - 604800.0, - 1209600.0, - 2592000.0, - 5184000.0, - 7776000.0, - 15552000.0, - 31536000.0, - 63072000.0, - 157680000.0, - 315360000.0, - 630720000.0 - ], - "keybindings": [ - { - "action": "profile.toggle.satellitetrails", - "key": "S" - }, - { - "action": "profile.toggle.lagrangianpoints", - "key": "P" - }, - { - "action": "profile.toggle.hudf", - "key": "U" - }, - { - "action": "profile.toggle.l2", - "key": "O" - }, - { - "action": "profile.toggle.jwst_fov", - "key": "V" - }, - { - "action": "profile.set.jwst_launch", - "key": "J" - }, - { - "action": "profile.toggle.sun_trail", - "key": "K" - }, - { - "action": "jwst.play.forwards", - "key": "M" - }, - { - "action": "jwst.play.backwards", - "key": "N" - }, - { - "action": "jwst.play.clear", - "key": "B" - }, - { - "action": "profile.toggle.trails_not_moon", - "key": "G" - }, - { - "action": "jwst.toggle.direction", - "key": "Y" - }, - { - "action": "profile.toggle.jwst_trails", - "key": "T" - } - ], - "mark_nodes": [ - "JWSTModel", - "JWSTTrail", - "L2", - "Earth", - "Moon", - "Sun" - ], - "meta": { - "author": "OpenSpace Team", - "description": "James Webb Space Telescope Profile. Adds the James Webb Space Telescope model with an estimated trajectery.", - "license": "MIT License", - "name": "James Webb Space Telescope", - "url": "https://www.openspaceproject.com", - "version": "1.0" - }, - "properties": [ - { - "name": "{earth_satellites}.Renderable.Enabled", - "type": "setPropertyValue", - "value": "false" - }, - { - "name": "Scene.MoonTrail.Renderable.Appearance.Fade", - "type": "setPropertyValueSingle", - "value": "3.0" - }, - { - "name": "Scene.JWSTTrailLaunch.Renderable.Appearance.EnableFade", - "type": "setPropertyValueSingle", - "value": "false" - }, - { - "name": "Scene.JWSTTrailCruise.Renderable.Appearance.EnableFade", - "type": "setPropertyValueSingle", - "value": "false" - }, - { - "name": "Scene.L1.Renderable.Enabled", - "type": "setPropertyValueSingle", - "value": "false" - }, - { - "name": "Scene.L1Label.Renderable.Enabled", - "type": "setPropertyValueSingle", - "value": "false" - }, - { - "name": "Scene.L2.Renderable.Enabled", - "type": "setPropertyValueSingle", - "value": "false" - }, - { - "name": "Scene.L2Label.Renderable.Enabled", - "type": "setPropertyValueSingle", - "value": "false" - }, - { - "name": "Scene.L4.Renderable.Enabled", - "type": "setPropertyValueSingle", - "value": "false" - }, - { - "name": "Scene.L4Label.Renderable.Enabled", - "type": "setPropertyValueSingle", - "value": "false" - }, - { - "name": "Scene.L5.Renderable.Enabled", - "type": "setPropertyValueSingle", - "value": "false" - }, - { - "name": "Scene.L5Label.Renderable.Enabled", - "type": "setPropertyValueSingle", - "value": "false" - }, - { - "name": "Scene.L2Small.Renderable.Enabled", - "type": "setPropertyValueSingle", - "value": "false" - }, - { - "name": "Scene.L2SmallLabel.Renderable.Enabled", - "type": "setPropertyValueSingle", - "value": "false" - }, - { - "name": "Scene.L2SunLine.Renderable.Enabled", - "type": "setPropertyValueSingle", - "value": "false" - }, - { - "name": "{mission_jwst_target}.Enabled", - "type": "setPropertyValue", - "value": "false" - }, - { - "name": "Scene.HUDFJWSTLine.Renderable.Enabled", - "type": "setPropertyValueSingle", - "value": "false" - }, - { - "name": "Scene.JWSTSunTrail.Renderable.Enabled", - "type": "setPropertyValueSingle", - "value": "false" - }, - { - "name": "Scene.JWSTBand.Renderable.Enabled", - "type": "setPropertyValueSingle", - "value": "false" - }, - { - "name": "Scene.JWSTFov.Renderable.Enabled", - "type": "setPropertyValueSingle", - "value": "false" - }, - { - "name": "Scene.JWSTModel.ApproachFactor", - "type": "setPropertyValueSingle", - "value": "900" - }, - { - "name": "Scene.Earth.Renderable.Layers.ColorLayers.Terra_Modis_Temporal.Enabled", - "type": "setPropertyValueSingle", - "value": "true" - }, - { - "name": "Scene.Earth.Renderable.Layers.ColorLayers.ESRI_VIIRS_Combo.Enabled", - "type": "setPropertyValueSingle", - "value": "false" - }, - { - "name": "Scene.ISS_trail.Renderable.Enabled", - "type": "setPropertyValueSingle", - "value": "false" - } - ], - "time": { - "type": "absolute", - "value": "2021-12-25T12:50:01" - }, - "version": { - "major": 1, - "minor": 1 - } -} \ No newline at end of file diff --git a/data/profiles/mars.profile b/data/profiles/mars.profile deleted file mode 100644 index b63767b8bdfa3a1cddb9d3e2ac7f1e631f7be6ed..0000000000000000000000000000000000000000 --- a/data/profiles/mars.profile +++ /dev/null @@ -1,96 +0,0 @@ -{ - "actions": [ - { - "documentation": "Set and goto Insight Landing", - "gui_path": "/Missions/Insight", - "identifier": "profile.setup.insight", - "is_local": false, - "name": "Setup scene for insight EDL", - "script": "openspace.setPropertyValueSingle('Scene.Mars.Renderable.Layers.HeightLayers.Mola_Utah.Settings.Offset', -469.300000);openspace.setPropertyValueSingle('Scene.Mars.Renderable.Layers.HeightLayers.HiRISE-LS-DEM.Settings.Offset', -470.800006);openspace.setPropertyValueSingle('Scene.Mars.Renderable.Layers.HeightLayers.HiRISE-LS-DEM.Enabled', true);openspace.setPropertyValueSingle('Scene.Mars.Renderable.Layers.ColorLayers.HiRISE-LS.Enabled', true);openspace.time.setPause(true);openspace.time.setTime('2018 NOV 26 19:39:01.68');openspace.navigation.setNavigationState({Anchor = 'Insight',Pitch = 0.567457E-4,Position = { 1.240506E1,-1.369270E1,-2.423553E0 },ReferenceFrame = 'Root',Up = { 0.441211E0,0.247019E0,0.862737E0 },Yaw = -0.446853E-4});" - }, - { - "documentation": "Disable Mars layer settings used for insight EDL", - "gui_path": "/Missions/Insight", - "identifier": "profile.unsetup.insight", - "is_local": false, - "name": "Unset Insight Landing", - "script": "openspace.setPropertyValueSingle('Scene.Mars.Renderable.Layers.HeightLayers.Mola_Utah.Settings.Offset', 0);openspace.setPropertyValueSingle('Scene.Mars.Renderable.Layers.HeightLayers.HiRISE-LS-DEM.Settings.Offset', 0);openspace.setPropertyValueSingle('Scene.Mars.Renderable.Layers.HeightLayers.HiRISE-LS-DEM.Enabled', false);openspace.setPropertyValueSingle('Scene.Mars.Renderable.Layers.ColorLayers.HiRISE-LS.Enabled', false);" - }, - { - "documentation": "Sets time and layers for Perseverance landing", - "gui_path": "/Missions/Perseverance", - "identifier": "profile.setup.perseverance", - "is_local": false, - "name": "Setup and Goto Perseverance", - "script": "openspace.setPropertyValueSingle('Scene.Mars.Renderable.Layers.HeightLayers.Mola_Utah.Settings.Offset', -1674.0);openspace.setPropertyValueSingle('Scene.Mars.Renderable.Layers.HeightLayers.HiRISE-LS-DEM.Settings.Offset', -1674.0);openspace.time.setPause(true);openspace.time.setTime('2021 FEB 18 20:32:16');openspace.setPropertyValueSingle('Scene.Mars.Renderable.Layers.HeightLayers.HiRISE-LS-DEM.Enabled', true);openspace.setPropertyValueSingle('Scene.Mars.Renderable.Layers.ColorLayers.HiRISE-LS.Enabled', true);openspace.navigation.setNavigationState({Anchor = 'Perseverance',Pitch = 0.567457E-4,Position = { 1.240506E1,-1.369270E1,-2.423553E0 },ReferenceFrame = 'Root',Up = { 0.441211E0,0.247019E0,0.862737E0 },Yaw = -0.446853E-4});" - } - ], - "assets": [ - "base", - "scene/solarsystem/missions/insight/edl", - "scene/solarsystem/missions/perseverance/perseverance" - ], - "camera": { - "anchor": "Mars", - "latitude": 58.5877, - "longitude": 16.1924, - "type": "goToGeo" - }, - "delta_times": [ - 1.0, - 5.0, - 30.0, - 60.0, - 300.0, - 1800.0, - 3600.0, - 43200.0, - 86400.0, - 604800.0, - 1209600.0, - 2592000.0, - 5184000.0, - 7776000.0, - 15552000.0, - 31536000.0, - 63072000.0, - 157680000.0, - 315360000.0, - 630720000.0 - ], - "keybindings": [ - { - "action": "profile.setup.insight", - "key": "I" - }, - { - "action": "profile.unsetup.insight", - "key": "SHIFT+I" - }, - { - "action": "profile.setup.perseverance", - "key": "P" - } - ], - "mark_nodes": [ - "Mars", - "Insight", - "Perseverance" - ], - "meta": { - "author": "OpenSpace Team", - "description": "This profile shows the landing of the NASA InSight lander on Mars. The final minutes of the approach are shown with the lander finishing on the surface of Mars. This profile also includes the landing trail and model for the Mars2020 rover Perseverence. ", - "license": "MIT License", - "name": "Mars", - "url": "https://www.openspaceproject.com", - "version": "1.0" - }, - "time": { - "type": "relative", - "value": "-1d" - }, - "version": { - "major": 1, - "minor": 1 - } -} \ No newline at end of file diff --git a/data/profiles/messenger.profile b/data/profiles/messenger.profile deleted file mode 100644 index 16bb260dd0f868f9074a4c31dd32e6d73980748d..0000000000000000000000000000000000000000 --- a/data/profiles/messenger.profile +++ /dev/null @@ -1,58 +0,0 @@ -{ - "assets": [ - "base", - "scene/solarsystem/missions/messenger/dashboard", - "scene/solarsystem/missions/messenger/mercurymagnetosphere", - "scene/solarsystem/missions/messenger/messengerSC" - ], - "camera": { - "altitude": 40000000.0, - "anchor": "Mercury", - "latitude": 80.0, - "longitude": 100.0, - "type": "goToGeo" - }, - "delta_times": [ - 1.0, - 5.0, - 30.0, - 60.0, - 300.0, - 1800.0, - 3600.0, - 43200.0, - 86400.0, - 604800.0, - 1209600.0, - 2592000.0, - 5184000.0, - 7776000.0, - 15552000.0, - 31536000.0, - 63072000.0, - 157680000.0, - 315360000.0, - 630720000.0 - ], - "mark_nodes": [ - "Mercury", - "Messenger", - "Sun" - ], - "meta": { - "author": "OpenSpace Team", - "description": "This scene contains model and trajectory of the NASA MESSENGER spacecraft with craft pointing data from 2011-03 to 2011-06. In addition, a rendering of Mercury’s magnetosphere based on data recorded by MESSENGER can be enabled and viewed around the planet. Along with the mission data, additional maps were added to Mercury showing mineral abundances on the surface and a multi-color mosaic from the MDIS instrument.", - "license": "MIT License", - "name": "Messenger", - "url": "https://www.openspaceproject.com", - "version": "1.0" - }, - "time": { - "type": "absolute", - "value": "2011-05-13T08:55:00" - }, - "version": { - "major": 1, - "minor": 0 - } -} \ No newline at end of file diff --git a/data/profiles/newhorizons.profile b/data/profiles/newhorizons.profile deleted file mode 100644 index 60bb04c35d80895272c5704466c5e68bbb69e0d2..0000000000000000000000000000000000000000 --- a/data/profiles/newhorizons.profile +++ /dev/null @@ -1,293 +0,0 @@ -{ - "actions": [ - { - "documentation": "Sets the focus of the camera on 'NewHorizons'.", - "gui_path": "/Missions/New Horizons", - "identifier": "profile.focus.newhorizons", - "is_local": false, - "name": "Focus on New Horizons", - "script": "openspace.setPropertyValue('NavigationHandler.OrbitalNavigator.Anchor', 'NewHorizons');openspace.setPropertyValue('NavigationHandler.OrbitalNavigator.Aim', '');openspace.setPropertyValue('NavigationHandler.OrbitalNavigator.RetargetAnchor', nil);" - }, - { - "documentation": "Anchor at New Horizons, Aim at Pluto", - "gui_path": "/Missions/New Horizons", - "identifier": "profile.focus.anchor_nh|aim_pluto", - "is_local": false, - "name": "Anchor NH, Aim Pluto", - "script": "openspace.setPropertyValue('NavigationHandler.OrbitalNavigator.Anchor', 'NewHorizons');openspace.setPropertyValue('NavigationHandler.OrbitalNavigator.Aim', 'Pluto');openspace.setPropertyValue('NavigationHandler.OrbitalNavigator.RetargetAnchor', nil)" - }, - { - "documentation": "Sets the focus of the camera on 'Pluto'", - "gui_path": "/Missions/New Horizons", - "identifier": "profile.focus.pluto", - "is_local": false, - "name": "Focus on Pluto", - "script": "openspace.setPropertyValue('NavigationHandler.OrbitalNavigator.Anchor', 'PlutoProjection') ;openspace.setPropertyValue('NavigationHandler.OrbitalNavigator.Aim', ''); openspace.setPropertyValue('NavigationHandler.OrbitalNavigator.RetargetAnchor', nil);" - }, - { - "documentation": "Sets the focus of the camera on 'Charon'.", - "gui_path": "/Missions/New Horizons", - "identifier": "profile.focus.charon", - "is_local": false, - "name": "Focus on Charon", - "script": "openspace.setPropertyValue('NavigationHandler.OrbitalNavigator.Anchor', 'Charon');openspace.setPropertyValue('NavigationHandler.OrbitalNavigator.Aim', '');openspace.setPropertyValue('NavigationHandler.OrbitalNavigator.RetargetAnchor', nil);" - }, - { - "documentation": "Toggles New Horizons image projection", - "gui_path": "/Missions/New Horizons", - "identifier": "profile.toggle_nh_image_projections", - "is_local": false, - "name": "Toggle NH Image Projection", - "script": "local enabled = openspace.getPropertyValue('Scene.PlutoProjection.Renderable.ProjectionComponent.PerformProjection'); openspace.setPropertyValue('Scene.PlutoProjection.Renderable.ProjectionComponent.PerformProjection', not enabled); openspace.setPropertyValue('Scene.CharonProjection.Renderable.ProjectionComponent.PerformProjection', not enabled);" - }, - { - "documentation": "Removes all image projections from Pluto and Charon.", - "gui_path": "/Missions/New Horizons", - "identifier": "profile.clear_image_projections", - "is_local": false, - "name": "Clear image projections", - "script": "openspace.setPropertyValue('Scene.PlutoProjection.Renderable.ProjectionComponent.ClearAllProjections', true); openspace.setPropertyValue('Scene.CharonProjection.Renderable.ProjectionComponent.ClearAllProjections', true);" - }, - { - "documentation": "Jumps to the 14th of July 2015 at 0900 UTC and clears all projections.", - "gui_path": "/Missions/New Horizons", - "identifier": "profile.setup.approach", - "is_local": false, - "name": "Reset time and projections", - "script": "openspace.time.setTime('2015-07-14T09:00:00.00');openspace.setPropertyValue('Scene.PlutoProjection.Renderable.ProjectionComponent.ClearAllProjections', true);openspace.setPropertyValue('Scene.CharonProjection.Renderable.ProjectionComponent.ClearAllProjections', true);" - }, - { - "documentation": "Increases the height map exaggeration on Pluto.", - "gui_path": "/Missions/New Horizons", - "identifier": "profile.pluto.increase_height_exaggeration", - "is_local": false, - "name": "Pluto HeightExaggeration +", - "script": "openspace.setPropertyValueSingle(\"Scene.PlutoProjection.Renderable.HeightExaggeration\", openspace.getPropertyValue(\"Scene.PlutoProjection.Renderable.HeightExaggeration\") + 5000);" - }, - { - "documentation": "Decreases the height map exaggeration on Pluto.", - "gui_path": "/Missions/New Horizons", - "identifier": "profile.pluto.decrease_height_exaggeration", - "is_local": false, - "name": "Pluto HeightExaggeration -", - "script": "openspace.setPropertyValueSingle(\"Scene.PlutoProjection.Renderable.HeightExaggeration\", openspace.getPropertyValue(\"Scene.PlutoProjection.Renderable.HeightExaggeration\") - 5000);" - }, - { - "documentation": "Increases the height map exaggeration on Charon.", - "gui_path": "/Missions/New Horizons", - "identifier": "profile.charon.increase_height_exaggeration", - "is_local": false, - "name": "Charon HeightExaggeration +", - "script": "openspace.setPropertyValueSingle(\"Scene.CharonProjection.Renderable.HeightExaggeration\", openspace.getPropertyValue(\"Scene.CharonProjection.Renderable.HeightExaggeration\") + 5000);" - }, - { - "documentation": "Decreases the height map exaggeration on Charon.", - "gui_path": "/Missions/New Horizons", - "identifier": "profile.charon.decrease_height_exaggeration", - "is_local": false, - "name": "Charon HeightExaggeration -", - "script": "openspace.setPropertyValueSingle(\"Scene.CharonProjection.Renderable.HeightExaggeration\", openspace.getPropertyValue(\"Scene.CharonProjection.Renderable.HeightExaggeration\") - 5000);" - }, - { - "documentation": "Toggles the visibility of the trail behind Pluto.", - "gui_path": "/Missions/New Horizons", - "identifier": "profile.toggle.pluto_trail", - "is_local": false, - "name": "Toggle Pluto Trail", - "script": "openspace.setPropertyValueSingle('Scene.PlutoBarycentricTrail.Renderable.Enabled', not openspace.getPropertyValue('Scene.PlutoBarycentricTrail.Renderable.Enabled'));" - }, - { - "documentation": "Toggles the visibility of the text labels of Pluto, Charon, Hydra, Nix, Kerberos, and Styx.", - "gui_path": "/Missions/New Horizons", - "identifier": "profile.toggle.pluto_labels", - "is_local": false, - "name": "Toggle Pluto Labels", - "script": "local list = {\"Scene.PlutoText.Renderable.Enabled\", \"Scene.CharonText.Renderable.Enabled\", \"Scene.HydraText.Renderable.Enabled\", \"Scene.NixText.Renderable.Enabled\", \"Scene.KerberosText.Renderable.Enabled\", \"Scene.StyxText.Renderable.Enabled\"}; for _,v in pairs(list) do openspace.setPropertyValueSingle(v, not openspace.getPropertyValue(v)) end" - }, - { - "documentation": "Toggles the visibility of the labels for the New Horizons instruments.", - "gui_path": "/Missions/New Horizons", - "identifier": "profile.toggle_nh_labels", - "is_local": false, - "name": "Toggle New Horizons Labels", - "script": "local v = openspace.getPropertyValue(\"Scene.Labels.Renderable.Opacity\"); if v <= 0.5 then openspace.setPropertyValueSingle(\"Scene.Labels.Renderable.Opacity\",1.0,2.0) else openspace.setPropertyValueSingle(\"Scene.Labels.Renderable.Opacity\",0.0,2.0) end" - }, - { - "documentation": "Toggles the visibility of the shadow visualization of Pluto and Charon.", - "gui_path": "/Missions/New Horizons", - "identifier": "profile.toggle_shadows", - "is_local": false, - "name": "Toggle Shadows", - "script": "openspace.setPropertyValueSingle('Scene.PlutoShadow.Renderable.Enabled', not openspace.getPropertyValue('Scene.PlutoShadow.Renderable.Enabled'));openspace.setPropertyValueSingle('Scene.CharonShadow.Renderable.Enabled', not openspace.getPropertyValue('Scene.CharonShadow.Renderable.Enabled'));" - }, - { - "documentation": "Toggles the trail of New Horizons", - "gui_path": "/Missions/New Horizons", - "identifier": "profile.toggle.nh_trail", - "is_local": false, - "name": "Toggle NH Trail", - "script": "openspace.setPropertyValueSingle('Scene.NewHorizonsTrailPluto.Renderable.Enabled', not openspace.getPropertyValue('Scene.NewHorizonsTrailPluto.Renderable.Enabled'));" - } - ], - "assets": [ - "base", - "scene/solarsystem/missions/newhorizons/dashboard", - "scene/solarsystem/missions/newhorizons/model", - "scene/solarsystem/missions/newhorizons/newhorizons" - ], - "camera": { - "aim": "", - "anchor": "NewHorizons", - "frame": "Root", - "pitch": 0.036092, - "position": { - "x": -111.9326, - "y": -35.20605, - "z": 33.42737 - }, - "type": "setNavigationState", - "up": { - "x": -0.188963, - "y": 0.921904, - "z": 0.338209 - }, - "yaw": 0.0563239 - }, - "delta_times": [ - 1.0, - 5.0, - 30.0, - 60.0, - 300.0, - 1800.0, - 3600.0, - 43200.0, - 86400.0, - 604800.0 - ], - "keybindings": [ - { - "action": "profile.focus.newhorizons", - "key": "A" - }, - { - "action": "profile.focus.anchor_nh|aim_pluto", - "key": "SHIFT+A" - }, - { - "action": "profile.focus.pluto", - "key": "S" - }, - { - "action": "profile.focus.charon", - "key": "D" - }, - { - "action": "profile.toggle_nh_image_projections", - "key": "F7" - }, - { - "action": "profile.clear_image_projections", - "key": "F8" - }, - { - "action": "profile.setup.approach", - "key": "F9" - }, - { - "action": "profile.pluto.increase_height_exaggeration", - "key": "KP_8" - }, - { - "action": "profile.pluto.increase_height_exaggeration", - "key": "CTRL+I" - }, - { - "action": "profile.pluto.decrease_height_exaggeration", - "key": "CTRL+K" - }, - { - "action": "profile.pluto.decrease_height_exaggeration", - "key": "KP_2" - }, - { - "action": "profile.charon.increase_height_exaggeration", - "key": "KP_9" - }, - { - "action": "profile.charon.increase_height_exaggeration", - "key": "CTRL+O" - }, - { - "action": "profile.charon.decrease_height_exaggeration", - "key": "KP_3" - }, - { - "action": "profile.charon.decrease_height_exaggeration", - "key": "CTRL+L" - }, - { - "action": "profile.toggle.pluto_trail", - "key": "O" - }, - { - "action": "profile.toggle.pluto_labels", - "key": "J" - }, - { - "action": "profile.toggle_nh_labels", - "key": "I" - }, - { - "action": "profile.toggle_shadows", - "key": "SHIFT+T" - }, - { - "action": "profile.toggle.nh_trail", - "key": "T" - } - ], - "mark_nodes": [ - "NewHorizons", - "CharonProjection", - "PlutoProjection" - ], - "meta": { - "author": "OpenSpace Team", - "description": "This profile shows the acquisition of NASA New Horizons’ images of the Plutonian system in July 2015. The profile starts at around 10:00 on July 14th, around 10 minutes before a new image campaign starts. By selecting Pluto as the Origin and moving time faster, you can see the imprint of the instrument’s field-of-view on the planetary surface and see the images being projected. A timer on the top left of the screen shows when the next image is being taken.", - "license": "MIT License", - "name": "New Horizons", - "url": "https://www.openspaceproject.com", - "version": "1.1" - }, - "properties": [ - { - "name": "Scene.Pluto.Renderable.Enabled", - "type": "setPropertyValue", - "value": "false" - }, - { - "name": "Scene.Charon.Renderable.Enabled", - "type": "setPropertyValue", - "value": "false" - }, - { - "name": "Scene.PlutoBarycenterTrail.Renderable.Enabled", - "type": "setPropertyValue", - "value": "false" - }, - { - "name": "Scene.PlutoProjection.Renderable.ColorTexturePaths", - "type": "setPropertyValue", - "value": "1.000000" - } - ], - "time": { - "type": "absolute", - "value": "2015-07-14T08:00:00" - }, - "version": { - "major": 1, - "minor": 1 - } -} \ No newline at end of file diff --git a/data/profiles/osirisrex.profile b/data/profiles/osirisrex.profile deleted file mode 100644 index 8f3a080085715495bd51c1f2e8317e96364b653a..0000000000000000000000000000000000000000 --- a/data/profiles/osirisrex.profile +++ /dev/null @@ -1,158 +0,0 @@ -{ - "actions": [ - { - "documentation": "Sets the focus of the camera on 'OsirisRex'", - "gui_path": "/Missions/Osiris Rex", - "identifier": "profile.focus.osirisrex", - "is_local": false, - "name": "Focus on OsirisRex", - "script": "openspace.setPropertyValue('NavigationHandler.OrbitalNavigator.Anchor', 'OsirisRex'); openspace.setPropertyValue('NavigationHandler.OrbitalNavigator.Aim', ''); openspace.setPropertyValue('NavigationHandler.OrbitalNavigator.RetargetAnchor', nil);" - }, - { - "documentation": "Sets the focus of the camera on 'Bennu'", - "gui_path": "/Missions/Osiris Rex", - "identifier": "profile.focus.bennu", - "is_local": false, - "name": "Focus on Bennu", - "script": "openspace.setPropertyValue('NavigationHandler.OrbitalNavigator.Anchor', 'BennuBarycenter'); openspace.setPropertyValue('NavigationHandler.OrbitalNavigator.Aim', ''); openspace.setPropertyValue('NavigationHandler.OrbitalNavigator.RetargetAnchor', nil);" - }, - { - "documentation": "Sets the time to the approach at Bennu", - "gui_path": "/Missions/Osiris Rex", - "identifier": "profile.setup.bennu_approach", - "is_local": false, - "name": "Set Bennu approach time", - "script": "openspace.printInfo('Set time: Approach');openspace.time.setTime('2018-SEP-11 21:31:01.183');" - }, - { - "documentation": "Sets the time to the preliminary survey of Bennu", - "gui_path": "/Missions/Osiris Rex", - "identifier": "profile.setup.bennu_survey", - "is_local": false, - "name": "Set Bennu survey time", - "script": "openspace.printInfo('Set time: Preliminary Survey'); openspace.time.setTime('2018-NOV-20 01:13:12.183');" - }, - { - "documentation": "Sets the time to the orbital B event", - "gui_path": "/Missions/Osiris Rex", - "identifier": "profile.setup.orbital_b_event", - "is_local": false, - "name": "Set orbital B event time", - "script": "openspace.printInfo('Set time: Orbital B'); openspace.time.setTime('2019-APR-08 10:35:27.186');" - }, - { - "documentation": "Sets the time to the recon event", - "gui_path": "/Missions/Osiris Rex", - "identifier": "profile.setup.recon_event", - "is_local": false, - "name": "Set recon event time", - "script": "openspace.printInfo('Set time: Recon'); openspace.time.setTime('2019-MAY-25 03:50:31.195');" - }, - { - "documentation": "Toggles the visibility of the text marking the location of the Sun", - "gui_path": "/Missions/Osiris Rex", - "identifier": "profile.toggle.sun_marker", - "is_local": false, - "name": "Toggle Sun marker", - "script": "openspace.setPropertyValueSingle('Scene.SunMarker.Renderable.Enabled', not openspace.getPropertyValue('Scene.SunMarker.Renderable.Enabled'));" - } - ], - "assets": [ - "base", - "scene/solarsystem/missions/osirisrex/dashboard", - "scene/solarsystem/missions/osirisrex/model", - "scene/solarsystem/missions/osirisrex/osirisrex", - "scene/solarsystem/missions/osirisrex/imageplane" - ], - "camera": { - "aim": "", - "anchor": "OsirisRex", - "frame": "", - "position": { - "x": 26974590199.661884, - "y": 76314608558.90802, - "z": -127086452897.10179 - }, - "type": "setNavigationState" - }, - "delta_times": [ - 1.0, - 5.0, - 30.0, - 60.0, - 300.0, - 1800.0, - 3600.0, - 43200.0, - 86400.0, - 604800.0, - 1209600.0, - 2592000.0, - 5184000.0, - 7776000.0, - 15552000.0, - 31536000.0, - 63072000.0, - 157680000.0, - 315360000.0, - 630720000.0 - ], - "keybindings": [ - { - "action": "profile.focus.osirisrex", - "key": "A" - }, - { - "action": "profile.focus.bennu", - "key": "S" - }, - { - "action": "profile.setup.bennu_approach", - "key": "F8" - }, - { - "action": "profile.setup.bennu_survey", - "key": "F9" - }, - { - "action": "profile.setup.orbital_b_event", - "key": "F10" - }, - { - "action": "profile.setup.recon_event", - "key": "F11" - }, - { - "action": "profile.toggle.sun_marker", - "key": "Q" - } - ], - "mark_nodes": [ - "OsirisRex", - "BennuBarycenter", - "Earth" - ], - "meta": { - "author": "OpenSpace Team", - "description": "This profile demonstrates the entire lifetime of the NASA OSIRIS-REx spacecraft on its way to the asteroid Bennu and its subsequent journey back to Earth. The profile starts at Earth around the time of the spacecraft’s launch and has information throughout the entire mission until its landing back on Earth in Utah. The models of OSIRIS-REx and Bennu are available, as well as a preliminary instrument timing, which uses the same image projection technique as employed in New Horizons and Rosetta.", - "license": "MIT License", - "name": "Osiris-Rex", - "url": "https://www.openspaceproject.com", - "version": "1.0" - }, - "properties": [ - { - "name": "NavigationHandler.OrbitalNavigator.FollowAnchorNodeRotationDistance", - "type": "setPropertyValue", - "value": "20.0" - } - ], - "time": { - "type": "absolute", - "value": "2018-10-30T23:00:00" - }, - "version": { - "major": 1, - "minor": 1 - } -} \ No newline at end of file diff --git a/data/profiles/rosetta.profile b/data/profiles/rosetta.profile deleted file mode 100644 index 9004efd649894fdc5da4ea7d28a9cd6f840bb40c..0000000000000000000000000000000000000000 --- a/data/profiles/rosetta.profile +++ /dev/null @@ -1,179 +0,0 @@ -{ - "actions": [ - { - "documentation": "Sets the focus of the camera on 67P", - "gui_path": "/Missions/Rosetta", - "identifier": "profile.focus.67P", - "is_local": false, - "name": "Focus on 67P", - "script": "openspace.setPropertyValue('NavigationHandler.OrbitalNavigator.Anchor', '67P'); openspace.setPropertyValue('NavigationHandler.OrbitalNavigator.Aim', ''); openspace.setPropertyValue('NavigationHandler.OrbitalNavigator.RetargetAnchor', nil);" - }, - { - "documentation": "Sets the focus of the camera on Rosetta", - "gui_path": "/Missions/Rosetta", - "identifier": "profile.focus.rosetta", - "is_local": false, - "name": "Focus on Rosetta", - "script": "openspace.setPropertyValue('NavigationHandler.OrbitalNavigator.Anchor', 'Rosetta'); openspace.setPropertyValue('NavigationHandler.OrbitalNavigator.Aim', ''); openspace.setPropertyValue('NavigationHandler.OrbitalNavigator.RetargetAnchor', nil);" - }, - { - "documentation": "Jumps to the time when the Philae lander is released.", - "gui_path": "/Missions/Rosetta", - "identifier": "profile.setup.lander_release", - "is_local": false, - "name": "Set lander release time", - "script": "openspace.time.setTime('2014-11-12T08:20:00.00');" - }, - { - "documentation": "Removes all image projections from 67P.", - "gui_path": "/Missions/Rosetta", - "identifier": "profile.67p.clear_projections", - "is_local": false, - "name": "Clear 67P projections", - "script": "openspace.setPropertyValue('Scene.67P.Renderable.ProjectionComponent.ClearAllProjections', true);" - }, - { - "documentation": "Toggles the visibility of all trails further from the Sun than 67P.", - "gui_path": "/Missions/Rosetta", - "identifier": "profile.toggle.outerplanet_trails", - "is_local": false, - "name": "Toggle outer planetary trails", - "script": "local list = openspace.getProperty('{planetTrail_giants}.Renderable.Enabled'); for _,v in pairs(list) do openspace.setPropertyValueSingle(v, not openspace.getPropertyValue(v)) end" - }, - { - "documentation": "Toggles the visibility of the free floating image plane.", - "gui_path": "/Missions/Rosetta", - "identifier": "profile.toggle.image_plane", - "is_local": false, - "name": "Toggle image plane", - "script": "openspace.setPropertyValueSingle('Scene.ImagePlaneRosetta.Renderable.Enabled', not openspace.getPropertyValue('Scene.ImagePlaneRosetta.Renderable.Enabled'));" - }, - { - "documentation": "Toggles the visibility of Philae's trail.", - "gui_path": "/Missions/Rosetta", - "identifier": "profile.toggle.philae_trail", - "is_local": false, - "name": "Toggle Philae trail", - "script": "openspace.setPropertyValueSingle('Scene.PhilaeTrail.Renderable.Enabled', not openspace.getPropertyValue('Scene.PhilaeTrail.Renderable.Enabled'));" - }, - { - "documentation": "Enables or disables the image projection on 67P.", - "gui_path": "/Missions/Rosetta", - "identifier": "profile.toggle.67p_projection", - "is_local": false, - "name": "Toggle 67P projection", - "script": "openspace.setPropertyValueSingle('Scene.67P.Renderable.ProjectionComponent.PerformProjection', not openspace.getPropertyValue('Scene.67P.Renderable.ProjectionComponent.PerformProjection'));" - } - ], - "assets": [ - "base", - "scene/solarsystem/missions/rosetta/67p", - "scene/solarsystem/missions/rosetta/dashboard", - "scene/solarsystem/missions/rosetta/rosetta" - ], - "camera": { - "aim": "", - "anchor": "67P", - "frame": "", - "position": { - "x": -729478.0, - "y": -665789.0, - "z": 2509050.0 - }, - "type": "setNavigationState", - "up": { - "x": 0.146529, - "y": 0.944727, - "z": 0.29329 - } - }, - "delta_times": [ - 1.0, - 5.0, - 30.0, - 60.0, - 300.0, - 1800.0, - 3600.0, - 43200.0, - 86400.0, - 604800.0, - 1209600.0, - 2592000.0, - 5184000.0, - 7776000.0, - 15552000.0, - 31536000.0, - 63072000.0, - 157680000.0, - 315360000.0, - 630720000.0 - ], - "keybindings": [ - { - "action": "profile.focus.67P", - "key": "A" - }, - { - "action": "profile.focus.rosetta", - "key": "S" - }, - { - "action": "profile.setup.lander_release", - "key": "F6" - }, - { - "action": "profile.67p.clear_projections", - "key": "F8" - }, - { - "action": "profile.toggle.outerplanet_trails", - "key": "E" - }, - { - "action": "profile.toggle.image_plane", - "key": "I" - }, - { - "action": "profile.toggle.philae_trail", - "key": "O" - }, - { - "action": "profile.toggle.67p_projection", - "key": "P" - } - ], - "mark_nodes": [ - "67P", - "Rosetta", - "Philae" - ], - "meta": { - "author": "OpenSpace Team", - "description": "The Rosetta scene shows the entire mission of ESA’s Rosetta spacecraft around comet 67P, also known as Churyumov-Gerasimenko. The spacecraft’s images are projected onto the comet and the separation of the Philae lander is visible as well.", - "license": "MIT License", - "name": "Rosetta", - "url": "https://www.openspaceproject.com", - "version": "1.0" - }, - "properties": [ - { - "name": "Scene.67P.Renderable.PerformShading", - "type": "setPropertyValue", - "value": "false" - }, - { - "name": "Scene.ImagePlaneRosetta.Renderable.Enabled", - "type": "setPropertyValue", - "value": "false" - } - ], - "time": { - "type": "absolute", - "value": "2014-08-01T03:05:00" - }, - "version": { - "major": 1, - "minor": 1 - } -} \ No newline at end of file diff --git a/data/profiles/solarstorm2012.profile b/data/profiles/solarstorm2012.profile deleted file mode 100644 index d51718ef28d9a232a1c8d097b116a86e43e20c8e..0000000000000000000000000000000000000000 --- a/data/profiles/solarstorm2012.profile +++ /dev/null @@ -1,97 +0,0 @@ -{ - "assets": [ - "base", - "dashboard/default_dashboard", - "scene/solarsystem/heliosphere/2012/sun_earth_2012_fieldlines", - "scene/solarsystem/planets/earth/magnetosphere/magnetosphere", - "scene/solarsystem/planets/earth/magnetosphere/transforms_magnetosphere" - ], - "camera": { - "altitude": 294000000000.0, - "anchor": "Sun", - "latitude": 35.8, - "longitude": 87.1, - "type": "goToGeo" - }, - "delta_times": [ - 1.0, - 5.0, - 30.0, - 60.0, - 300.0, - 1800.0, - 3600.0, - 43200.0, - 86400.0, - 604800.0, - 1209600.0, - 2592000.0, - 5184000.0, - 7776000.0, - 15552000.0, - 31536000.0, - 63072000.0, - 157680000.0, - 315360000.0, - 630720000.0 - ], - "keybindings": [ - { - "action": "2012july.reset_loop", - "key": "R" - }, - { - "action": "2012july.dark_sun", - "key": "D" - }, - { - "action": "2012july.loop_enlil", - "key": "E" - }, - { - "action": "2012july.loop_batsrus", - "key": "B" - } - ], - "mark_nodes": [ - "Earth", - "Mars", - "Moon", - "Sun", - "Venus", - "ISS" - ], - "meta": { - "author": "Community Coordinated Modeling Center, NASA Goddard", - "description": "This profile is showing several coronal mass ejection (CMEs) during July 2012, where the last one was incredible intense. Its strength was comparable to the most intense CME in recorded history, the Carrington Event of 1859, which caused damage to electric equipment world wide. Luckily this 2012 event missed earth. The event is modeled with ENLIL which spands across the solarsystem, from the Sun to Earth, Batsrus which is showing the interaction of the flow of the solar wind and Earths magnetosphere. There is also one time step of the PFSS model showing the Suns local magnetic structure.", - "license": "MIT License", - "name": "Solar storm 2012", - "url": "https://www.openspaceproject.com", - "version": "1.0" - }, - "properties": [ - { - "name": "Scene.Sun.Renderable.Enabled", - "type": "setPropertyValue", - "value": "true" - }, - { - "name": "Scene.SunGlare.Renderable.Enabled", - "type": "setPropertyValue", - "value": "false" - }, - { - "name": "Scene.EarthMagnetosphere.Renderable.Enabled", - "type": "setPropertyValueSingle", - "value": "false" - } - ], - "time": { - "type": "absolute", - "value": "2012-07-14T07:00:00" - }, - "version": { - "major": 1, - "minor": 1 - } -} \ No newline at end of file diff --git a/data/profiles/touch.profile b/data/profiles/touch.profile deleted file mode 100644 index 50e09f71732788bd0ffe70095d470df183e46182..0000000000000000000000000000000000000000 --- a/data/profiles/touch.profile +++ /dev/null @@ -1,55 +0,0 @@ -{ - "additional_scripts": [ - "openspace.setPropertyValueSingle(\"Modules.CefWebGui.GuiUrl\", 'http://127.0.0.1:4680/frontend/#/ontouch');" - ], - "assets": [ - "base" - ], - "camera": { - "altitude": 20000000.0, - "anchor": "Earth", - "latitude": 58.5877, - "longitude": 16.1924, - "type": "goToGeo" - }, - "meta": { - "author": "OpenSpace Team", - "description": "Profile set up to load /touch path from the gui, which contains an alternate gui with stories for a touch screen.", - "license": "MIT License", - "name": "Touch", - "url": "https://www.openspaceproject.com", - "version": "1.0" - }, - "modules": [ - { - "loadedInstruction": "", - "name": "Touch", - "notLoadedInstruction": "openspace.printFatal('Could not load scene due to missing module \"touch\"');" - } - ], - "properties": [ - { - "name": "Scene.PlutoBarycenterTrail.Renderable.Enabled", - "type": "setPropertyValue", - "value": "false" - }, - { - "name": "Scene.Pluto.Renderable.Enabled", - "type": "setPropertyValue", - "value": "false" - }, - { - "name": "Scene.Charon.Renderable.Enabled", - "type": "setPropertyValue", - "value": "false" - } - ], - "time": { - "type": "relative", - "value": "-1d" - }, - "version": { - "major": 1, - "minor": 0 - } -} \ No newline at end of file diff --git a/data/profiles/voyager.profile b/data/profiles/voyager.profile deleted file mode 100644 index a21c0fc2f7954af122ad9c92f195a4d2b9b4906f..0000000000000000000000000000000000000000 --- a/data/profiles/voyager.profile +++ /dev/null @@ -1,158 +0,0 @@ -{ - "actions": [ - { - "documentation": "Set camera focus to Voyager 1", - "gui_path": "/Missions/Voyager", - "identifier": "profile.focus.voyager1", - "is_local": false, - "name": "Focus on Voyager", - "script": "openspace.setPropertyValueSingle(\"NavigationHandler.OrbitalNavigator.RetargetAnchor\", nil);openspace.setPropertyValueSingle(\"NavigationHandler.OrbitalNavigator.Anchor\", 'Voyager_1');openspace.setPropertyValueSingle(\"NavigationHandler.OrbitalNavigator.Aim\", '')" - }, - { - "documentation": "Sets the camera focus on Voyager 2", - "gui_path": "/Missions/Voyager", - "identifier": "profile.focus.voyager2", - "is_local": false, - "name": "Focus on Voyager2", - "script": "openspace.setPropertyValueSingle(\"NavigationHandler.OrbitalNavigator.RetargetAnchor\", nil);openspace.setPropertyValueSingle(\"NavigationHandler.OrbitalNavigator.Anchor\", 'Voyager_2');openspace.setPropertyValueSingle(\"NavigationHandler.OrbitalNavigator.Aim\", '');" - }, - { - "documentation": "Sets the time for Voyager's approach to Jupiter", - "gui_path": "/", - "identifier": "profile.setup.jupiter_approach", - "is_local": false, - "name": "Set Jupiter Approach", - "script": "openspace.time.setTime(\"1979-01-20T01:32:07.914\")" - }, - { - "documentation": "Sets the time for Voyager's approach to Saturn", - "gui_path": "/Missions/Voyager", - "identifier": "profile.setup.saturn_approach", - "is_local": false, - "name": "Set Saturn Approach", - "script": "openspace.time.setTime(\"1980-10-20T07:43:42.645\");" - }, - { - "documentation": "Set the camera focus to Jupiter", - "gui_path": "/Missions/Voyager", - "identifier": "profile.focus.jupiter", - "is_local": false, - "name": "Focus on Jupiter", - "script": "openspace.setPropertyValueSingle(\"NavigationHandler.OrbitalNavigator.RetargetAnchor\", nil);openspace.setPropertyValueSingle(\"NavigationHandler.OrbitalNavigator.Anchor\", 'Jupiter');openspace.setPropertyValueSingle(\"NavigationHandler.OrbitalNavigator.Aim\", '');" - }, - { - "documentation": "Sets the camera focus on Saturn", - "gui_path": "/Missions/Voyager", - "identifier": "profile.focus.saturn", - "is_local": false, - "name": "Focus on Saturn", - "script": "openspace.setPropertyValueSingle(\"NavigationHandler.OrbitalNavigator.RetargetAnchor\", nil);openspace.setPropertyValueSingle(\"NavigationHandler.OrbitalNavigator.Anchor\", 'Saturn');openspace.setPropertyValueSingle(\"NavigationHandler.OrbitalNavigator.Aim\", '');" - }, - { - "documentation": "Toggles the trails of the minor moons", - "gui_path": "/Trails", - "identifier": "profile.toggle.minor_trails", - "is_local": false, - "name": "Toggle minor trails", - "script": "local list = openspace.getProperty('{moonTrail_minor}.Renderable.Enabled'); for _,v in pairs(list) do openspace.setPropertyValueSingle(v, not openspace.getPropertyValue(v)) end" - } - ], - "assets": [ - "base", - "scene/solarsystem/missions/voyager/dashboard", - "scene/solarsystem/missions/voyager/voyager1", - "scene/solarsystem/missions/voyager/voyager2", - "scene/solarsystem/planets/jupiter/minor_moons", - "scene/solarsystem/planets/neptune/minor_moons", - "scene/solarsystem/planets/saturn/minor_moons", - "scene/solarsystem/planets/uranus/minor_moons" - ], - "camera": { - "aim": "", - "anchor": "Voyager_1", - "frame": "", - "position": { - "x": 526781518487.1713, - "y": 257168309890.07214, - "z": -1381125204152.8174 - }, - "type": "setNavigationState" - }, - "delta_times": [ - 1.0, - 30.0, - 60.0, - 300.0, - 720.0, - 2880.0, - 14400.0, - 57600.0, - 230400.0, - 921600.0, - 3686400.0, - 7372800.0, - 14745600.0 - ], - "keybindings": [ - { - "action": "profile.focus.voyager1", - "key": "V" - }, - { - "action": "profile.focus.voyager2", - "key": "SHIFT+V" - }, - { - "action": "profile.setup.jupiter_approach", - "key": "SHIFT+J" - }, - { - "action": "profile.setup.saturn_approach", - "key": "SHIFT+S" - }, - { - "action": "profile.focus.jupiter", - "key": "J" - }, - { - "action": "profile.focus.saturn", - "key": "S" - }, - { - "action": "profile.toggle.minor_trails", - "key": "SHIFT+H" - } - ], - "mark_nodes": [ - "Earth", - "Voyager 1", - "Voyager 2", - "Jupiter", - "Saturn", - "Uranus", - "Neptune" - ], - "meta": { - "author": "OpenSpace Team", - "description": "This scene contains the NASA Voyager 1 and Voyager 2 missions as they were launched from Earth in the 1970s and observed the gas giants in the Solar System. The spacecraft models are included and are pointed accurately throughout the mission. Position and orientation information are available until the second half of the 21st century.", - "license": "MIT License", - "name": "Voyager", - "url": "https://www.openspaceproject.com", - "version": "1.0" - }, - "properties": [ - { - "name": "Scene.PlutoBarycenterTrail.Renderable.Enabled", - "type": "setPropertyValue", - "value": "false" - } - ], - "time": { - "type": "absolute", - "value": "1977-09-10T12:00:00" - }, - "version": { - "major": 1, - "minor": 1 - } -} \ No newline at end of file diff --git a/openspace.cfg b/openspace.cfg index 2749df992e3075ab22eeb7e78d95fe2e69f96bd4..c522e69f5189aa70ecbb2c5df9ea8eead4b1a8cc 100644 --- a/openspace.cfg +++ b/openspace.cfg @@ -30,7 +30,7 @@ -- https://sgct.github.io/configuration-files.html -- To use a sgct configuration file set the variable like below -SGCTConfig = "${CONFIG}/single_gui.json" +SGCTConfig = "${CONFIG}/single_window.json" -- In the config/ folder we provide the some predefined files which you can modify. -- fullscreen1080.json: fullscreen window at 1920x1080 -- gui_projector.json: one window for the gui and a second fullscreen window for rendering