codercahol / chlamy-ImPi

An image processing pipeline for time-series of Chlamydomonas reinhardtii fluorescence photos
Other
0 stars 0 forks source link

Repeated data for plate 99 M1 and M5 #29

Open murraycutforth opened 5 months ago

murraycutforth commented 5 months ago

The same issue as #16 - the database creation code needs to be able handle repeated plate / measurement combos.

At present we have two instances of 99-M1 and 99-M5, and I have observed that creating the database leads of 4 copies of each of these. This probably involves modifying how the merging is done, and maybe introducing a new column to be able to differentiate them, I can't remember if the data in each filename is currently saved.

Or alternatively, we rename the data so that the second copy of plate 99 becomes plate 100, and we impose an assumption that each plate-measurement combo is unique?