UFO
|
A container for all track-wise counters and calculations that indicate the overall quality of the tracks' data. More...
#include <TrackCheckShip.h>
Public Attributes | |
int | numRejectedObs_ {} |
int | numShort_ {} |
int | numFast_ {} |
int | numBends_ {} |
int | numDist0_ {} |
int | numSimultaneous_ {} |
numSimultaneous_ is the count of observations deemed simultaneous. More... | |
double | sumSpeed_ {} |
double | meanSpeed_ {} |
meanSpeed_ is the mean of all speed values included in sumSpeed_ More... | |
A container for all track-wise counters and calculations that indicate the overall quality of the tracks' data.
Definition at line 101 of file src/ufo/filters/TrackCheckShip.h.
double ufo::TrackCheckShip::TrackStatistics::meanSpeed_ {} |
meanSpeed_
is the mean of all speed values included in sumSpeed_
Definition at line 124 of file src/ufo/filters/TrackCheckShip.h.
int ufo::TrackCheckShip::TrackStatistics::numBends_ {} |
numBends_
is a count of 3-consecutive-observation track segments in which the track shows a 90-degree or greater turn.
Definition at line 114 of file src/ufo/filters/TrackCheckShip.h.
int ufo::TrackCheckShip::TrackStatistics::numDist0_ {} |
numDist0_
is the count of consecutive observations with a cartesian distance that measures 0.0 metres.
Definition at line 117 of file src/ufo/filters/TrackCheckShip.h.
int ufo::TrackCheckShip::TrackStatistics::numFast_ {} |
numFast_
is the number of observations with a speed exceeding a maximum value, which is to be set in the TrackCheckShipParameters file.
Definition at line 111 of file src/ufo/filters/TrackCheckShip.h.
int ufo::TrackCheckShip::TrackStatistics::numRejectedObs_ {} |
numRejectedObs_
is currently unused, but will be updated in later pull requests.
Definition at line 104 of file src/ufo/filters/TrackCheckShip.h.
int ufo::TrackCheckShip::TrackStatistics::numShort_ {} |
numShort_
is the number of observations within an hour of the previous observation.
Definition at line 107 of file src/ufo/filters/TrackCheckShip.h.
int ufo::TrackCheckShip::TrackStatistics::numSimultaneous_ {} |
numSimultaneous_
is the count of observations deemed simultaneous.
Definition at line 119 of file src/ufo/filters/TrackCheckShip.h.
double ufo::TrackCheckShip::TrackStatistics::sumSpeed_ {} |
sumSpeed_
is the sum of all speed values recorded for observations that have neither been deemed "fast" or "short"
Definition at line 122 of file src/ufo/filters/TrackCheckShip.h.