-
Notifications
You must be signed in to change notification settings - Fork 265
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
feat: adding support for multiframe metadata in wadors and wadouri #494
feat: adding support for multiframe metadata in wadors and wadouri #494
Conversation
✅ Deploy Preview for cornerstone-wado-image-loader ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my comments
Generally looks ok - a couple of smaller comments, but mostly looks like it should work. As datasets get bigger, it may be useful optimizing the combine so that it does a lazy combine as required, or perhaps caches the result. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my comments
08f8d98
to
21d872b
Compare
f67dedd
to
6d9f497
Compare
6d9f497
to
3ce0cbf
Compare
🎉 This PR is included in version 4.8.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This pull request enables the wado loader to work with multi-frame images.
It changes the metadataManager.js and expects imageids with frames/1, frames/2, indicating the frame needed.
The function to convert a list of multiframe imageids to a list of imageids with frame number can be found in the /utils/demo/helpers/convertMultiframeImageIds.js in a PR of cornerstone-beta