JPLMLIA / pdsc

Planetary Data System Coincidences
https://jplmlia.github.io/pdsc/
Other
3 stars 2 forks source link

Create tool to correct buggy HiRISE EDR cumulative index file #18

Closed garydoranjr closed 4 years ago

garydoranjr commented 4 years ago

The HiRISE EDR cumulative index files currently have some values of SCAN_EXPOSURE_DURATION that overflow the 9 byte allocation for that field (value is "20000.0000").

We should create a command-line tool that corrects this by remove the least significant digit for any value of this field that exceeds 9 bytes, if the least significant digit is zero.