lt_toolbox.TrajFrame.get_end_time#

TrajFrame.get_end_time() Self[source]#

Get time when particles are terminated (end of trajectory).

The end time is returned for each trajectory in the format of the {time} column variable in a new column variable {end_time}.

Returns:

TrajFrame is returned with appended column variable {end_time} containing the times each trajectory was terminated.

Return type:

TrajFrame

Examples

Get end times for all trajectories.

>>> trajectories.get_end_time()