organoid_tracker.linking_analysis.particle_movement_finder module

organoid_tracker.linking_analysis.particle_movement_finder.find_future_positions_at(links: Links, position: Position, time_point: TimePoint) List[Position]

Finds the positions the given particle will have in the given time point, which must be in the future. (Or in the present, but then you’ll get the original position back.) Returns an empty array if time_point is in the past. Returns multiple positions if the position is a cell and it divided.