Hello,
I stumbled upon your great plugin and try to incorporate it into a bigger workflow.
A quick overview:
- run Cellprofiler with Cellpose on a whole 384 plate to generate segmented ROIs with associated measurements
- use your Fiji plugin with a custom ImageJ macro that converts 16-bit mask images (output from Cellprofiler) to ImageJ ROIs and then upload them to the corresponding image in OMERO with your plugin
- upload all the ROI-specific measurements into OMERO via
populate metadata and the .csv generated by Cellprofiler
So far I made good progress but stumbled upon the fact, that ROIs generated by your plugin do not have a name or description in OMERO, although they have a comment in the iViewer which shows the correct name they had in Cellprofiler/Fiji.
Without ROI name it is unfortunately not possible to associate the ROIs with their respective measurements with populate metadata.
Could you maybe implement a roi.setName() here?
The goal is to have what is a comment now as the ROI.name.
Unfortunately I lack the Java knowledge and cannot make a pull request on my own.
Hello,
I stumbled upon your great plugin and try to incorporate it into a bigger workflow.
A quick overview:
populate metadataand the .csv generated by CellprofilerSo far I made good progress but stumbled upon the fact, that ROIs generated by your plugin do not have a
nameordescriptionin OMERO, although they have acommentin the iViewer which shows the correct name they had in Cellprofiler/Fiji.Without ROI name it is unfortunately not possible to associate the ROIs with their respective measurements with
populate metadata.Could you maybe implement a
roi.setName()here?omero_batch-plugin/src/main/java/fr/igred/ij/macro/OMEROBatchRunner.java
Line 797 in 64f58a7
The goal is to have what is a comment now as the ROI.name.
Unfortunately I lack the Java knowledge and cannot make a pull request on my own.