How to get the list of images in a dataset?
Posted: Wed Jul 18, 2018 10:11 pm
How can I get the list of images or image IDs in a dataset? My best bet is to use ContainerService.
I'm executing Java commands in MATLAB, so code may look a bit strange, but I thought something like below would work.
However, as usual, it appears that the input arguments are in the wrong types. Documentation is not very helpful. https://downloads.openmicroscopy.org/om ... #getImages
I'm executing Java commands in MATLAB, so code may look a bit strange, but I thought something like below would work.
- Code: Select all
cs = session.getContainerService;
imgs = cs.getImages('dataset',ds_id,[]);
However, as usual, it appears that the input arguments are in the wrong types. Documentation is not very helpful. https://downloads.openmicroscopy.org/om ... #getImages