diff --git a/tm/obsw_tm_service_3.py b/tm/obsw_tm_service_3.py index 3acfad2772968834fd68e801f4df31f6d73f7d7d..3fe2014cbde5dd611c8ca9896f41dcdc05bf49e1 100644 --- a/tm/obsw_tm_service_3.py +++ b/tm/obsw_tm_service_3.py @@ -19,7 +19,6 @@ class Service3TM(PusTelemetry): def __init__(self, byte_array: bytearray): super().__init__(byte_array) # print("Length of TM data: " + str(len(self._tm_data))) - self.print_source_data() self.objectId = struct.unpack('!I', self._tm_data[0:4])[0] self.objectIdRaw = self._tm_data[0:4] self.setId = struct.unpack('!I', self._tm_data[4:8])[0] @@ -142,7 +141,7 @@ class Service3TM(PusTelemetry): if len(self._tm_data) < 21: LOGGER.error("Format of thermal sensor HK data might be invalid!") return - + self.hkHeader = ["AngVel X", "Ang Vel Y", "AngVel Z"] angular_velocity_x = struct.unpack('!f', self._tm_data[8:12])[0] angular_velocity_y = struct.unpack('!f', self._tm_data[12:16])[0] diff --git a/tmtc_core b/tmtc_core index fc827894676abd7fd464a15eea6d2aa510b7694b..48484022641af9e10231c39651d7d0685e6f1598 160000 --- a/tmtc_core +++ b/tmtc_core @@ -1 +1 @@ -Subproject commit fc827894676abd7fd464a15eea6d2aa510b7694b +Subproject commit 48484022641af9e10231c39651d7d0685e6f1598