Skip to content

Commit

Permalink
Copied visir.night_overview to seviri.night_overview, so night_overvi…
Browse files Browse the repository at this point in the history
…ew.prerequisites is correct when night_overview is called from seviri.py
  • Loading branch information
loerum committed Mar 5, 2014
1 parent c91e9ca commit 35018c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mpop/instruments/seviri.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,13 @@ def cloudtop(self, stretch=(0.005, 0.005), gamma=None):

cloudtop.prerequisites = co2corr_chan.prerequisites | set([10.8, 12.0])

def night_overview(self, stretch='histogram', gamma=None):
"""See cloudtop.
"""
return self.cloudtop(stretch=stretch, gamma=gamma)

night_overview.prerequisites = cloudtop.prerequisites

def night_fog(self):
"""Make a Night Fog RGB image composite from Seviri channels.
"""
Expand Down

0 comments on commit 35018c5

Please sign in to comment.