UFO
ufo::StuckCheckCoreParameters Class Reference

#include <StuckCheckParameters.h>

Inheritance diagram for ufo::StuckCheckCoreParameters:
Collaboration diagram for ufo::StuckCheckCoreParameters:

Public Attributes

oops::RequiredParameter< size_t > numberStuckTolerance
 
oops::RequiredParameter< util::Duration > timeStuckTolerance
 

Detailed Description

Definition at line 18 of file StuckCheckParameters.h.

Member Data Documentation

◆ numberStuckTolerance

oops::RequiredParameter<size_t> ufo::StuckCheckCoreParameters::numberStuckTolerance
Initial value:
{
"number stuck tolerance", this
}

The maximum number of observations in a row that can have the same observed value before the observations may be flagged by this filter.

Definition at line 24 of file StuckCheckParameters.h.

◆ timeStuckTolerance

oops::RequiredParameter<util::Duration> ufo::StuckCheckCoreParameters::timeStuckTolerance
Initial value:
{
"time stuck tolerance", this
}

The maximum duration in which an observation value is "stuck" before the observations may be flagged (unless all of the observations have that one value, in which case the observations could be flagged anyway)

Definition at line 31 of file StuckCheckParameters.h.


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