livecellx.core.SingleCellTrajectory.next_time¶ SingleCellTrajectory.next_time(time)[source]¶ return the next time in this trajectory after the given time. If the given time is the last time in this trajectory, return None Parameters: time (Union[int, float]) – _description_ Returns: _description_ Return type: Union[int, float, None]