ome / omero-insight

Gradle project containing insight java client for OMERO
https://www.openmicroscopy.org/omero/
GNU General Public License v2.0
7 stars 14 forks source link

ImageJ plugin - channels #48

Open jburel opened 5 years ago

jburel commented 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.

jburel commented 4 years ago

see https://github.com/ome/omero-insight/pull/122

jburel commented 4 years ago

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