postprocessor.core.functions.tracks.join_tracks

postprocessor.core.functions.tracks.join_tracks(tracks, joinable_pairs, drop=True) DataFrame

Join pairs of tracks from later tps towards the start.

Parameters

tracks – (m x n) dataframe where rows are cell tracks and columns are timepoints

returns (copy)

Parameters
  • joint_tracks – (m x n) Dataframe where rows are cell tracks and columns are timepoints. Merged tracks are still present but filled with np.nans.

  • drop – bool indicating whether or not to drop moved rows