Open sfinkens opened 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.09%. Comparing base (
fa56be5
) to head (5ab316e
). Report is 9 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Totals | |
---|---|
Change from base Build 11936881763: | 0.005% |
Covered Lines: | 53317 |
Relevant Lines: | 55424 |
Regarding the CodeScene issue about seviri_base.py
being too complex: I could move the calibration parts into a separate file.
Prepare for channel-specific calibration (https://github.com/pytroll/satpy/issues/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.