From 2c7ad5385e59e7eaa82521397d18c3964c096bac Mon Sep 17 00:00:00 2001 From: Markus Kranz Date: Sun, 12 Mar 2023 12:54:12 +0100 Subject: [PATCH] str hk bug fix --- eive_tmtc/pus_tm/hk_handling.py | 1 + 1 file changed, 1 insertion(+) diff --git a/eive_tmtc/pus_tm/hk_handling.py b/eive_tmtc/pus_tm/hk_handling.py index fc6b621..c020ef6 100644 --- a/eive_tmtc/pus_tm/hk_handling.py +++ b/eive_tmtc/pus_tm/hk_handling.py @@ -3,6 +3,7 @@ import logging # from pus_tm.tcp_server_objects import TCP_SEVER_SENSOR_TEMPERATURES from eive_tmtc.tmtc.acs.acs_ctrl import handle_raw_mgm_data, handle_acs_ctrl_hk_data +from eive_tmtc.tmtc.acs.star_tracker import handle_str_hk_data from eive_tmtc.tmtc.power.plpcdu import handle_plpcdu_hk from eive_tmtc.tmtc.payload.rad_sensor import handle_rad_sensor_data from eive_tmtc.tmtc.acs.sus import handle_sus_hk