UFO
ufo::ChannelUseflagCheckRad Class Reference

Channel useflag check: remove channel if useflag is less than one. More...

#include <ChannelUseflagCheckRad.h>

Inheritance diagram for ufo::ChannelUseflagCheckRad:
Collaboration diagram for ufo::ChannelUseflagCheckRad:

Public Member Functions

 ChannelUseflagCheckRad (const eckit::LocalConfiguration &)
 
 ~ChannelUseflagCheckRad ()
 
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

ChannelUseflagCheckRadParameters options_
 
ufo::Variables invars_
 
std::vector< int > channels_
 

Additional Inherited Members

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

Detailed Description

Channel useflag check: remove channel if useflag is less than one.

Definition at line 41 of file ChannelUseflagCheckRad.h.

Constructor & Destructor Documentation

◆ ChannelUseflagCheckRad()

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

Definition at line 31 of file ChannelUseflagCheckRad.cc.

◆ ~ChannelUseflagCheckRad()

ufo::ChannelUseflagCheckRad::~ChannelUseflagCheckRad ( )

Definition at line 52 of file ChannelUseflagCheckRad.cc.

Member Function Documentation

◆ compute()

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

compute the result of the function

Implements ufo::ObsFunctionBase< float >.

Definition at line 56 of file ChannelUseflagCheckRad.cc.

Here is the call graph for this function:

◆ requiredVariables()

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

geovals required to compute the function

Implements ufo::ObsFunctionBase< float >.

Definition at line 75 of file ChannelUseflagCheckRad.cc.

Member Data Documentation

◆ channels_

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

Definition at line 52 of file ChannelUseflagCheckRad.h.

◆ invars_

ufo::Variables ufo::ChannelUseflagCheckRad::invars_
private

Definition at line 51 of file ChannelUseflagCheckRad.h.

◆ options_

ChannelUseflagCheckRadParameters ufo::ChannelUseflagCheckRad::options_
private

Definition at line 50 of file ChannelUseflagCheckRad.h.


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