lt_toolbox.TrajFrame.get_start_time#

TrajFrame.get_start_time() Self[source]#

Get time when particles are seeded (start of trajectory).

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

Returns:

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

Return type:

TrajFrame

Examples

Get seeding times for all trajectories.

>>> trajectories.get_start_time()