Skip to content

Commit

Permalink
Fix typo in red_snow check_channels method
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Macfarlane committed Apr 29, 2012
1 parent fa6c060 commit eba8762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpop/instruments/viirs.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def hr_green_snow(self):
def red_snow(self):
"""Make a Red Snow RGB image composite.
"""
self.check_channels('M0', 'M10', 'M15')
self.check_channels('M05', 'M10', 'M15')

ch1 = self['M05'].check_range()
ch2 = self['M10'].check_range()
Expand Down

0 comments on commit eba8762

Please sign in to comment.