Go to the documentation of this file.
8 #ifndef UFO_FILTERS_TRACKCHECKSHIPPARAMETERS_H_
9 #define UFO_FILTERS_TRACKCHECKSHIPPARAMETERS_H_
13 #include "oops/util/Duration.h"
14 #include "oops/util/parameters/OptionalParameter.h"
15 #include "oops/util/parameters/Parameter.h"
16 #include "oops/util/parameters/Parameters.h"
17 #include "oops/util/parameters/ParameterTraits.h"
31 "temporal resolution", util::Duration(
"PT10M"),
this
42 "spatial resolution", 1.0,
this
47 "max speed", 1.0,
this
53 "debug window start",
this
59 "debug window end",
this
65 "input category", 2,
this
72 "deferred check simultaneous",
false,
this
78 "early break check",
true,
this
83 "testing mode",
false,
this
89 #endif // UFO_FILTERS_TRACKCHECKSHIPPARAMETERS_H_
oops::Parameter< bool > earlyBreakCheck
If earlyBreakCheck set to true, check will stop early based on the number of short-spaced,...
oops::OptionalParameter< float > debugWindowStart
oops::Parameter< int > inputCategory
Options controlling the operation of the track check filter.
oops::Parameter< bool > deferredCheckSimultaneous
If deferredCheckSimultaneous set to true, check of simultaneous observations will be deferred until t...
oops::Parameter< util::Duration > temporalResolution
oops::Parameter< bool > testingMode
To be set to true if the filter's unit tests are being run.
Options controlling the operation of the ship track check filter.
oops::OptionalParameter< float > debugWindowEnd
oops::Parameter< double > spatialResolution
oops::Parameter< double > maxSpeed
Maximum speed (before marking as fast) in km/s.