Skip to content

Commit 165fc82

Browse files
committed
fix and simplify vii composites yaml
1 parent 7e73c0f commit 165fc82

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

satpy/etc/composites/vii.yaml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,10 @@ modifiers:
55
prerequisites:
66
- name: 'vii_10690'
77
optional_prerequisites:
8-
- solar_zenith
8+
- solar_zenith_angle
99
- name: 'vii_13345'
1010
sunz_threshold: 85.0
1111

12-
rayleigh_corrected:
13-
modifier: !!python/name:satpy.modifiers.PSPRayleighReflectance
14-
atmosphere: us-standard
15-
aerosol_type: rayleigh_only
16-
prerequisites:
17-
- wavelength: 0.67
18-
modifiers: [ sunz_corrected ]
19-
optional_prerequisites:
20-
- observation_azimuth
21-
- observation_zenith
22-
- solar_azimuth
23-
- solar_zenith
24-
2512
composites:
2613
true_color_uncorrected:
2714
compositor: !!python/name:satpy.composites.core.GenericCompositor

0 commit comments

Comments
 (0)