thartbm / PyVMEC

A Python-based GUI to create and run visuo-motor experiments.
GNU General Public License v3.0
1 stars 3 forks source link

Preprocessing two-stage outlier removal #66

Closed thartbm closed 5 years ago

thartbm commented 6 years ago

We discussed this already, but I want to extend it:

Before running the standard deviation based outlier removal on the data, we do a first stage to remove big offenders. Reaches that are outside a +/- 45 degree window around the target are OK.

But this should be adapted for the current rotation. Depending on the direction of the rotation and whether the user wants cursor errors or reach deviations, one side of the window should be extended.

There is still a problem with previous rotations. So either we writing some very intelligent code, or we leave it to experimenter. For now, we will do the latter.

juliusjgm12 commented 5 years ago

Completed but requires testing.