From 24cf474a2fa2808fd69d5b53c302db6c8ccbf3cc Mon Sep 17 00:00:00 2001 From: Austin Sanders <austinsanders1993@gmail.com> Date: Thu, 2 Jun 2022 11:15:09 -0700 Subject: [PATCH] Reverted change to UTC start time --- ale/drivers/galileo_drivers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ale/drivers/galileo_drivers.py b/ale/drivers/galileo_drivers.py index 4a7cab4..f3f1e81 100644 --- a/ale/drivers/galileo_drivers.py +++ b/ale/drivers/galileo_drivers.py @@ -86,7 +86,7 @@ class GalileoSsiIsisLabelNaifSpiceDriver(Framer, IsisLabel, NaifSpice, RadialDis : float start time """ - return pyspiceql.utc2et(self.utc_start_time) + return pyspiceql.utc2et(self.utc_start_time.strftime("%Y-%m-%d %H:%M:%S.%f")) @property def center_ephemeris_time(self): -- GitLab