How to retrieve the original file path?
Posted: Thu Jul 10, 2014 2:35 pm
On the page Omero 5 page it states one of the new features of omero5 is that:
"Files are uploaded in their original format, meaning file names and any nested directory structure are preserved on the server"
How can I retrieve the original path from omero using python or java - ideally both? I would also like to be able to retrieve images based on their original path using uris and the web framework- is this possible?
(I need this because this is like the primary key of our images. Our other database is rebuilt on a weekly basis and so this is the only reliable way of linking our other data with the correct image).
I guess the other option is to add the original path as an annotation when uploading?
Thanks
Jonathan.
"Files are uploaded in their original format, meaning file names and any nested directory structure are preserved on the server"
How can I retrieve the original path from omero using python or java - ideally both? I would also like to be able to retrieve images based on their original path using uris and the web framework- is this possible?
(I need this because this is like the primary key of our images. Our other database is rebuilt on a weekly basis and so this is the only reliable way of linking our other data with the correct image).
I guess the other option is to add the original path as an annotation when uploading?
Thanks
Jonathan.