From e15336cc5e04b1c682ef18d0a4c769ff222f050e Mon Sep 17 00:00:00 2001 From: Microwave Remote Sensing Laboratory <50493465+MIRSL@users.noreply.github.com> Date: Mon, 30 Sep 2019 15:31:04 -0400 Subject: [PATCH] Add files via upload couple edits to deal with receiving data as list (the command line/system call approach) versus receiving data passed as object --- applications/imageMath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/imageMath.py b/applications/imageMath.py index 63795d7..432e262 100755 --- a/applications/imageMath.py +++ b/applications/imageMath.py @@ -315,7 +315,7 @@ def main(args, files): #####Determine unique images from the bandList - fileList = IML.bandsToFiles(bandList, logger) #[a,b,c] + fileList = IML.bandsToFiles(bandList, logger) ######Create input memmaps