-
Notifications
You must be signed in to change notification settings - Fork 4
Outlier for interpolated data before resection #14
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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:
- 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 - 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request