organoid_tracker.linking_analysis.position_connection_finder module

organoid_tracker.linking_analysis.position_connection_finder.find_previous_positions(position: Position, links: Links, steps_back: int) Optional[List[Position]]

Gets a list consisting of the given position and steps_back positions in previous time points. Returns None if we can’t get back that many time points. Index 0 will be the given position, index 1 the position one time step back, etc.