Skip to content

Commit

Permalink
Use channel area for overview image
Browse files Browse the repository at this point in the history
This allows unprojected data to have correct geolocation info.
  • Loading branch information
mraspaud committed May 25, 2018
1 parent fe052fe commit 679f4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpop/instruments/visir.py
Expand Up @@ -152,7 +152,7 @@ def overview_sun(self, stretch='linear', gamma=1.6, fill_value=(0, 0, 0)):
blue = -self[10.8].data

img = geo_image.GeoImage((red, green, blue),
self.area,
self[10.8].area,
self.time_slot,
fill_value=fill_value,
mode="RGB")
Expand Down

0 comments on commit 679f4b5

Please sign in to comment.