API Documentation¶
ANISE is available as a Rust crate and a Python package. Both share the same high-performance core but provide language-specific interfaces.
Rust API¶
The Rust API provides the most complete and performant access to ANISE. It includes full type safety for frames and epochs.
Python API¶
The Python API (anise-py) is designed to be familiar to users of SpiceyPy and MONTE, while offering the performance of Rust.
- Python Module Overview (Internal documentation)
- Examples and Jupyter Notebooks