Skip to content

Commit

Permalink
Merge pull request #3054 from simonrp84/add_g19_cie
Browse files Browse the repository at this point in the history
Add GOES-19 RGB2XYZ matrix for `true_color_reproduction`
  • Loading branch information
mraspaud authored Feb 12, 2025
2 parents c776b26 + f4ae31b commit b6b4ef1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions satpy/enhancements/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,9 @@ def _jma_true_color_reproduction(img_data, platform=None):
"goes-18": np.array([[1.1629, 0.1539, -0.2175],
[-0.0252, 0.8725, 0.1300],
[-0.0204, -0.1100, 1.0633]]),
"goes-19": np.array([[0.9481, 0.3706, -0.2194],
[-0.0150, 0.8605, 0.1317],
[-0.0174, -0.1009, 1.0512]]),

"mtg-i1": np.array([[0.9007, 0.2086, -0.0100],
[-0.0475, 1.0662, -0.0414],
Expand Down

0 comments on commit b6b4ef1

Please sign in to comment.