Updated sample interval in assets using HorizonsTranslation

This commit is contained in:
GPayne
2019-06-26 16:49:41 -06:00
parent a75bb5a5ae
commit 6c98adec31
2 changed files with 4 additions and 2 deletions

View File

@@ -20,7 +20,8 @@ local OumuamuaTrail = {
Color = { 0.9, 0.9, 0.0 },
StartTime = "2014 JAN 01 00:00:00",
EndTime = "2023 JAN 01 00:00:00",
SampleInterval = 60
SampleInterval = 7000,
TimeStampSubsampleFactor = 1
},
GUI = {
Name = "'Oumuamua Trail",

View File

@@ -20,7 +20,8 @@ local TeslaRoadsterTrail = {
Color = { 0.9, 0.9, 0.0 },
StartTime = "2018 FEB 8 00:00:00",
EndTime = "2022 FEB 7 00:00:00",
SampleInterval = 60
SampleInterval = 3000,
TimeStampSubsampleFactor = 1
},
GUI = {
Name = "Tesla Roadster Trail",