UFO
|
Inter-channel consistency check. More...
#include <InterChannelConsistencyCheck.h>
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::Variables & | requiredVariables () const |
geovals required to compute the function More... | |
![]() | |
ObsFunctionBase (const eckit::LocalConfiguration conf=eckit::LocalConfiguration()) | |
virtual | ~ObsFunctionBase () |
Private Attributes | |
ufo::Variables | invars_ |
std::vector< int > | channels_ |
InterChannelConsistencyCheckParameters | options_ |
Additional Inherited Members | |
![]() | |
typedef float | Value_ |
Type of the values produced by the function. More... | |
Inter-channel consistency check.
Definition at line 52 of file InterChannelConsistencyCheck.h.
|
explicit |
Definition at line 33 of file InterChannelConsistencyCheck.cc.
ufo::InterChannelConsistencyCheck::~InterChannelConsistencyCheck | ( | ) |
Definition at line 50 of file InterChannelConsistencyCheck.cc.
|
virtual |
compute the result of the function
Implements ufo::ObsFunctionBase< float >.
Definition at line 54 of file InterChannelConsistencyCheck.cc.
|
virtual |
geovals required to compute the function
Implements ufo::ObsFunctionBase< float >.
Definition at line 128 of file InterChannelConsistencyCheck.cc.
|
private |
Definition at line 62 of file InterChannelConsistencyCheck.h.
|
private |
Definition at line 61 of file InterChannelConsistencyCheck.h.
|
private |
Definition at line 63 of file InterChannelConsistencyCheck.h.