cdshealpix 0.9.1

Rust implementation of the HEALPix tesselation.
Documentation
1
2
3
4
5
6
7
//! This module contains codes duplicated from the not-yet-publish `astrometry` crate.
//! It will be replaced by the `astrometry` crate when the later will be public.
//!
//! We use it for frame transformations (such as Galactic to Equatorial).

pub mod gal;
pub mod math;