Skip to content

Outlier for interpolated data before resection #14

@vdsmax

Description

@vdsmax

Code a new type of outlier for the interpolated data before applying the new resection.
Current outlier is based on the speed of the prism.
We need to do a new one which keep the interpolated prism positions near the raw data prism position according to a time window.
Should be done in two functions:

  1. Input: 1x interpolated prism positions, 1x raw position data of this prism, time distance threshold
    Function: keep the interpolated points near their raw data according to the time distance threshold
    Output: mask of the points selected according to the list of interpolated prism positions given as input
  2. Input: 3x interpolated prism positions, 3x mask list
    Function: merge mask list into one and gives the correct interpolated prism positions with the mask applied
    Output: 3x interpolated prism positions filtered

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions