CodeEntropy.trajectory.source module¶
MDAnalysis frame access boundary.
- class CodeEntropy.trajectory.source.FrameSource(universe: Any, selection: FrameSelection)[source]¶
Bases:
objectSingle owner of selected MDAnalysis trajectory frame access.
- Variables:
universe (Any) – Active MDAnalysis Universe used for analysis.
selection (CodeEntropy.trajectory.frames.FrameSelection) – Absolute trajectory frame selection.
- seek(frame_index: int) Any[source]¶
Move the universe to an absolute trajectory frame.
- Parameters:
frame_index – Absolute source-trajectory frame index.
- Returns:
The MDAnalysis timestep for the selected frame.
- selection: FrameSelection¶
- universe: Any¶