Immobile data and Omero
Posted: Mon May 19, 2014 10:41 pm
This may be a feature request, but what is the best way to make immobile image data visible in Omero?
Is there a web interface I can provide on my server to make data visible (read-only is OK) on the Omero server without moving any data?
We have a 20TB and 60TB volume which is not practical to duplicate. I was hoping Omero.fs was the solution, but what I’ve read suggests the data may still be moved to the Omero servers binary repository:
https://www.openmicroscopy.org/site/sup ... itory.html
My existing HTTP URL interface for image/voxel data is:
My hope is to add a mapping which matches Omero’s expectations. Then I would import using the volume URL and the data is available on the Omero server.
My motivation at the moment is to learn what Omero can do and hopefully use Omero's data sharing abilities and web viewers without writing my own. Thanks
Is there a web interface I can provide on my server to make data visible (read-only is OK) on the Omero server without moving any data?
We have a 20TB and 60TB volume which is not practical to duplicate. I was hoping Omero.fs was the solution, but what I’ve read suggests the data may still be moved to the Omero servers binary repository:
"This means that much of the import process can now take place on the server once the original image files have been uploaded."
https://www.openmicroscopy.org/site/sup ... itory.html
My existing HTTP URL interface for image/voxel data is:
- Code: Select all
http://{volume}/{channel}?Boundingbox=, Resolution=…
My hope is to add a mapping which matches Omero’s expectations. Then I would import using the volume URL and the data is available on the Omero server.
My motivation at the moment is to learn what Omero can do and hopefully use Omero's data sharing abilities and web viewers without writing my own. Thanks