Sidereon.Estimation.TrackState (Sidereon v0.29.1)

Copy Markdown View Source

Track state and covariance over [position, velocity].

Summary

Types

frame()

@type frame() :: :ecef | :enu | :caller_defined_cartesian

t()

@type t() :: %Sidereon.Estimation.TrackState{
  covariance: [[float()]],
  dimension: pos_integer(),
  frame: frame(),
  position_covariance_m2: [[float()]],
  position_m: [float()],
  state_dimension: pos_integer(),
  state_vector: [float()],
  t_s: float(),
  velocity_m_s: [float()]
}