Fixed-interval RTS-smoothed track.
Summary
Types
@type t() :: %Sidereon.Estimation.SmoothedTrack{handle: reference()}
Functions
@spec epoch_count(t()) :: non_neg_integer()
Return the number of smoothed epochs.
@spec epochs(t()) :: [Sidereon.Estimation.SmoothedTrackEpoch.t()]
Return smoothed epochs as Elixir structs.