#include <stdexcept>
#include <cmath>
#include "matpackI.h"
#include "exceptions.h"
#include "complex.h"
Go to the source code of this file.
Functions | |
void | fastem (VectorView surface_emiss, const Numeric &surface_temp, ConstVectorView surface_wind, ConstVectorView surface_fastem_constants, const Numeric &freq) |
Calculate the surface emissivity using Fastem model. | |
Variables | |
const Numeric | PI |
const Numeric | DEG2RAD |
const Numeric | RAD2DEG |
Definition in file fastem.cc.
void fastem | ( | VectorView | surface_emiss, | |
const Numeric & | surface_temp, | |||
ConstVectorView | surface_wind, | |||
ConstVectorView | surface_fastem_constants, | |||
const Numeric & | freq | |||
) |
Calculate the surface emissivity using Fastem model.
Calculate surface emissivity using fastem
surface_emiss | surface emissivity at one one point | |
surface_temp | surface temperature at one point | |
surface_wind | surface wind at one point | |
surface_fastem_constants | surface fastem constants | |
freq | frequency |
Definition at line 57 of file fastem.cc.
References DEG2RAD.