#include <PreQC.h>
|
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...
|
|
oops::OptionalParameter< std::vector< Variable > > | filterVariables |
|
oops::Parameter< std::vector< WhereParameters > > | where {"where", {}, this} |
|
oops::Parameter< bool > | deferToPost {"defer to post", false, this} |
|
Definition at line 27 of file PreQC.h.
◆ 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: