// calculation of the refractive index of air based on
// https://emtoolbox.nist.gov/wavelength/Documentation.asp#ComparisonCiddorandEdlenEquations
//! A module providing the tooling for atmospheric models.
pubmodatmosphere;modrefractive;modvapor;pubuseself::atmosphere::{us76_atmosphere, Atmosphere, AtmosphereDef};pubuseself::refractive::{air_index, d_air_index};pubuseself::vapor::{dp_sv, p_sv};