Represents the relationship between a SensorTrackable (i.e. a real thing) and a platform (i.e. what that platform knows about it)
Components:
TrackingEntities references both entities
LastUpdate the time any sensor last updated this track
RangeFromTrackingToTracked
WorldPositionCacheRefs references the WorldPosition of both entities
WorldPositionCache stores a copy of the WorldPosition of both entities
HasLineOfSight stores a flag indicating if a kepler body is blocking LoS
PositionDeviation/RangeDeviation/AngleDeviation
In reality we know the actual position of this tracked object, these store how much deviation from the ground truth should be added when accessing the data. Sensors generally improve one or more of these values.