ANISE is a modern replacement for NAIF SPICE, providing Attitude, Navigation, Instrument, Spacecraft, and Ephemeris data handling. Version 0.9.6 (pre-1.0) targets Python ≥3.9, with active development and frequent releases.
pip install aniseNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic initialization, kernel loading, and ephemeris computation.
Pin version and check changelog before upgrading.
Use anise.time_convert() for conversions.
Ensure consistent kernel load order in scripts.
Replace `anise.query(...)` with `anise.compute_state(...)`.