Skip to content

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

@mliukis

Description

@mliukis

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).

# Note: 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]_error**2 + error**2). Something to consider for v3.
for value, error in ITSLiveComposite.CO_REGISTRATION_ERROR.items():
mask = (stable_shift_values == value)
self.vx_error[mask] += error
self.vy_error[mask] += error

Metadata

Metadata

Assignees

No one assigned

    Labels

    version 3Tasks for v3 of ITS_LIVE

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions