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.
PreviousAre activity payloads standardised across providers?
NextAre weight and body fat supported in body payloads?
Last updated
Was this helpful?