-
Notifications
You must be signed in to change notification settings - Fork 25
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
Interpolate RAD_MAX tables #180
Interpolate RAD_MAX tables #180
Conversation
* Added interpolate_rad_max as wrapper around scipy.interpolate.griddata * Added doc-string * Added function to __all__
Codecov ReportBase: 90.73% // Head: 90.79% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #180 +/- ##
==========================================
+ Coverage 90.73% 90.79% +0.06%
==========================================
Files 41 40 -1
Lines 1598 1663 +65
==========================================
+ Hits 1450 1510 +60
- Misses 148 153 +5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@RuneDominik Happy to merge this if you add a unit test. |
This adds an interpolation function for point-like IRF'S RAD_MAX table. Interpolation is done linearly through scipy's
griddata
.