# `Sidereon.GNSS.Fusion.SmoothedFusionTrajectory`
[🔗](https://github.com/neilberkman/sidereon-ex/blob/main/lib/sidereon/gnss/fusion.ex#L437)

Fixed-interval RTS-smoothed GNSS/INS fusion trajectory.

# `t`

```elixir
@type t() :: %Sidereon.GNSS.Fusion.SmoothedFusionTrajectory{handle: reference()}
```

# `epoch_count`

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

Return the number of smoothed epochs.

# `epochs`

```elixir
@spec epochs(t()) :: [Sidereon.GNSS.Fusion.SmoothedFusionEpoch.t()]
```

Return smoothed epochs as structs.

---

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