-
Notifications
You must be signed in to change notification settings - Fork 297
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
[Bug] @cornerstonejs 2.0 strange renderer behavior #1586
Comments
Hmm, weird |
Sure thing |
This looks correct in viewer.ohif.org/localbasic CleanShot.2024-11-13.at.14.40.41.mp4 |
I supposed so ;) |
I suspect your series includes more than one display set, and OHIF can group them into reconstructive display sets. However, Cornerstone, being a rendering library, doesn't have this capability, which explains the situation. You can look here for how to group them https://github.com/OHIF/Viewers/blob/master/extensions/default/src/getSopClassHandlerModule.js |
Thanks, I will try to figure out what it doesn't mean )
Obviously, I was wrong ( 🙇♂️ |
No you need to look at the metadata of the series and try to separate the groups |
Describe the Bug
Hi guys,
Appreciate your work. Help me please with found bug or wrong/insufficient implementation.
I've implemented the React app, which allows you to upload and render .dcm files.
However, faced with strange behavior, all scan projections were distinguished perfectly, but on images, vertical lines appeared that interfered with scan discovery.
Steps to Reproduce
Attaching the gist and video
The current behavior
And seems like the coronal view shifted a bit to right
https://gist.github.com/AlexMold/ad292158b27a35c04be93a9a1548cffc
https://www.loom.com/share/c8c7e90e4c434665a03590b245bc33fe?sid=76d064f5-ef24-40f1-a6a3-8cdc1d4bd781the
The expected behavior
without any lines, clear as at OHIF ;)
OS
macOS
Node version
20.13
Browser
latest Chrome, latest Firefox
The text was updated successfully, but these errors were encountered: