Skip to content

Commit

Permalink
Apply fire-friendly scaling range to AGRI, AHI, and AMI
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Oct 4, 2023
1 parent daf18b7 commit 8c8a655
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions etc/enhancements/agri.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ enhancements:
xp: [0., 25., 55., 100., 255.]
fp: [0., 90., 140., 175., 255.]
reference_scale_factor: 255
channel_7_default:
name: C07
operations:
- name: linear
method: !!python/name:satpy.enhancements.stretch
kwargs: {stretch: 'crude', min_stretch: 400.15, max_stretch: 164.15}
channel_8_default:
name: C08
operations:
Expand Down
6 changes: 6 additions & 0 deletions etc/enhancements/ahi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ enhancements:
xp: [0., 25., 55., 100., 255.]
fp: [0., 90., 140., 175., 255.]
reference_scale_factor: 255
channel_7_default:
name: B07
operations:
- name: linear
method: !!python/name:satpy.enhancements.stretch
kwargs: {stretch: 'crude', min_stretch: 400.15, max_stretch: 164.15}
channel_8_default:
name: B08
operations:
Expand Down
6 changes: 6 additions & 0 deletions etc/enhancements/ami.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ enhancements:
xp: [0., 25., 55., 100., 255.]
fp: [0., 90., 140., 175., 255.]
reference_scale_factor: 255
channel_7_default:
name: SW038
operations:
- name: linear
method: !!python/name:satpy.enhancements.stretch
kwargs: {stretch: 'crude', min_stretch: 400.15, max_stretch: 164.15}
channel_8_default:
name: WV063
operations:
Expand Down

0 comments on commit 8c8a655

Please sign in to comment.