SchmollerLab / Cell_ACDC

A Python GUI-based framework for segmentation, tracking and cell cycle annotations of microscopy data
BSD 3-Clause "New" or "Revised" License
127 stars 21 forks source link

Uncaught bud without mother in edit annotations #31

Open ElpadoCan opened 2 years ago

ElpadoCan commented 2 years ago

There seems to be an issue where the annotations table will have a mother-bud pair where both cells are listed as buds, and there's no error when I feel like this would be good to catch. See cells 2/3 below:

cells

ElpadoCan commented 2 years ago

It seems that this is not replicable.

If we try to put cell number 2 as a bud with Generation number = 1 we get this warning:

image

While if we try to set cell number 2 as bud with Generation number = 0 we get this warning:

image

jordanyx commented 2 years ago

See comment in Issue #29; problem may have resulted from manually changing cell cycle annotations table in a prior frame, so not replicable easily.