UFO
ufo::ImpactHeight Class Reference

Function calculates the GNSS-RO impact height as the difference between the impact parameter and earth's radius of curvature. More...

#include <ImpactHeight.h>

Inheritance diagram for ufo::ImpactHeight:
Collaboration diagram for ufo::ImpactHeight:

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::VariablesrequiredVariables () const
 geovals required to compute the function More...
 
- Public Member Functions inherited from ufo::ObsFunctionBase< float >
 ObsFunctionBase (const eckit::LocalConfiguration conf=eckit::LocalConfiguration())
 
virtual ~ObsFunctionBase ()
 

Private Attributes

ufo::Variables invars_
 

Additional Inherited Members

- Public Types inherited from ufo::ObsFunctionBase< float >
typedef float Value_
 Type of the values produced by the function. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ImpactHeight()

ufo::ImpactHeight::ImpactHeight ( const eckit::LocalConfiguration &  conf)
explicit

Definition at line 32 of file ImpactHeight.cc.

◆ ~ImpactHeight()

ufo::ImpactHeight::~ImpactHeight ( )

Definition at line 40 of file ImpactHeight.cc.

Member Function Documentation

◆ compute()

void ufo::ImpactHeight::compute ( const ObsFilterData ,
ioda::ObsDataVector< float > &   
) const
virtual

compute the result of the function

Implements ufo::ObsFunctionBase< float >.

Definition at line 47 of file ImpactHeight.cc.

Here is the call graph for this function:

◆ requiredVariables()

const ufo::Variables & ufo::ImpactHeight::requiredVariables ( ) const
virtual

geovals required to compute the function

Implements ufo::ObsFunctionBase< float >.

Definition at line 66 of file ImpactHeight.cc.

Member Data Documentation

◆ invars_

ufo::Variables ufo::ImpactHeight::invars_
private

Definition at line 32 of file ImpactHeight.h.


The documentation for this class was generated from the following files: