For the complete documentation index, see llms.txt. This page is also available as Markdown.

Does Terra smooth samples, and why do array lengths differ?

Terra applies no smoothing or post-processing to sample data; values are piped through as the provider supplies them, so any smoothing you see is applied at…

Terra applies no smoothing or post-processing to sample data; values are piped through as the provider supplies them, so any smoothing you see is applied at the device or provider level.

Sample arrays (heart rate, position, elevation, distance) can have different lengths because null readings from the device are filtered out rather than passed through as empty samples.

Align samples by timestamp rather than by index.

Last updated

Was this helpful?