saeyslab / napari-sparrow

Other
18 stars 0 forks source link

Support multichannel images in pipeline #90

Closed KoenDesplenter closed 1 year ago

KoenDesplenter commented 2 years ago

Make sure that the pipeline supports multichannel images like the plant data. This support is needed for the cleaning and segmentation step

ArneDefauw commented 1 year ago

should be fixed by https://github.com/saeyslab/napari-sparrow/commit/147a627c56d0406281b600924181318a51168a1d . We both support:

z-stack projection will also be done on each of these channels individually if more than one z-stack is available.

One spatialdata object will be created from either a single .tiff file, or multiple .tiff files.

Cleaning step will clean these channels individually. Segmentation step can use these multiple channels (i.e. one for cell boundary, one for nuclei).

Plotting functions (plot_shapes, segmentationPlot) now also take care of these channels.