UFO
|
Relevant calculated values that are specific to each pair or triplet of adjacent/alternating observations. More...
#include <TrackCheckShip.h>
Public Attributes | |
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 77 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 90 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 83 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 97 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 86 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 94 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 80 of file src/ufo/filters/TrackCheckShip.h.