lt_toolbox.TrajFrame.get_min#
- TrajFrame.get_min(var: str) Self[source]#
Get minimum value of a specified variable for each trajectory.
The minimum value of the variable is returned for all trajectories as a new column variable.
- Parameters:
var (str) – Name of column variable to find minimum value along each trajectory.
- Returns:
TrajFrame is returned with appended column variable {variable}_min containing the minmum values along each trajectory.
- Return type:
TrajFrame
Examples
Get the minimum temperature along each trajectory.
>>> trajectories.get_min(variable='temp').