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.
All python FOVs now expose a direct
.jd
instead of having to callobserver.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 likefov_list[-5]
SimultaneousStates.obs_vecs
is no longer a function.