Skip to content

Releases: nyx-space/anise

0.3.2: Add DAF and ANISE file editing, add range rate to AER, SPK/BPC validity windows

22 May 14:13
b4d45b3
Compare
Choose a tag to compare

What's Changed

New features

Bug fixes

Dependencies / Maintenance

Full Changelog: 0.3.1...0.3.2

0.3.1: Add RIC difference computation, hyperbolic anomaly, initialize frame from its CCSDS name, and more usability changes

03 Apr 05:57
fcd2471
Compare
Choose a tag to compare

What's Changed

Dependencies / Maintenance

Full Changelog: 0.3.0...0.3.1

Version 0.3.0: Add Sun observer angle (or "solar probe Earth") calculation, fix barycentric nutation calculations, add `latest()`

29 Jan 05:10
6d38c4b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...0.3.0

Version 0.2.1: Python tutorials and various enhancement

15 Jan 08:04
58a0b5c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.0...0.2.1

Version 0.2.0: Python library and aberration corrections

09 Jan 15:25
edb43c7
Compare
Choose a tag to compare

Python

ANISE is now usable directly from Python! You can install ANISE with pip: pip install anise.

Then, use it to build Orbit structures, query SPK files, etc. More documentation will be written in the coming weeks but for the time being, check out the README of the repo for examples.

What's Changed

New Contributors

Full Changelog: 0.1.0...0.2.0

Version 0.1.0: ANISE is usable!

16 Nov 15:03
852c63f
Compare
Choose a tag to compare

After years of work, ANISE is finally to the point of being usable! Query SPICE files for ephemeris or rotation data, combine these, prevent invalid transformations between reference frames, and transform objects created outside of SPICE files (a new feature compared to SPICE).