We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reference lines do not show using v0.1.9 for MRI-3T studies (axial/sagittal series). v0.1.8 works fine.
I'm using
The text was updated successfully, but these errors were encountered:
I'm having the same issue, reverting to v0.1.8 also fixes it for me.
https://github.com/cornerstonejs/cornerstoneTools/blob/e81f1b6c5e2fec31d5641f7f95a8f9925e92eb1e/src/util/pointProjector.js#L119-L131
This function always returns 0 intersections
Sorry, something went wrong.
Maybe broken by @ladeirarodolfo in this commit? 825a7b5
In my case issue appears here
cornerstoneMath/src/Line3.js
Line 149 in eb61ec1
I changed it to if (s >= 1.1 || isNaN(s)) and reference lines became visible. Value of s variable was about 1.0938...
No branches or pull requests
Reference lines do not show using v0.1.9 for MRI-3T studies (axial/sagittal series).
v0.1.8 works fine.
I'm using
The text was updated successfully, but these errors were encountered: