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
Hi,
Great piece of software - really enjoyed using it!
I think though that I have found an issue when setting overlay slices:
3DOrthogonalSlice:
var sl=Math.floor(slmm/internal.imagespa[internal.plane]);
OrthogonalViewerElement:
let sl = [util.range(Math.round(coords[0] / this.internal.imagespa[0]), 0, this.internal.imagedim[0] - 1),
I have some data where the affines differ in the 8th decimal place, this is enough to send the overlay to a different slice (floor vs round).
The text was updated successfully, but these errors were encountered:
Will take a look. Thanks. Could you share the images?
Sorry, something went wrong.
Hi, really sorry but I am not able to share the images.
If it helps, I could probably create some test cases that would reproduce the problem.
No branches or pull requests
Hi,
Great piece of software - really enjoyed using it!
I think though that I have found an issue when setting overlay slices:
3DOrthogonalSlice:
var sl=Math.floor(slmm/internal.imagespa[internal.plane]);
OrthogonalViewerElement:
let sl = [util.range(Math.round(coords[0] / this.internal.imagespa[0]), 0, this.internal.imagedim[0] - 1),
I have some data where the affines differ in the 8th decimal place, this is enough to send the overlay to a different slice (floor vs round).
The text was updated successfully, but these errors were encountered: