UFO
|
Relevant calculated values that are specific to each pair or triplet of adjacent/alternating observations. More...
#include <TrackCheckShip.h>
Public Attributes | |
bool | simultaneous {} |
util::Duration | timeDifference {} |
timeDifference between the same-index observation and the previous one. More... | |
double | distance {} |
double | speed {} |
double | angle {} |
double | speedAveraged {} |
double | distanceAveraged {} |
Relevant calculated values that are specific to each pair or triplet of adjacent/alternating observations.
Definition at line 71 of file src/ufo/filters/TrackCheckShip.h.
double ufo::TrackCheckShip::ObservationStatistics::angle {} |
angle
formed by the track between the previous-index observation, same-index observation, and next-index observation.
Definition at line 89 of file src/ufo/filters/TrackCheckShip.h.
double ufo::TrackCheckShip::ObservationStatistics::distance {} |
distance
between the same-index observation and the previous-index observation.
Definition at line 82 of file src/ufo/filters/TrackCheckShip.h.
double ufo::TrackCheckShip::ObservationStatistics::distanceAveraged {} |
distanceAveraged
is the calculated distance between the previous-index observation and the next-index observation (ignoring the same-index observation).
Definition at line 96 of file src/ufo/filters/TrackCheckShip.h.
bool ufo::TrackCheckShip::ObservationStatistics::simultaneous {} |
Simultaneous holds true
if the same-index observation is occurring at the same time-stamp as either the previous-index observation or the next-index observation (if the observations are at different locations)
Definition at line 76 of file src/ufo/filters/TrackCheckShip.h.
double ufo::TrackCheckShip::ObservationStatistics::speed {} |
speed
between the same-index observation and the previous-index observation
Definition at line 85 of file src/ufo/filters/TrackCheckShip.h.
double ufo::TrackCheckShip::ObservationStatistics::speedAveraged {} |
speedAveraged
is the calculated speed between the previous-index observation and the next-index observation (ignoring the same-index observation).
Definition at line 93 of file src/ufo/filters/TrackCheckShip.h.
util::Duration ufo::TrackCheckShip::ObservationStatistics::timeDifference {} |
timeDifference
between the same-index observation and the previous one.
Definition at line 79 of file src/ufo/filters/TrackCheckShip.h.