feat: Check if MoCap marker cutoff freq is too low - #151
feat: Check if MoCap marker cutoff freq is too low#151divyaksh-chander wants to merge 4 commits into
Conversation
…n raw marker data and filtered marker data.
|
@divyaksh-chander could you check the status of this PR and decide what the next step is - either a review or closure. |
I had a look at it. I think it's the updates to AMS that has broken the code. I will try to fix it soon, and pass it on to @toerholm |
…old for marker filter error in LabSpecific_Defaults
I just had a small review with @toerholm. We will keep it as a draft for now. We must do some testing internally and find the appropriate approach for this concept. We are not so sure about what the threshold should be, |
Add a check in the marker driver class template that compares the position of raw marker data and filtered marker data. A large error indicates that cut off frequency is too low.
A warning will be given to the user indicating the marker and the max error for the marker in the entire motion.
However, the warning can also be raised for issues in marker labelling, for example marker flipping, drop out.
To do: