Randomly subsample from a trajectory
Given a list of trajectories, return a single trajectory shrink_multiple times smaller than the total number of frames in trajectories taken by random sampling of frames from trajectories
Parameters: | trajectories : list of mdtraj.Trajectory
shrink_multiple : int
Note that this method will modify the trajectory objects that you pass in : @CHECK is the note above actually true? : |
---|