//! This crate supplies tooling for calculations of the paths of light rays in the atmosphere.
//!
//! It supports different theoretical shapes of the planet (arbitrary radius, or even flat) and
//! arbitrary atmospheric models (defined by reference temperature and pressure at some altitudes
//! and temperature gradients).
extern crate numeric_algs as na;
extern crate serde_derive;
/// Module containing tools for defining non-standard atmospheric models.
pub use crate*;
pub use crate*;
pub use crate*;