40using std::ostringstream;
41using std::runtime_error;
79 throw std::runtime_error(
80 "This version of ARTS was compiled without FASTEM support.");
118 const Index fastem_version) {
const Numeric * get_c_array() const ARTS_NOEXCEPT
Conversion to plain C-array, const-version.
void resize(Index n)
Resize function.
The declarations of all the exception classes.
void rttov_fastem5_(const Index &fastem_version, const Numeric &frequency, const Numeric &za, const Numeric &temperature, const Numeric &salinity, const Numeric &wind_speed, Numeric *emissivity, Numeric *reflectivity, const Numeric &transmittance, const Numeric &rel_azimuth)
void fastem(Vector &emissivity, Vector &reflectivity, const Numeric frequency, const Numeric za, const Numeric temperature, const Numeric salinity, const Numeric wind_speed, const Numeric transmittance, const Numeric rel_azimuth, const Index fastem_version)
Calculate the surface emissivity using FASTEM.
Implementation of Matrix, Vector, and such stuff.
NUMERIC Numeric
The type to use for all floating point numbers.
INDEX Index
The type to use for all integer numbers and indices.