make sure the orbit file glob also finds files starting with S1B (#190)

LT1AB
Vincent Schut 2020-09-10 21:34:17 +02:00 committed by GitHub
parent 1557a05b7b
commit 278902fd1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ class Sentinel1(Component):
timeStamp = self.product.sensingStart+(self.product.sensingStop - self.product.sensingStart)/2.
for orbType in types:
files = glob.glob( os.path.join(self.orbitDir, 'S1A_OPER_AUX_' + orbType + '_OPOD*'))
files = glob.glob( os.path.join(self.orbitDir, 'S1?_OPER_AUX_' + orbType + '_OPOD*'))
filelist.extend(files)
###List all orbit files