Skip to content

Commit

Permalink
Fix deprecated "compositor" usage in modifier definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese authored Oct 1, 2024
1 parent 201dc41 commit 0ad7c32
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions satpy/etc/composites/sgli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sensor_name: visir/sgli
modifiers:

rayleigh_corrected:
compositor: !!python/name:satpy.modifiers.PSPRayleighReflectance
modifier: !!python/name:satpy.modifiers.PSPRayleighReflectance
atmosphere: us-standard
aerosol_type: rayleigh_only
prerequisites:
Expand All @@ -17,7 +17,7 @@ modifiers:
- solar_zenith_angle

rayleigh_corrected_marine_clean:
compositor: !!python/name:satpy.modifiers.PSPRayleighReflectance
modifier: !!python/name:satpy.modifiers.PSPRayleighReflectance
atmosphere: us-standard
aerosol_type: marine_clean_aerosol
prerequisites:
Expand All @@ -30,7 +30,7 @@ modifiers:
- solar_zenith_angle

rayleigh_corrected_marine_tropical:
compositor: !!python/name:satpy.modifiers.PSPRayleighReflectance
modifier: !!python/name:satpy.modifiers.PSPRayleighReflectance
atmosphere: tropical
aerosol_type: marine_tropical_aerosol
prerequisites:
Expand All @@ -43,7 +43,7 @@ modifiers:
- solar_zenith_angle

rayleigh_corrected_desert:
compositor: !!python/name:satpy.modifiers.PSPRayleighReflectance
modifier: !!python/name:satpy.modifiers.PSPRayleighReflectance
atmosphere: tropical
aerosol_type: desert_aerosol
prerequisites:
Expand All @@ -56,7 +56,7 @@ modifiers:
- solar_zenith_angle

rayleigh_corrected_land:
compositor: !!python/name:satpy.modifiers.PSPRayleighReflectance
modifier: !!python/name:satpy.modifiers.PSPRayleighReflectance
atmosphere: us-standard
aerosol_type: continental_average_aerosol
prerequisites:
Expand Down

0 comments on commit 0ad7c32

Please sign in to comment.