organoid_tracker.linking_analysis.particle_age_finder module

Small wrapper method to get the age of a position. The age is the time since appearance or (only for cells) the last division..

organoid_tracker.linking_analysis.particle_age_finder.get_age(links: Links, position: Position) Optional[int]

Gets how many time steps ago this cell was born

organoid_tracker.linking_analysis.particle_age_finder.get_age_at_end_of_track(track: LinkingTrack) Optional[int]

Gets the length of the cell cycle.