-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Milestone
Description
In BTK, a btk::Acquisition has the possibility to resize it number of samples from the beginning and the end. We can do the same for a ma::Trial object.
In fact, we can do more as proposed on the forum: How to properly cut/resize/trim a trial?
ma::processing::trim(): remove all the samples at the beginning and the end of trial where reconstructed time sequences has residual < 0ma::processing::cut(): split the trial into several onesma::processing::resize(): set the number of frame for each time sequence in a trial (starting from the begging or the end of the data)