-
Notifications
You must be signed in to change notification settings - Fork 298
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
Prepare for channel-specific SEVIRI calibration #2997
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2997 +/- ##
=======================================
Coverage 96.08% 96.09%
=======================================
Files 377 377
Lines 55155 55231 +76
=======================================
+ Hits 52997 53073 +76
Misses 2158 2158
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
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.
start behave test
Pull Request Test Coverage Report for Build 11970487783Details
💛 - Coveralls |
Regarding the CodeScene issue about |
Prepare for channel-specific calibration (#2599) by using
satpy.readers.utils.CalibrationCoefficientPicker
internally to select coefficients. No changes to public interfaces. Next steps in a future PR:calib_wishlist
reader kwargcalib_mode
andext_calib_coefs
kwargsCalibrationCoefficientPicker
provides mode alongside coefficients.