-
Notifications
You must be signed in to change notification settings - Fork 5
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
Proxy add_object
method does not support signal/image metadata (e.g. ROI)
#111
Comments
Hi, Thanks for the feedback. But, this has just been taken care of: we just added full support for signal and image objects! Would you be able to wait a few days for this feature? Otherwise, you may also try the latest version using the Cheers, |
add_object
method does not support signal/image metadata (e.g. ROI)
…rver for adding SignalObj and ImageObj to DataLab (following #111)
Thank you !
I’ll wait for v0.18.1.
De : Pierre Raybaut ***@***.***>
Envoyé : jeudi 5 décembre 2024 11:50
À : DataLab-Platform/DataLab ***@***.***>
Cc : REVERDIN Charles 087700 ***@***.***>; Author ***@***.***>
Objet : Re: [DataLab-Platform/DataLab] Region Of Interest (Issue #111)
Hi,
Thanks for the feedback.
This is a limitation of current implementation of the add_object method which is only passing data, title and labels (not metadata).
But, this has just been taken care of: we just added full support for signal and image objects!
Here's the proof:
image.png (view on web)<https://github.com/user-attachments/assets/4909942f-346e-4a38-8aeb-07dec81a43ce>
Would you be able to wait a few days for this feature?
This will be available in forthcoming v0.18.1.
Otherwise, you may also try the latest version using the main branch which is generally quite stable.
Cheers,
Pierre
—
Reply to this email directly, view it on GitHub<#111 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BNOKSYKUPNQRBJJ2ARZ4RN32EAVVDAVCNFSM6AAAAABTANWEXWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMJZHE2TMOBZHE>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
v0.18.1 has just been released |
I am using datalab V0.9.2. I would like to add/modify/delete ROIs to an image already loaded with a macro.
There is no example with ROIs in the tutorials.
I know how to acces the ROIs of my image:
image = proxy.get_object(2)
data = np.array (image.data, copy=True)
and the ROIs are in image.roi.
I have tried :
proxy.add_object(image)
It saves the image with a new number, but without the ROIs.
Could you help ?
charlesreve
The text was updated successfully, but these errors were encountered: