Lightweight Python package for calculating the atmospheric transmission
simpleatm is a Python package which calculates (sub)millimeter atmospheric transmission as a function of precipitable water vapor (PWV) and frequency. The package includes pre-calculated transmission datasets at various observation sites by the ATM model (Pardo et al. 2001). Moreover, since a dataset is loaded as the xarray's DataArray format, interpolation, plotting, and saving features are provided by default. Therefore, simpleatm would be useful in fast and approximate sensitivity calculation of a telescope instrument.
- Python: 3.6, 3.7, or 3.8 (tested by the authors)
- Dependencies: See pyproject.toml
$ pip install simpleatm
To be updated after the release of v0.2.0.
$ git clone https://github.com/deshima-dev/simpleatm.git
$ cd simpleatm
$ scripts/setup