Open jburel opened 5 years ago
When adding the "Split channels" option to the Crop workflow in ImageJ, see for example Fiji section, crop workflow of https://downloads.openmicroscopy.org/presentations/2019/Dundee-April/Dundee_April_2019_Day2.pdf
The channels names are not preserved correctly when the crop is imported back to OMERO.
see https://github.com/ome/omero-insight/pull/122
The first part of the problem has been fixed in #122. We use the title of the ImagePlus as the name of the image The second part of the issue is a problem with the BioFormats export plugin. cc @dgault
When adding the "Split channels" option to the Crop workflow in ImageJ, see for example Fiji section, crop workflow of https://downloads.openmicroscopy.org/presentations/2019/Dundee-April/Dundee_April_2019_Day2.pdf
The channels names are not preserved correctly when the crop is imported back to OMERO.