Change Voyager 1 & 2 trail end times to 2021 JAN 01 as it was wrongly changed in old commit

This commit is contained in:
Adam Rohdin
2023-06-21 15:58:08 +02:00
parent 91026c4c52
commit 89d130dcd5
2 changed files with 6 additions and 6 deletions

View File

@@ -227,9 +227,9 @@ local VoyagerTrailCruiseSaturnInf = {
EnableFade = false,
Color = { 0.70, 0.50, 0.20 },
StartTime = "1980 NOV 16",
EndTime = "2300 JAN 01",
-- 116558 is the number of days between the Start and End time
SampleInterval = 116558 * 2
EndTime = "2021 JAN 01",
-- 14656 is the number of days between the Start and End time
SampleInterval = 14656 * 2
},
Tag = { "voyager1_trail" },
GUI = {

View File

@@ -331,9 +331,9 @@ local VoyagerTrailCruiseNeptuneInf = {
EnableFade = false,
Color = { 0.70, 0.50, 0.20 },
StartTime = "1989 AUG 26",
EndTime = "2300 JAN 01",
-- 113353 is the number of days between the Start and End time
SampleInterval = 113353 * 2
EndTime = "2021 JAN 01",
-- 11451 is the number of days between the Start and End time
SampleInterval = 11451 * 2
},
Tag = { "voyager2_trail" },
GUI = {