Expand description
astro-rs
This library provides utilities to interact with astronomical data.
Inspired by Astropy (http://astropy.org / https://github.com/astropy/astropy)
Goals
General goals
- Achieve feature compatibility with the Astropy library
- Equal or surpass the Astropy benchmarks
Technical goals
- Deserialize as lazily as possible
- Balance ‘tight’ (https://www.ecorax.net/tightness) types and adherance to the FITS API with graceful handling of deviation
Testing
Test assets are from the following sources:
Modules
coordinates
coordinatesCompare, calculate, and transform spacial coordinates
cosmology
cosmologyRepresent and calculate data using cosmological models.
fits
fitsSerialize and deserialize FITS data. See https://archive.stsci.edu/fits/fits_standard/fits_standard.html for the FITS API.