Page 1 of 1

Support for setPlane setCube in FS

PostPosted: Tue Jul 09, 2013 11:34 am
by i.munro
Hello all

I raised this question in Paris but during a demo there wasn't really time for a full discussion.

Currently our software writes data directly to the OMERO server via the API using setPlane/setCube
We do this both to store the results of our data processing (where there is no original file) & also
in our in-house importer.

In the second case the image on the server is assembled from a number of original files.

I think therefore my question is " do you intend to continue to support setPlane etc in 4.5.?"

Regards

Ian

Re: Support for setPlane setCube in FS

PostPosted: Fri Jul 12, 2013 12:12 am
by wmoore
Hi Ian,

The behaviour of setPlane() is not expected to change in FS.

In the pre-FS OMERO, you can't call setPlane() after import of an image, and the same is true in FS.

In OMERO.fs, if you create a new image via the API and set it's pixel data using setPlane(), you will have a Pixels object just as in OMERO 4.4.

Hope that helps,

Will.

Re: Support for setPlane setCube in FS

PostPosted: Mon Jul 15, 2013 12:08 pm
by i.munro
Thanks Will.
That's good to know.
I was concerned that we might have to change a lot of stuff for FS.

Ian