UFO
ufo::InterChannelConsistencyCheck Class Reference

Inter-channel consistency check. More...

#include <InterChannelConsistencyCheck.h>

Inheritance diagram for ufo::InterChannelConsistencyCheck:
Collaboration diagram for ufo::InterChannelConsistencyCheck:

Public Member Functions

 InterChannelConsistencyCheck (const eckit::LocalConfiguration &)
 
 ~InterChannelConsistencyCheck ()
 
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_
 
std::vector< int > channels_
 
InterChannelConsistencyCheckParameters options_
 

Additional Inherited Members

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

Detailed Description

Inter-channel consistency check.

Definition at line 52 of file InterChannelConsistencyCheck.h.

Constructor & Destructor Documentation

◆ InterChannelConsistencyCheck()

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

Definition at line 33 of file InterChannelConsistencyCheck.cc.

◆ ~InterChannelConsistencyCheck()

ufo::InterChannelConsistencyCheck::~InterChannelConsistencyCheck ( )

Definition at line 50 of file InterChannelConsistencyCheck.cc.

Member Function Documentation

◆ compute()

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

compute the result of the function

Implements ufo::ObsFunctionBase< float >.

Definition at line 54 of file InterChannelConsistencyCheck.cc.

Here is the call graph for this function:

◆ requiredVariables()

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

geovals required to compute the function

Implements ufo::ObsFunctionBase< float >.

Definition at line 128 of file InterChannelConsistencyCheck.cc.

Member Data Documentation

◆ channels_

std::vector<int> ufo::InterChannelConsistencyCheck::channels_
private

Definition at line 62 of file InterChannelConsistencyCheck.h.

◆ invars_

ufo::Variables ufo::InterChannelConsistencyCheck::invars_
private

Definition at line 61 of file InterChannelConsistencyCheck.h.

◆ options_

InterChannelConsistencyCheckParameters ufo::InterChannelConsistencyCheck::options_
private

Definition at line 63 of file InterChannelConsistencyCheck.h.


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