Caltech-IPAC / kete

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

Several quality of life fixes to the python interface #113

Closed dahlend closed 5 days ago

dahlend commented 5 days ago

All python FOVs now expose a direct .jd instead of having to call observer.jd (which still works). FOVs when built from corners no longer require the corners to be provided in just clockwise order, counterclockwise is now supported as well. Negative indices on FOVList and SimultaneousStates now function, things like fov_list[-5] SimultaneousStates.obs_vecs is no longer a function.