Current standalone parser hardcodes whether to convert raw packet data from bin files to an int or a float. We should overhaul this to use the type field in SensorID.py to match data types and convert them automatically, as well as potentially print sensor name for readability.
File in question: DataAcquisition\StandaloneParsers\DataParser.py
Work to be done:
Complete typing or add typing field for all sensor in SensorID.py (around 100 entries).
Import SensorID dict in parser and add logic to check (simple)
Populate row 2 with sensor name + units. For example: speed sensor (m/s)
Current standalone parser hardcodes whether to convert raw packet data from bin files to an int or a float. We should overhaul this to use the type field in
SensorID.py
to match data types and convert them automatically, as well as potentially print sensor name for readability.File in question:
DataAcquisition\StandaloneParsers\DataParser.py
Work to be done:
SensorID.py
(around 100 entries).SensorID
dict in parser and add logic to check (simple)speed sensor (m/s)