UFO
ufo::TrackCheckShipParameters Class Reference

Options controlling the operation of the ship track check filter. More...

#include <TrackCheckShipParameters.h>

Inheritance diagram for ufo::TrackCheckShipParameters:
Collaboration diagram for ufo::TrackCheckShipParameters:

Public Attributes

TrackCheckShipCoreParameters core {this}
 
oops::OptionalParameter< float > debugWindowStart
 
oops::OptionalParameter< float > debugWindowEnd
 
oops::Parameter< SurfaceObservationSubtypeinputCategory
 
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...
 
- Public Attributes inherited from ufo::TrackCheckUtilsParameters
oops::OptionalParameter< VariablestationIdVariable
 
- Public Attributes inherited from ufo::FilterParametersBaseWithAbstractAction
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

- Public Member Functions inherited from ufo::FilterParametersBase
const FilterActionParametersBaseaction () const override
 Return parameters defining the action performed on observations flagged by the filter. More...
 

Detailed Description

Options controlling the operation of the ship track check filter.

Definition at line 64 of file TrackCheckShipParameters.h.

Member Data Documentation

◆ comparisonTesting

oops::Parameter<bool> ufo::TrackCheckShipParameters::comparisonTesting
Initial value:
{
"comparison test", false, this
}

To be set to true if the filter's single-segment comparison test is being run.

Definition at line 95 of file TrackCheckShipParameters.h.

◆ core

TrackCheckShipCoreParameters ufo::TrackCheckShipParameters::core {this}

Definition at line 68 of file TrackCheckShipParameters.h.

◆ debugWindowEnd

oops::OptionalParameter<float> ufo::TrackCheckShipParameters::debugWindowEnd
Initial value:
{
"debug window end", this
}

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.

◆ debugWindowStart

oops::OptionalParameter<float> ufo::TrackCheckShipParameters::debugWindowStart
Initial value:
{
"debug window start", this
}

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.

◆ inputCategory

oops::Parameter<SurfaceObservationSubtype> ufo::TrackCheckShipParameters::inputCategory
Initial value:

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.

◆ testingMode

oops::Parameter<bool> ufo::TrackCheckShipParameters::testingMode
Initial value:
{
"unit testing mode", false, this
}

To be set to true if the filter's unit tests are being run.

Definition at line 90 of file TrackCheckShipParameters.h.


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