uploading images to Omero 5
Posted: Thu Jun 26, 2014 3:04 pm
Hi All,
In our lab, image acquisition data are partly in custom format so we transform them to OME-tiffs.
Then they become importable via Omero clients and everybody is happy.
However, there is (at least) one case that we don't resolve this way.
When uploading the data from our FLIM Plate Readers, we create programmatically the Plate, and then one needs to populate it by FOV images (loading from OME-tiffs that we know how to create.. as explained), everything is according to Plate metadata etc - that we take care of.
Problem is that this "import" should be done according to Omero 5 convention, - preserving the copy of original OME-tiff file that will be downloadable from Omero clients, therefore providing The Convenient Way of Data Sharing, which is among our Communal Goals (if not Duties ).
So far, the nearest example that possibly does what is needed I found in Balaji's recent code (very convenient as we also use Matlab) here - in "upload_image" function
https://gist.github.com/bramalingam/1d36f827add8f5342068
So our question is if that is doable at all (should be.. ), how far is it from an example above, is there any advise on possible caveats, and if there is closer example, - would be great to have.
Best,
Y.
In our lab, image acquisition data are partly in custom format so we transform them to OME-tiffs.
Then they become importable via Omero clients and everybody is happy.
However, there is (at least) one case that we don't resolve this way.
When uploading the data from our FLIM Plate Readers, we create programmatically the Plate, and then one needs to populate it by FOV images (loading from OME-tiffs that we know how to create.. as explained), everything is according to Plate metadata etc - that we take care of.
Problem is that this "import" should be done according to Omero 5 convention, - preserving the copy of original OME-tiff file that will be downloadable from Omero clients, therefore providing The Convenient Way of Data Sharing, which is among our Communal Goals (if not Duties ).
So far, the nearest example that possibly does what is needed I found in Balaji's recent code (very convenient as we also use Matlab) here - in "upload_image" function
https://gist.github.com/bramalingam/1d36f827add8f5342068
So our question is if that is doable at all (should be.. ), how far is it from an example above, is there any advise on possible caveats, and if there is closer example, - would be great to have.
Best,
Y.