Skip to content
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

Updates in Windowing interactor to avoid rounding in mouse delta calculation #138

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Trenser-SandeepNayathil
Copy link

Updates in Windowing interactor to avoid rounding in mouse delta calculation to properly update windowing values on mouse move in small pixel range images like PET.
This is because, if the image pixel range is small, "imageDynamicRange / 1024" will be less than 0.5 and while rounding it becomes zero. This causes Windowing values never change for this image with mouse movement.
This PR can resolve the issue #136

Trenser-SandeepNayathil and others added 4 commits May 6, 2021 18:17
…ulation to properly update windowing values on mouse move in small pixel range images like PET
…ulation to properly update windowing values on mouse move in small pixel range images like PET
@Trenser-SandeepNayathil
Copy link
Author

Hi @igoroctaviano,
Could you please review the changes?
Also, I have merged the branch from master as it was shown as outdated, but now there are some checks found to be failed in it. Could you please suggest how to fix those deploy failed issues.
Thanks In Advance..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant