Sidereon.Estimation.TrackGatedUpdate (Sidereon v0.19.1)

Copy Markdown View Source

NIS-gated track update result.

Summary

Types

t()

@type t() :: %Sidereon.Estimation.TrackGatedUpdate{
  gate: Sidereon.Estimation.NisGate.t(),
  state: Sidereon.Estimation.TrackState.t(),
  update: Sidereon.Estimation.TrackUpdate.t() | nil
}