Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multi-scene OME-TIFF #7

Open
anntzer opened this issue Apr 3, 2023 · 1 comment
Open

Support multi-scene OME-TIFF #7

anntzer opened this issue Apr 3, 2023 · 1 comment

Comments

@anntzer
Copy link
Contributor

anntzer commented Apr 3, 2023

The example dataset at https://docs.openmicroscopy.org/ome-model/6.0.0/ome-tiff/data.html#plate contains multiple (thousands of) scenes (think "plate positions"). aicsimageio allows accessing them via the scenes and current_scene attributes and set_scene method on the AICSImage object. On the other hand, AFAICT (but I may be wrong), pyometiff only lets one access the first scene. (My guess is that accessing the other scenes requires passing the series kwarg to TiffFile.asarray(...).)

@filippocastelli
Copy link
Owner

you're absolutely right, thanks for the feedback (I never actually tested on that stack).

It would be trivial to add a series arg to open different series, but I'd need a moment to evaluate how to integrate multi-series support at large.
I'll take a look ASAP but if you have suggestions I'm more than happy to receive them!
Thanks again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants