-
Notifications
You must be signed in to change notification settings - Fork 74
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
Fix non-interpolated deconvolution #906
base: master
Are you sure you want to change the base?
Fix non-interpolated deconvolution #906
Conversation
908e2ab
to
768e49c
Compare
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.
I've tried to reply as a review to reduce the amount of notifications. Let's see how it works.
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.
This PR resolves a difficult to spot issue within the interpolation and improves the clarity of the interpolation process in beersheba. Good work! 👍
The no-interpolation case did not generate images with the same size as the other interpolation methods.
d7ccefc
to
850f8b5
Compare
The output of the deconvolution without interpolation produces an image with a different size than with interpolation.
Fixes #905.