IMAP-Science-Operations-Center / imap_processing

IMAP
MIT License
6 stars 16 forks source link

excel to xtce should handle hexadecimal state values #1158

Closed sdhoyt closed 2 days ago

sdhoyt commented 1 week ago

Summary

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.