UFO
|
Calculate Sun glint angles at observation locations. More...
#include <SunGlintAngle.h>
Public Member Functions | |
SunGlintAngle (const eckit::LocalConfiguration &=eckit::LocalConfiguration()) | |
~SunGlintAngle () | |
void | compute (const ObsFilterData &, ioda::ObsDataVector< float > &) const |
compute the result of the function More... | |
const ufo::Variables & | requiredVariables () const |
geovals required to compute the function More... | |
![]() | |
ObsFunctionBase (const eckit::LocalConfiguration conf=eckit::LocalConfiguration()) | |
virtual | ~ObsFunctionBase () |
Private Attributes | |
ufo::Variables | invars_ |
Additional Inherited Members | |
![]() | |
typedef float | Value_ |
Type of the values produced by the function. More... | |
Calculate Sun glint angles at observation locations.
Definition at line 23 of file SunGlintAngle.h.
|
explicit |
Definition at line 23 of file SunGlintAngle.cc.
ufo::SunGlintAngle::~SunGlintAngle | ( | ) |
Definition at line 34 of file SunGlintAngle.cc.
|
virtual |
compute the result of the function
Implements ufo::ObsFunctionBase< float >.
Definition at line 38 of file SunGlintAngle.cc.
|
virtual |
geovals required to compute the function
Implements ufo::ObsFunctionBase< float >.
Definition at line 66 of file SunGlintAngle.cc.
|
private |
Definition at line 33 of file SunGlintAngle.h.