Canoe
Comprehensive Atmosphere N' Ocean Engine
|
Policy class for creating a regular spacing spectral grid. More...
#include <spectral_grid.hpp>
Public Member Functions | |
RegularSpacingSpectralGrid (YAML::Node const &my) | |
Public Member Functions inherited from SpectralGridBase | |
std::pair< Real, Real > | ReadRangeFrom (YAML::Node const &my) |
Read the spectral range from a YAML node. More... | |
Additional Inherited Members | |
Public Attributes inherited from SpectralGridBase | |
std::vector< SpectralBin > | spec |
spectral grids More... | |
std::string | unit_type |
defines the unit of the spectral grid More... | |
Policy class for creating a regular spacing spectral grid.
Definition at line 32 of file spectral_grid.hpp.
RegularSpacingSpectralGrid::RegularSpacingSpectralGrid | ( | YAML::Node const & | my | ) |
Definition at line 43 of file spectral_grid.cpp.