-
Notifications
You must be signed in to change notification settings - Fork 42
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
Multiscales questions #17
Comments
The primary use case at the moment (the one listed in the spec) is multiple different downsamplings. A Note: moving this issue to the new repo. |
Thanks! I guess for opening this in BDV we for now just pick |
Agreed. |
This is a very old discussion, so I am closing this. |
Thanks for the clean up, @constantinpape. I think the use of the multiple multiscales is still not well formulated (see question during the 6th NGFF call) but happy for that to be in a follow-up issue/PR. |
@joshmoore my strategy right now is just to collect all the "low hanging fruit" follow ups in #86 and then spin off issue(s) from that one as soon as 0.4 is released - could you just leave a comment there regarding the multiple multiscales? |
Perfect strategy. Thanks. |
@joshmoore @will-moore
Multiscales is an array:
Multiscale[] multiscales = n5.getAttribute( "", "multiscales", Multiscale[].class );
I don't understand in which scenarios this array could have more than one item?
The text was updated successfully, but these errors were encountered: