UFO
ufo::ProbabilityOfGrossErrorParameters Class Reference

Options controlling the operation of the calculations involving probability of gross error. More...

#include <ProbabilityOfGrossErrorParameters.h>

Inheritance diagram for ufo::ProbabilityOfGrossErrorParameters:
Collaboration diagram for ufo::ProbabilityOfGrossErrorParameters:

Public Attributes

oops::Parameter< float > PGE_ExpArgMax {"max exponent", 80.0, this}
 Maximum value of exponent in background QC. More...
 
oops::Parameter< float > PGE_PGECrit {"PGE threshold", 0.1, this}
 PGE rejection limit. More...
 
oops::Parameter< float > PGE_ObErrMult {"obs error multiplier", 1.0, this}
 Multiplication factor for observation errors. More...
 
oops::Parameter< float > PGE_BkgErrMult {"BG error multiplier", 1.0, this}
 Multiplication factor for background errors. More...
 
oops::Parameter< float > PGE_SDiffCrit {"obs minus BG threshold", 100.0, this}
 Critical value for squared difference from background / ErrVar. More...
 

Detailed Description

Options controlling the operation of the calculations involving probability of gross error.

Definition at line 25 of file ProbabilityOfGrossErrorParameters.h.

Member Data Documentation

◆ PGE_BkgErrMult

oops::Parameter<float> ufo::ProbabilityOfGrossErrorParameters::PGE_BkgErrMult {"BG error multiplier", 1.0, this}

Multiplication factor for background errors.

Definition at line 39 of file ProbabilityOfGrossErrorParameters.h.

◆ PGE_ExpArgMax

oops::Parameter<float> ufo::ProbabilityOfGrossErrorParameters::PGE_ExpArgMax {"max exponent", 80.0, this}

Maximum value of exponent in background QC.

Definition at line 30 of file ProbabilityOfGrossErrorParameters.h.

◆ PGE_ObErrMult

oops::Parameter<float> ufo::ProbabilityOfGrossErrorParameters::PGE_ObErrMult {"obs error multiplier", 1.0, this}

Multiplication factor for observation errors.

Definition at line 36 of file ProbabilityOfGrossErrorParameters.h.

◆ PGE_PGECrit

oops::Parameter<float> ufo::ProbabilityOfGrossErrorParameters::PGE_PGECrit {"PGE threshold", 0.1, this}

PGE rejection limit.

Definition at line 33 of file ProbabilityOfGrossErrorParameters.h.

◆ PGE_SDiffCrit

oops::Parameter<float> ufo::ProbabilityOfGrossErrorParameters::PGE_SDiffCrit {"obs minus BG threshold", 100.0, this}

Critical value for squared difference from background / ErrVar.

Definition at line 42 of file ProbabilityOfGrossErrorParameters.h.


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