writers.sbet¶
The SBET writer writes files in the SBET format, used for exchange data from inertial measurement units (IMUs).
Streamable Stage
This stage supports streaming operations
Example¶
[
"input.sbet",
"output.sbet"
]
Options¶
- filename
File to write. [Required]
- angles_are_degrees
Convert all angular values from degrees to radians before write. [Default: true]
- where
An expression that limits points passed to a writer Points that don’t pass the expression skip the stage but are available to chained writers in a pipeline. [Default: no filtering]