Skip to content

Commit

Permalink
Merge pull request #2972 from adybbroe/bugfix-rayleigh-corrections-ge…
Browse files Browse the repository at this point in the history
…o-sats

Remove the application of Rayleigh correction above 0.8 micron on the Geo sats
  • Loading branch information
mraspaud authored Nov 8, 2024
2 parents a19bf71 + 4a8d8ff commit 0ca64e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 36 deletions.
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]
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]
high_resolution_band: blue
standard_name: natural_color

Expand Down

0 comments on commit 0ca64e4

Please sign in to comment.