Skip to content

Commit

Permalink
Updated to read the new name version of the b61 thermal band.
Browse files Browse the repository at this point in the history
  • Loading branch information
sixy6e committed Jun 20, 2016
1 parent 9ab1ed1 commit 56f7a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gaip/fmask_cloud_masking.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ def nd2toarbt(filename, images=None):

# Band6
if Lnum == 7:
n_B6 = match_file(base, '.*B61.TIF')
n_B6 = match_file(base, '.*B6_VCID_1.TIF')
else:
n_B6 = match_file(base, '.*B6.TIF')

Expand Down

0 comments on commit 56f7a58

Please sign in to comment.