Skip to content

Proxy add_object method does not support signal/image metadata (e.g. ROI) #111

Closed
@Charlesreve

Description

@Charlesreve

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions