Moved the downloading of Horizons spice kernels from SpiceKernel to horizons.
Renamed all field of view checking functions to similar names: fov_static_check,
fov_state_check, and fov_spice_check. These functions are exposed at the base
level of neospy.
Renamed compute_H to compute_h_mag` to bring inline with snake casing.
This was to make the API more cohesive, and to fix a few dozen complaints my static analysis tools have been bugging me about forever.
SpiceKernel
tohorizons
.fov_static_check
,fov_state_check
, andfov_spice_check
. These functions are exposed at the base level of neospy.compute_H
to compute_h_mag` to bring inline with snake casing.This was to make the API more cohesive, and to fix a few dozen complaints my static analysis tools have been bugging me about forever.