We are developing a Java in-house application to handle our high-throughput images. All images have multiple channels, are generated through MicroManager, and are stored in OMERO as multichanel .tif images.
Our computer people need to set up a function to allow us to have a view of a cell of interest (isolated following image processing) either in channel 1, or channel 2, or channel x, or a merge of chosen channels.
However, they are not familiar with multichannel images, and do not know how to "call" a single channel from the multichannel images stored in OMERO (and whose URL are known, of course).
Do they have to download the multichannel first and then extract the channel of interest (how?), or can they directly add some code (which one?) to only download the selected chanel(s) from the OMERO image URL ?
Thanks!
Philippe.