-
Notifications
You must be signed in to change notification settings - Fork 26
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 pinhole offset corrections #727
Conversation
…TARDIS should be same now. No special treatment of PXRDIP data needed.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #727 +/- ##
==========================================
- Coverage 39.11% 39.10% -0.01%
==========================================
Files 135 135
Lines 22168 22171 +3
==========================================
Hits 8670 8670
- Misses 13498 13501 +3 ☔ View full report in Codecov by Sentry. |
@psavery This should solve our problem of having different eta angles for |
use `np.isclose` instead of `==` Co-authored-by: Patrick Avery <patrick.avery@kitware.com>
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 had one last change requested, but I'll go ahead and approve too.
Co-authored-by: Patrick Avery <patrick.avery@kitware.com>
fix pinhole corrections for edge cases. All variables for PXRDIP and TARDIS should be same now. No special treatment of PXRDIP data needed.