9 #ifndef UFO_FILTERS_OBSFUNCTIONS_IMPACTHEIGHT_H_
10 #define UFO_FILTERS_OBSFUNCTIONS_IMPACTHEIGHT_H_
25 explicit ImpactHeight(
const eckit::LocalConfiguration &);
Function calculates the GNSS-RO impact height as the difference between the impact parameter and eart...
void compute(const ObsFilterData &, ioda::ObsDataVector< float > &) const
compute the result of the function
const ufo::Variables & requiredVariables() const
geovals required to compute the function
ImpactHeight(const eckit::LocalConfiguration &)
ObsFilterData provides access to all data related to an ObsFilter.