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_ {} |
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 102 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 120 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 115 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 112 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 105 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 108 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 118 of file src/ufo/filters/TrackCheckShip.h.