-
Notifications
You must be signed in to change notification settings - Fork 67
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
Base ImageIOReader on FramesSequenceND #320
Conversation
Thanks @rbnvrw for this work, I left some comments but generally I really like the movement towards |
Sorry @caspervdw I lost track of this PR.
I guess this has something to do with the build environment config, but I couldn't find the cause. |
Hi @caspervdw if you have the time, could you please look at this again? The tests are passing now. |
It looks good! Thanks for following up on this One more general question, do we have to warn users for API changes of the ImageIOReader? |
Hi @caspervdw thanks for looking at this, that is a good point! Should we put it in the description of the new release on GitHub or is that not visible/discoverable enough? |
That’s good! Are there any new capabilities or applications this PR makes possible, or is it laying a foundation for the future? |
The main thing is that it allows you to do axis bundling, iteration over (multiple) custom axes and setting default coordinates, as described here: https://soft-matter.github.io/pims/v0.4/multidimensional.html |
Thanks! I think your release note undersells this enhancement :). I just pushed an edit to #345. |
Base
ImageIOReader
onFramesSequenceND
The
FramesSequenceND
class is more versatile than theFramesSequence
class.