UFO
|
Function calculates the GNSS-RO impact height as the difference between the impact parameter and earth's radius of curvature. More...
#include <ImpactHeight.h>
Public Member Functions | |
ImpactHeight (const eckit::LocalConfiguration &) | |
~ImpactHeight () | |
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... | |
Function calculates the GNSS-RO impact height as the difference between the impact parameter and earth's radius of curvature.
Definition at line 23 of file ImpactHeight.h.
|
explicit |
Definition at line 32 of file ImpactHeight.cc.
ufo::ImpactHeight::~ImpactHeight | ( | ) |
Definition at line 40 of file ImpactHeight.cc.
|
virtual |
compute the result of the function
Implements ufo::ObsFunctionBase< float >.
Definition at line 47 of file ImpactHeight.cc.
|
virtual |
geovals required to compute the function
Implements ufo::ObsFunctionBase< float >.
Definition at line 66 of file ImpactHeight.cc.
|
private |
Definition at line 32 of file ImpactHeight.h.