Skip to content
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

Remove the application of Rayleigh correction above 0.8 micron on the Geo sats #2972

Merged
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions satpy/etc/composites/abi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ composites:
- name: C02
modifiers: [sunz_corrected, rayleigh_corrected_crefl]
- name: C03
modifiers: [sunz_corrected, rayleigh_corrected_crefl]
modifiers: [sunz_corrected]
standard_name: toa_bidirectional_reflectance

green_raw:
Expand Down Expand Up @@ -710,7 +710,7 @@ composites:
compositor: !!python/name:satpy.composites.SelfSharpenedRGB
prerequisites:
- name: C03
modifiers: [sunz_corrected, rayleigh_corrected]
modifiers: [sunz_corrected]
- name: C02
modifiers: [sunz_corrected, rayleigh_corrected]
- name: green
Expand Down
34 changes: 3 additions & 31 deletions satpy/etc/composites/ahi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,11 @@ composites:
compositor: !!python/name:satpy.composites.SelfSharpenedRGB
prerequisites:
- wavelength: 1.63
modifiers: [sunz_corrected] #, rayleigh_corrected]
modifiers: [sunz_corrected]
- wavelength: 0.85
modifiers: [sunz_corrected] #, rayleigh_corrected]
modifiers: [sunz_corrected]
- wavelength: 0.635
modifiers: [sunz_corrected] #, rayleigh_corrected]
modifiers: [sunz_corrected, rayleigh_corrected]
adybbroe marked this conversation as resolved.
Show resolved Hide resolved
high_resolution_band: blue
standard_name: natural_color

Expand Down Expand Up @@ -303,34 +303,6 @@ composites:
- name: B01
standard_name: true_color_reproduction_color_stretch

# true_color_reducedsize_land:
# compositor: !!python/name:satpy.composites.GenericCompositor
# prerequisites:
# - wavelength: 0.65
# modifiers: [reducer4, effective_solar_pathlength_corrected,
# rayleigh_corrected_reducedsize_land]
# - wavelength: 0.51
# modifiers: [reducer2, vegetation_corrected_reduced, effective_solar_pathlength_corrected,
# rayleigh_corrected_reducedsize_land]
# - wavelength: 0.46
# modifiers: [reducer2, effective_solar_pathlength_corrected,
# rayleigh_corrected_reducedsize_land]
# standard_name: true_color
#
# true_color_reducedsize_marine_tropical:
# compositor: !!python/name:satpy.composites.GenericCompositor
# prerequisites:
# - wavelength: 0.65
# modifiers: [reducer4, effective_solar_pathlength_corrected,
# rayleigh_corrected_reducedsize_marine_tropical]
# - wavelength: 0.51
# modifiers: [reducer2, vegetation_corrected_reduced, effective_solar_pathlength_corrected,
# rayleigh_corrected_reducedsize_marine_tropical]
# - wavelength: 0.46
# modifiers: [reducer2, effective_solar_pathlength_corrected,
# rayleigh_corrected_reducedsize_marine_tropical]
# standard_name: true_color

day_microphysics_eum:
compositor: !!python/name:satpy.composites.GenericCompositor
prerequisites:
Expand Down
6 changes: 3 additions & 3 deletions satpy/etc/composites/ami.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ composites:
compositor: !!python/name:satpy.composites.SelfSharpenedRGB
prerequisites:
- name: NR016
modifiers: [sunz_corrected] #, rayleigh_corrected]
modifiers: [sunz_corrected]
- name: VI008
modifiers: [sunz_corrected] #, rayleigh_corrected]
modifiers: [sunz_corrected]
- name: VI006
modifiers: [sunz_corrected] #, rayleigh_corrected]
modifiers: [sunz_corrected, rayleigh_corrected]
adybbroe marked this conversation as resolved.
Show resolved Hide resolved
high_resolution_band: blue
standard_name: natural_color

Expand Down
Loading