Hi Hang,
Hang wrote:Another question is that the image I saved to the server is not downloadable as other images in the dataset. When I right click the image, the download button is grayed out. So, how do I set the download property for an image.
There is a property which can be set to enable downloading, but on the
group rather than the image:
omero.policy.binary_access. It's a security feature, but if you can download other images, then I don't think this would be the problem. If you've created this image from scratch, then there is no Fileset nor OriginalFiles which enable download. Likely what you want to use is
export.
Also, an general question: is there a documentation that covers all the Omero APIs? For example, in this case, I will be able to look up how to set the download property for an image. I really appreciate the speedy response from you guys, however, a documentation would help me to move along faster.
As I mentioned earlier today on
another MATLAB-related thread, the MATLAB API as well as the documentation is certainly not on par with the other languages. Since MATLAB uses the Java API, currently the best starting point is
https://docs.openmicroscopy.org/latest/omero/developers/Java.html.
Sorry for any confusion.
~Josh