-
Notifications
You must be signed in to change notification settings - Fork 28
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
Turn on the apodized FFT interpolation #1017
Turn on the apodized FFT interpolation #1017
Conversation
5cb4d93
to
a264a2b
Compare
a264a2b
to
12210c0
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1017 +/- ##
=======================================
Coverage 76.81% 76.81%
=======================================
Files 105 105
Lines 7048 7048
=======================================
Hits 5414 5414
Misses 1634 1634
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
12210c0
to
836f52c
Compare
836f52c
to
d89fb2a
Compare
d89fb2a
to
5f5104d
Compare
This looks good to me. It may also go through the regression tests fine since they have zeroed reference pixel channels, in which case we could go ahead and just merge it. Did you run the regression tests? |
5f5104d
to
05e0334
Compare
5cfd63f
to
93caa38
Compare
The original Goddard code effectively had this turned off, so in order to replicate those results this was turned off here too even though was part of the Goddard code. This was reported to Goddard as a potential bug, and was confirmed to be a bug in the reference implementation, so it should be turned on by default.
93caa38
to
cdb50dd
Compare
This in fact passes the regression tests currently because amp33 is set to zero in those, see: https://plwishmaster.stsci.edu:8081/job/RT/job/Roman-Developers-Pull-Requests/597/ |
Great. This is simple, approved by Goddard, and passes the regression tests; approving. |
The original Goddard code effectively had this turned off, so in order to replicate those results this was turned off in
romancal
on purpose too even though was part of the Goddard code. This was reported to Goddard as a potential bug, and was confirmed to be a bug in the reference implementation by Goddard.This PR enables the apodized FFT interpolation by default
Checklist
CHANGES.rst
under the corresponding subsection