Sidereon.Estimation.TrackRtsHistory (Sidereon v0.28.0)

Copy Markdown View Source

Recorded forward-filter history accepted by the RTS smoother.

Summary

Functions

Return the number of recorded epochs.

Return recorded epochs as Elixir structs.

Types

t()

@type t() :: %Sidereon.Estimation.TrackRtsHistory{handle: reference()}

Functions

epoch_count(track_rts_history)

@spec epoch_count(t()) :: non_neg_integer()

Return the number of recorded epochs.

epochs(track_rts_history)

@spec epochs(t()) :: [Sidereon.Estimation.TrackRtsEpoch.t()]

Return recorded epochs as Elixir structs.