-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set Name of ROIs in OMERO #14
Comments
Hi @JensWendt!
I'm just curious: do you usually see ROI names in OMERO? Because I was under the impression only comments on shapes were visible. As mentioned in this thread, the Java Gateway does not provide a Nevertheless, I'll see if I can incorporate what was mentioned in the thread I linked into the underlying library (Simple OMERO Client), which I still haven't done (despite mentioning it months ago). My workload has slowed the tools development quite a bit the past few months, but I'm still trying to improve them. |
Hello @ppouchin , I do not see the ROI names in OMERO. |
Hi, What should be set as the ROI name? Edit: Ok, I'm changing how things work a bit. Currently, the "ROI" property is a local index. I'll change that to the ROI name. |
Hi, Somehow you can read those ROI names in Fiji it seems, as now they are put as Generally speaking I think people would expect the ROI name to be consistent between OMERO and Fiji. PS: Just out of curiosity, are you strictly attaching one Shape to one ROI, or is there a possibility for multiple Shapes (previously Fiji-ROIs) for one OMERO-ROI? |
Currently, I import Fiji ROIs as shapes in OMERO. For example, if you create 4 squares in different planes through a Fiji macro, you can put them in one OMERO ROI if you use For now, it expected this value to be numeric (corresponding to a local index), but what I'll do is use this as the ROI name. |
Updating"simple-omero-client-5.9.2.jar" to the 5.9.3 version should allow you to set the ROI name from Fiji by putting in your macro |
I will try it out soon. |
Hello,
I stumbled upon your great plugin and try to incorporate it into a bigger workflow.
A quick overview:
populate metadata
and 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
name
ordescription
in OMERO, although they have acomment
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?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.
The text was updated successfully, but these errors were encountered: