# `Sidereon.Estimation.SmoothedTrack`
[🔗](https://github.com/neilberkman/sidereon-ex/blob/main/lib/sidereon/estimation.ex#L463)

Fixed-interval RTS-smoothed track.

# `t`

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

# `epoch_count`

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

Return the number of smoothed epochs.

# `epochs`

```elixir
@spec epochs(t()) :: [Sidereon.Estimation.SmoothedTrackEpoch.t()]
```

Return smoothed epochs as Elixir structs.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
