From 70e3e2f9748b36eb5cac7acdf7dfd3a228b66088 Mon Sep 17 00:00:00 2001 From: Malin E Date: Fri, 1 Oct 2021 17:52:38 +0200 Subject: [PATCH] Rename some actions --- .../scene/solarsystem/missions/jwst/timelaps.asset | 2 +- data/profiles/jwst.profile | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/assets/scene/solarsystem/missions/jwst/timelaps.asset b/data/assets/scene/solarsystem/missions/jwst/timelaps.asset index ca17f6c430..896cb4b9c3 100644 --- a/data/assets/scene/solarsystem/missions/jwst/timelaps.asset +++ b/data/assets/scene/solarsystem/missions/jwst/timelaps.asset @@ -244,7 +244,7 @@ local timelaps = [[ "openspace.setPropertyValueSingle('Scene.EarthAtmosphere.Renderable.Enabled', true)", "openspace.time.interpolateDeltaTime(-7200)" .. "openspace.setPropertyValueSingle('Scene.Earth.Renderable.Layers.NightLayers.Earth_at_Night_2012.Settings.Gamma', 0.7)" .. - "openspace.setPropertyValueSingle('Scene.EarthAtmosphere.Renderable.Enabled', false)" .. + "openspace.setPropertyValueSingle('Scene.EarthAtmosphere.Renderable.Enabled', false)" ) ]] diff --git a/data/profiles/jwst.profile b/data/profiles/jwst.profile index a5fa5a35d7..cd99a9fa2f 100644 --- a/data/profiles/jwst.profile +++ b/data/profiles/jwst.profile @@ -29,7 +29,7 @@ "gui_path": "/JWST", "identifier": "profile.toggle.l2", "is_local": false, - "name": "Toggle L2", + "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" }, { @@ -49,11 +49,11 @@ "script": "openspace.time.setTime('2018-10-01T14:06:03'); openspace.time.setDeltaTime(1)" }, { - "documentation": "Set the time to the 2021 launch time of JWST", + "documentation": "Set the time to 2021 where the JWST Sun trail has valid data (2020-2024)", "gui_path": "/JWST", - "identifier": "profile.set.2021_launch", + "identifier": "profile.set.2021_sun", "is_local": false, - "name": "Set to 2021 launch time", + "name": "Set to 2021 Sun trail", "script": "openspace.time.setTime('2021-12-18T14:06:03'); openspace.time.setDeltaTime(1)" } ], @@ -137,7 +137,7 @@ "key": "J" }, { - "action": "profile.set.2021_launch", + "action": "profile.set.2021_sun", "key": "K" } ],