Take a single trajectory that was created by concatenating seperate trajectories and unconcenatenate it, returning the original trajectories.
You have to supply the lengths of the original trajectories.
Parameters: | trajectory : mdtraj.Trajectory
lengths : array_like
|
---|---|
Returns: | A list of trajectories : |