You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 2, 2025. It is now read-only.
One consideration is to do your averaging/smoothing on velocity components (vx/vy) not on velocity magnitude directly. Then velocity magnitude can be calculated as a last step from averaged/smoothed vx/vy. This is an often overlooked issue that makes a BIG difference for slow moving glaciers.
Why do this?
Imagine you have a stagnant glacier (say 0 m/yr) and the measurements have high noise (say 50 m/yr on average)... if you average the velocity magnitude that have a rician distribution you will get a mean speed of 50 m/yr... if you average the velocity components that have a Gaussian destitution then you will get components velocities that are close to 0 m/yr and will give a velocity magnitude that is also close to zero.
This approach helps you to detect/extract much more subtle signals in the data and reduces noise.