-
Notifications
You must be signed in to change notification settings - Fork 6
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
Detect multi-page TIFF #259
Comments
These files are being read by the tifffile tile source and are listing an axis of "I", which isn't one of Z, T, C, P (or XY). |
Oh, I see. At least it is detecting an axis. Perhaps we just allow that axis to be specified by the user (default is Z). |
Ultimately, we need to do something extra when a file doesn't have its internal frames labelled with an appropriate axes. The sample files are read with the tifffile source and report that they have 6 frames, but there is no indication of the axes (e.g., are they T, Z, XY, etc). The referenced PR allows this to be specified in the multi source's yaml/json file. For a given source, you can add We could do fancier things where an image with unlabelled axes contains two things (e.g., channel and z-stack), then that @luciemac Once the associated large_image PR is merged, we'll need to add the appropriate |
See #229 + data linked here
The text was updated successfully, but these errors were encountered: