You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Grossfield Lab edited this page Aug 12, 2020
·
2 revisions
When analyzing a trajectory, it's common to not want to use all of the frames. Nearly all LOOS tools provide the --skip and --stride options, to let you ignore the beginning of the trajectory and to step through frames with a step size greater than 1. However, for finer control some tools also provide the --range option, which provides more functionality.
The general format is --range first:stride:last, based on the format used in MATLAB. Note that unlike numpy or python, frame last is included. The behavior is best explained by examples: