IMAP-Science-Operations-Center / imap_processing

IMAP
MIT License
6 stars 16 forks source link

Add Hexadecimal state handling to excel_to_xtce #1159

Closed sdhoyt closed 2 days ago

sdhoyt commented 1 week ago

Change Summary

Overview

Some telemetry definition housekeeping state values are listed in hexadecimal form. space-packet-parser requires states to be in decimal form. This PR adds a function to ensure that the state value is an integer or a hexadecimal string is converted to an integer.

Closes #1158