Skip to content

Commit

Permalink
Merge pull request #643 from djhoese/feat-abi-c07-bigrange
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese authored Oct 4, 2023
2 parents 7dc57aa + 8c8a655 commit 8c22c78
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions etc/enhancements/abi.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/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 8c22c78

Please sign in to comment.