From dd5295c3fb7dee8c99aca86b30376622844e1e66 Mon Sep 17 00:00:00 2001 From: Avery Klingbeil Date: Tue, 3 Jan 2023 21:59:59 -0600 Subject: [PATCH] oops didn't remove the call to astropy --- satsim/satsim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satsim/satsim.py b/satsim/satsim.py index 5ef7590..a229661 100644 --- a/satsim/satsim.py +++ b/satsim/satsim.py @@ -14,7 +14,7 @@ DOWNLINK_FILESTORE = "../store/data" class sat: def __init__(self): - self.attitude = sc(0,0, unit='deg', frame='icrs') + self.attitude = "Fellin pretty good" #astropy is broke rn self.battery = 100.00 self.maneuver_TTC = 0 #time to completion self.gyro_saturation = 0