flare 0.2.0

A lightweight library to perform basic astronomical calculations, inspired by Python's Astropy syntax.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod corrections;
pub mod cosmo;
pub mod observer;
pub mod period;
pub mod phot;
pub mod spatial;
pub mod target;
pub mod time;

pub use cosmo::Cosmo;
pub use observer::Observer;
pub use target::Target;
pub use time::Time;