fmi-faim / faim-ipa

A collection of Image Processing and Analysis (IPA) functions used at the Facility for Advanced Imaging and Microscopy (FAIM)
BSD 3-Clause "New" or "Revised" License
8 stars 6 forks source link

MoBIE: allow overwriting columns when computing aggregate values #29

Open imagejan opened 1 year ago

imagejan commented 1 year ago

We can achieve this using something like lsuffix="_old" in this join statement:

https://github.com/fmi-faim/faim-hcs/blob/7d5734b70986d97109bc1da2d7ce8787fb8d2239/src/faim_hcs/mobie.py#L263-L266

... followed by removing the *_old columns from the resulting table before re-saving.

imagejan commented 1 year ago

Will address this together with #49.