TacHawkes / HITRAN.jl

Spectrum calculation using the HITRAN database for Julia
MIT License
7 stars 0 forks source link

HITRAN.jl

Build Status Coverage

DOI

HITRAN.jl is a Julia package for calculating spectral features using the HITRAN database. The package follows a very similar approach to the HITRAN Application Programming Interface (HAPI). In fact the basic workflow and methods work almost the same which should make switching for HAPI users easy. The package fetches spectral line data from HITRANOnline and stores it in a local SQLite database for structured access. This data can be used to calculate spectral lineshapes while taking into account the gas mixture and environmental conditions (pressure, temperature).

Documentation

Installation

Install the package using the package manager:

] add HITRAN

Citation

If you find this package useful and use it for your research, please cite it as:

Kliebisch, Oliver. (2021, March 31). HITRAN.jl - A Julia package for calculation absorption spectral using the HITRAN database. Zenodo. http://doi.org/10.5281/zenodo.4653316

References