nasa-jpl / its_live_production

A NASA MEaSUREs project to provide automated, low latency, global glacier flow and elevation change datasets
MIT License
17 stars 6 forks source link

Change simple summation to a root sum of squares for vx_error and vy_error in composites #31

Open mliukis opened 4 months ago

mliukis commented 4 months ago

Consider a change for v3: a code is written as a simple summation of errors. It might be better to add it as a root sum of squares: sqrt(v[xy]_error2 + error2).

https://github.com/nasa-jpl/its_live_production/blob/6ce62c51f956356544c1cc2d46f6e2a8b8a53532/src/itslive_composite.py#L2187-L2192