diff --git a/data/profiles/jwst.profile b/data/profiles/jwst.profile new file mode 100644 index 0000000000..a7facd1bc3 --- /dev/null +++ b/data/profiles/jwst.profile @@ -0,0 +1,79 @@ +{ + "assets": [ + "base", + "scene/solarsystem/planets/earth/earth", + "scene/solarsystem/planets/earth/satellites/satellites", + "scene/solarsystem/missions/jwst/jwst", + "scene/solarsystem/missions/jwst/HUDFImage" + ], + "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": [ + { + "documentation": "Toggle trails on or off for satellites around Earth", + "gui_path": "/Earth", + "is_local": false, + "key": "S", + "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" + } + ], + "mark_nodes": [ + "James Webb Space Telecope", + "James Webb Space Telescope Trail", + "L2", + "Earth", + "Moon", + "Sun" + ], + "meta": { + "author": "OpenSpace Team", + "description": "James Webb Space Telecope Profile. Adds the James Webb Space Telecope model with an estimated trajectery.", + "license": "MIT License", + "name": "JWST", + "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": 0 + } +}