Expand description
Micro-crate to read and write Smoothed Best Estimate of Trajectory (SBET) data.
Structs§
- Point
- Smoothed Best Estimate of Trajectory (SBET) point.
- Reader
- Use this structure to read sbet data from a source.
- Writer
- Use this structure to write sbet data.
Enums§
- Error
- Crate-specific error enum.
Functions§
- estimate_
number_ of_ points - Estimate the number of SBET points in a file based on file size.
- interpolate
- Interpolate a sorted slice of points at a point in time.
Type Aliases§
- Result
- Crate-specific result type.