From 56f7a58879de7f10224bace2d632b0908fd00980 Mon Sep 17 00:00:00 2001 From: Josh Sixsmith Date: Mon, 20 Jun 2016 15:58:37 +1000 Subject: [PATCH] Updated to read the new name version of the b61 thermal band. --- gaip/fmask_cloud_masking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gaip/fmask_cloud_masking.py b/gaip/fmask_cloud_masking.py index d733c97..d0866f0 100644 --- a/gaip/fmask_cloud_masking.py +++ b/gaip/fmask_cloud_masking.py @@ -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')