Skip to content

Commit

Permalink
Merge pull request #41 from AstroDigital/develop
Browse files Browse the repository at this point in the history
fix MYD09GA product definition
  • Loading branch information
matthewhanson authored May 22, 2017
2 parents c3b56c1 + 42cac7c commit c8b903b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modispds/products.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'MYD09GA.006': {
'day_offset': 0,
'bandnames':
['numobs1km', 'state', 'senzen', 'senaz', 'geoflags', 'orbit', 'granule', 'numobs500m'] +
['numobs1km', 'state', 'senzen', 'senaz', 'range', 'solzen', 'solaz', 'geoflags', 'orbit', 'granule', 'numobs500m'] +
['B%s' % str(i).zfill(2) for i in range(1, 8)] +
['qc500m', 'obscov', 'obsnum', 'qscan'],
'overviews': ([False] * 11) + ([True] * 7) + ([False] * 4)
Expand Down

0 comments on commit c8b903b

Please sign in to comment.