Skip to content

Commit

Permalink
Merge pull request #731 from adybbroe/fix-viirs-sdr-reader-ivcdb
Browse files Browse the repository at this point in the history
Fix viirs sdr reader to allow ivcdb files in the sdr directory
  • Loading branch information
djhoese authored Apr 25, 2019
2 parents 97c3451 + d6ab8b4 commit 5fee138
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion satpy/readers/viirs_sdr.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011-2017.
# Copyright (c) 2011-2019 Pytroll

# Author(s):

Expand Down Expand Up @@ -119,6 +119,7 @@ def _get_invalid_info(granule_data):
'SVM14': 'VIIRS-M14-SDR',
'SVM15': 'VIIRS-M15-SDR',
'SVM16': 'VIIRS-M16-SDR',
'IVCDB': 'VIIRS-DualGain-Cal-IP'
}


Expand Down

0 comments on commit 5fee138

Please sign in to comment.