Caltech-IPAC / kete

Kete Solar System Survey tools
https://Caltech-IPAC.github.io/kete
BSD 3-Clause "New" or "Revised" License
12 stars 1 forks source link

SimultaneousState list saving was dropping FOVs #97

Closed dahlend closed 2 months ago

dahlend commented 2 months ago

SimultaneousState.save_list was not working correctly due to a conversion order of operations issue. The conversion between python and rust for list of SimultaneousStates was unintentionally dropping the FOV information. This was leading to errors when attempting to save simulation results which included this information.

This was fixed by changing the order of operations to try SimState conversions before list conversions. Error messages were edited to increase the clarity of the bug.