UFO
ufo::PreQCParameters Class Reference

#include <PreQC.h>

Inheritance diagram for ufo::PreQCParameters:
Collaboration diagram for ufo::PreQCParameters:

Public Attributes

oops::Parameter< std::string > inputQC {"inputQC", "PreQC", this}
 The ObsSpace group holding PreQC flags. By default, 'PreQC'. More...
 
oops::Parameter< int > minvalue {"minvalue", 0, this}
 Minimum PreQC flag denoting "pass". By default, zero. More...
 
oops::Parameter< int > maxvalue {"maxvalue", 0, this}
 Maximum PreQC flag denoting "pass". By default, zero. More...
 
- Public Attributes inherited from ufo::FilterParametersBaseWithAbstractAction
oops::OptionalParameter< std::vector< Variable > > filterVariables
 
oops::Parameter< std::vector< WhereParameters > > where {"where", {}, this}
 
oops::Parameter< bool > deferToPost {"defer to post", false, this}
 

Additional Inherited Members

- Public Member Functions inherited from ufo::FilterParametersBase
const FilterActionParametersBaseaction () const override
 Return parameters defining the action performed on observations flagged by the filter. More...
 

Detailed Description

Definition at line 27 of file PreQC.h.

Member Data Documentation

◆ inputQC

oops::Parameter<std::string> ufo::PreQCParameters::inputQC {"inputQC", "PreQC", this}

The ObsSpace group holding PreQC flags. By default, 'PreQC'.

Definition at line 32 of file PreQC.h.

◆ maxvalue

oops::Parameter<int> ufo::PreQCParameters::maxvalue {"maxvalue", 0, this}

Maximum PreQC flag denoting "pass". By default, zero.

Definition at line 36 of file PreQC.h.

◆ minvalue

oops::Parameter<int> ufo::PreQCParameters::minvalue {"minvalue", 0, this}

Minimum PreQC flag denoting "pass". By default, zero.

Definition at line 34 of file PreQC.h.


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