Hi David,
You can get the Wells and Images in a Plate using e.g.
https://idr.openmicroscopy.org/webgateway/plate/5960/0/with plate ID and field Index 0.
This is what the webclient UI is using to build the plate view.
Docs for the /webgateway/ API are at
https://docs.openmicroscopy.org/latest/ ... teway.htmlWe are moving to a newer api designed to be a more complete solution - see
https://docs.openmicroscopy.org/latest/ ... n-api.html but we first need to make this publicly available for the IDR.
Do you need to download original images or can you use rendered images?
Currently the IDR doesn't allow download of original image data, but you can get rendered images using e.g.
https://idr.openmicroscopy.org/webgatew ... 05244/0/0/where 3205244/0/0 refers to Image ID, Z-index and T-index.
This will render the image with the currently saved rendering settings.
You can get more info on each image using:
https://idr.openmicroscopy.org/webgatew ... a/3205244/This will give you the number of channels, pixel type, rendering settings etc.
The 'min' and 'max' for each channel are the pixel range, the 'start' and 'end' are current rendering cutoff levels.
You can apply various rendering settings to the render_image URL (see the webgateway Docs link)
E.g. To render only the 5th channel, white, with start level:600 -> end level 6505, use:
https://idr.openmicroscopy.org/webgatew ... 505$FFFFFFHope that helps,
Regards,
Will.