Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 714 Bytes

trajectory.rst

File metadata and controls

33 lines (24 loc) · 714 Bytes

Trajectory API

Instances of :py~.trajectory.Trajectory give access to trajectory data stored in files and file-like objects. In the simplest case, trajectories are just a sequence of :py~.trajectory.Frame instances.

Trajectories

garnett.trajectory.Trajectory

Frames

Trajectory data can be accessed via individual frames.

garnett.trajectory.Frame

Box

The box instance gives access to the box of individual frames.

garnett.trajectory.Box