Canoe
Comprehensive Atmosphere N' Ocean Engine
|
Base class for a collection of spectral grids. More...
#include <spectral_grid.hpp>
Public Member Functions | |
std::pair< Real, Real > | ReadRangeFrom (YAML::Node const &my) |
Read the spectral range from a YAML node. More... | |
Public Attributes | |
std::vector< SpectralBin > | spec |
spectral grids More... | |
std::string | unit_type |
defines the unit of the spectral grid More... | |
Base class for a collection of spectral grids.
Definition at line 16 of file spectral_grid.hpp.
std::pair< Real, Real > SpectralGridBase::ReadRangeFrom | ( | YAML::Node const & | my | ) |
Read the spectral range from a YAML node.
wavenumber-range, wavelength-range, frequency-range, etc
Definition at line 13 of file spectral_grid.cpp.
std::vector<SpectralBin> SpectralGridBase::spec |
spectral grids
Definition at line 19 of file spectral_grid.hpp.
std::string SpectralGridBase::unit_type |
defines the unit of the spectral grid
Choose from [wavenumber, wavelength, frequency]
Definition at line 24 of file spectral_grid.hpp.