// delete redundant markers select -all; deleteRedundant; // remove all other markers GenericRemoveUnlabelledTrajectories; // remove tails twice removeTails; removeTails; // remove spikes selectProperty Translation; findBadData -select 2 2 -all 2 0.15 0; filter -selected 0.2 45; // fill gaps of size 20 linearly selectProperty Translation; select -all; fillGaps -maxGapWidth 20 -all; // fill all gaps using rigid bodies // except CFST - done linearly GenericFillRigid;