Update profile start time and place to match launch

This commit is contained in:
Malin Ejdbo
2021-05-03 16:19:38 +02:00
parent cfc8eb209e
commit d145a04d35
6 changed files with 11 additions and 11 deletions

View File

@@ -56,4 +56,4 @@ local L1Label = {
assetHelper.registerSceneGraphNodesAndExport(asset, {
L1,
L1Label
})
})

View File

@@ -73,4 +73,4 @@ assetHelper.registerSceneGraphNodesAndExport(asset, {
L2,
L2SunLine,
L2Label
})
})

View File

@@ -56,4 +56,4 @@ local L4Label = {
assetHelper.registerSceneGraphNodesAndExport(asset, {
L4,
L4Label
})
})

View File

@@ -56,4 +56,4 @@ local L5Label = {
assetHelper.registerSceneGraphNodesAndExport(asset, {
L5,
L5Label
})
})

View File

@@ -1,3 +1,3 @@
asset.require('scene/solarsystem/missions/jwst/L1')
asset.require('scene/solarsystem/missions/jwst/L4')
asset.require('scene/solarsystem/missions/jwst/L5')
asset.require('scene/solarsystem/missions/jwst/L5')

View File

@@ -9,8 +9,8 @@
"camera": {
"altitude": 17000000.0,
"anchor": "Earth",
"latitude": 58.5877,
"longitude": 16.1924,
"latitude": 3.5559,
"longitude": -53.0515,
"type": "goToGeo"
},
"delta_times": [
@@ -46,8 +46,8 @@
}
],
"mark_nodes": [
"James Webb Space Telecope",
"James Webb Space Telescope Trail",
"JWSTModel",
"JWSTTrail",
"L2",
"Earth",
"Moon",
@@ -69,8 +69,8 @@
}
],
"time": {
"type": "relative",
"value": "-1d"
"type": "absolute",
"value": "2021-10-31T00:00:00"
},
"version": {
"major": 1,