Sidereon.Estimation.SmoothedTrack (Sidereon v0.19.1)

Copy Markdown View Source

Fixed-interval RTS-smoothed track.

Summary

Functions

Return the number of smoothed epochs.

Return smoothed epochs as Elixir structs.

Types

t()

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

Functions

epoch_count(smoothed_track)

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

Return the number of smoothed epochs.

epochs(smoothed_track)

Return smoothed epochs as Elixir structs.