UFO
|
Options controlling the operation of the ship track check filter. More...
#include <TrackCheckShipParameters.h>
Public Attributes | |
oops::Parameter< util::Duration > | temporalResolution |
oops::Parameter< double > | spatialResolution |
oops::Parameter< double > | maxSpeed |
Maximum speed (before marking as fast) in km/s. More... | |
oops::OptionalParameter< float > | debugWindowStart |
oops::OptionalParameter< float > | debugWindowEnd |
oops::Parameter< int > | inputCategory |
oops::Parameter< bool > | deferredCheckSimultaneous |
If deferredCheckSimultaneous set to true, check of simultaneous observations will be deferred until the end, at which point flagged observations may be reinstated. More... | |
oops::Parameter< bool > | earlyBreakCheck |
If earlyBreakCheck set to true, check will stop early based on the number of short-spaced, fast, and bended segments of the track. More... | |
oops::Parameter< bool > | testingMode |
To be set to true if the filter's unit tests are being run. More... | |
![]() | |
oops::OptionalParameter< Variable > | stationIdVariable |
Options controlling the operation of the ship track check filter.
Definition at line 26 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 58 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 52 of file TrackCheckShipParameters.h.
oops::Parameter<bool> ufo::TrackCheckShipParameters::deferredCheckSimultaneous |
If deferredCheckSimultaneous
set to true, check of simultaneous observations will be deferred until the end, at which point flagged observations may be reinstated.
Definition at line 71 of file TrackCheckShipParameters.h.
oops::Parameter<bool> ufo::TrackCheckShipParameters::earlyBreakCheck |
If earlyBreakCheck
set to true, check will stop early based on the number of short-spaced, fast, and bended segments of the track.
Definition at line 77 of file TrackCheckShipParameters.h.
oops::Parameter<int> ufo::TrackCheckShipParameters::inputCategory |
The type of input source. This affects the treatment of tracks with large numbers of simultaneous observations.
Definition at line 64 of file TrackCheckShipParameters.h.
oops::Parameter<double> ufo::TrackCheckShipParameters::maxSpeed |
Maximum speed (before marking as fast) in km/s.
Definition at line 46 of file TrackCheckShipParameters.h.
oops::Parameter<double> ufo::TrackCheckShipParameters::spatialResolution |
Assumed spatial resolution of the observations (in km), i.e. absolute accuracy of the reported positions.
Instantaneous speeds are estimated conservatively with the formula
speed_estimate = (reported_distance - spatial resolution) / (reported_time + temporal resolution).
Definition at line 41 of file TrackCheckShipParameters.h.
oops::Parameter<util::Duration> ufo::TrackCheckShipParameters::temporalResolution |
Assumed temporal resolution of the observations, i.e. absolute accuracy of the reported observation times.
Definition at line 30 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 82 of file TrackCheckShipParameters.h.