Skip to content

Commit

Permalink
Add VIIRS EDR surface reflection to generic enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Jul 24, 2023
1 parent 6fe6686 commit f22648e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions etc/enhancements/generic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ enhancements:
- name: gamma
method: !!python/name:satpy.enhancements.gamma
kwargs: {gamma: 2.0}
surface_reflectance_default:
standard_name: surface_bidirectional_reflectance
operations:
- name: linear_stretch
method: !!python/name:satpy.enhancements.stretch
kwargs: {stretch: 'crude', min_stretch: 0.0, max_stretch: 100.}
- name: gamma
method: !!python/name:satpy.enhancements.gamma
kwargs: {gamma: 2.0}
day_night_mix:
standard_name: day_night_mix
operations:
Expand Down

0 comments on commit f22648e

Please sign in to comment.