-
Notifications
You must be signed in to change notification settings - Fork 301
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
Use effective_solar_pathlength_corrected for cloud type and cloud phase #3032
base: main
Are you sure you want to change the base?
Use effective_solar_pathlength_corrected for cloud type and cloud phase #3032
Conversation
Use the solar_pathlength_corrected modifier for cloud type and cloud phase RGBs for FCI. This makes the composite usable closer to the terminator but without the saturation seen in the ABI versions.
Nice work on this, it's clear that there is quite some more information to get from the imagery. But I have two questions:
And as a comment, I still find that at least for the thick part of the frontal cloud close to the terminator the level of saturation is a bit too high. But I'm also aware that it's hard to find settings that works well for all conditions. |
Fixed modifier name for solar pathlength corrected.
Oops. Only in my local recipes. Fixed with 6d5fe19. It shows why we need the automated imagery tests, and probably we should indeed merge #3013 first (where I added more on the behave tests) so I can leverage this! Will check the versions with |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3032 +/- ##
=======================================
Coverage 96.11% 96.11%
=======================================
Files 383 383
Lines 55604 55604
=======================================
Hits 53443 53443
Misses 2161 2161
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Pull Request Test Coverage Report for Build 12830491071Details
💛 - Coveralls |
Cloud type night IR 10.5, before: Cloud type night IR, after: Cloud phase night IR, before: Cloud phase night IR, after: For curiosity, our internal
whereas the satpy one is defined as: satpy/satpy/etc/composites/visir.yaml Lines 14 to 17 in 40a62fa
The version I showed in the initial issue description is with Cloud type with the effective solar pathlength corrector, default Cloud type with the solar pathlength corrector, no |
For the So perhaps you can add your local Thanks for the addition day/night blends. Doesn't seem to be much affected. But I believe that with these changes we can do the day/night blending at higher sunz angles to retain more of the daytime imagery, but that might be for another PR. |
Thank you for your work and analysis! |
There is a tradeoff between æsthetics and the ability to extract information. This is probably true for any RGB based on solar channels and also when considering the day/night-transition in geo colour. And any RGB, as well as quantitative products, will lose quality approaching the terminator. Maybe cloud type is more affected here because NIR 1.3 is so dark already. For our operational users, the ability to extract information is more important than æsthetics. I think they will accept and understand that. Colours are a bit different and noise becomes visible. OK.
Yes, the current PR code modification uses the default |
I agree that information content is more important than aesthetics, at least for the default recipe (a user interested in only PR-like nice looking images can still tune a different recipe to their wishes, but I'd say that the general focus should be on meteorological usability and usefulness). |
Really nice work! |
I'm all for removing artefacts, but removing the entire area that has artefacts in it has something of throwing out the child with the dirty bathwater... |
Use the solar_pathlength_corrected modifier for cloud type and cloud phase RGBs for FCI. This makes the composite usable closer to the terminator but without the saturation seen in the ABI versions.
Cloud type with only
sunz_corrected
(satpy name:cimss_cloud_type
):Cloud type with
sunz_corrected
andsunz_reduced
(satpy name:cloud_type
):Cloud type with
solar_pathlength_corrected
:Cloud type with
solar_pathlength_corrected
andrayleigh_corrected
(for VIS 0.6):Cloud phase with
sunz_corrected
andsunz_reduced
:Cloud phase with
solar_pathlength_corrected
:Cloud phase with
solar_pathlength_corrected
andrayleigh_corrected
(for VIS 0.6):