Add files via upload
couple edits to deal with receiving data as list (the command line/system call approach) versus receiving data passed as objectLT1AB
parent
0e3b06567f
commit
e15336cc5e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue