UFO
|
Options controlling the operation of the ship track check filter. More...
#include <TrackCheckShipParameters.h>
Public Attributes | |
TrackCheckShipCoreParameters | core {this} |
oops::OptionalParameter< float > | debugWindowStart |
oops::OptionalParameter< float > | debugWindowEnd |
oops::Parameter< SurfaceObservationSubtype > | inputCategory |
oops::Parameter< bool > | testingMode |
To be set to true if the filter's unit tests are being run. More... | |
oops::Parameter< bool > | comparisonTesting |
To be set to true if the filter's single-segment comparison test is being run. More... | |
![]() | |
oops::OptionalParameter< Variable > | stationIdVariable |
![]() | |
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 | |
![]() | |
const FilterActionParametersBase & | action () const override |
Return parameters defining the action performed on observations flagged by the filter. More... | |
Options controlling the operation of the ship track check filter.
Definition at line 64 of file TrackCheckShipParameters.h.
oops::Parameter<bool> ufo::TrackCheckShipParameters::comparisonTesting |
To be set to true
if the filter's single-segment comparison test is being run.
Definition at line 95 of file TrackCheckShipParameters.h.
TrackCheckShipCoreParameters ufo::TrackCheckShipParameters::core {this} |
Definition at line 68 of file TrackCheckShipParameters.h.
oops::OptionalParameter<float> ufo::TrackCheckShipParameters::debugWindowEnd |
The end of an observation window where trace output should be produced. If blank, the end of the track will be treated as the end of this window.
Definition at line 78 of file TrackCheckShipParameters.h.
oops::OptionalParameter<float> ufo::TrackCheckShipParameters::debugWindowStart |
The start of an observation window where trace output should be produced. If blank, the start of the track will be treated as the start of this window.
Definition at line 72 of file TrackCheckShipParameters.h.
oops::Parameter<SurfaceObservationSubtype> ufo::TrackCheckShipParameters::inputCategory |
The type of input source. This affects the treatment of tracks with large numbers of short segments between observations.
Definition at line 84 of file TrackCheckShipParameters.h.
oops::Parameter<bool> ufo::TrackCheckShipParameters::testingMode |
To be set to true
if the filter's unit tests are being run.
Definition at line 90 of file TrackCheckShipParameters.h.