fix bug: some lines were commented by mistake

LT1AB
Sara Mirzaee 2020-04-11 11:50:10 -04:00 committed by GitHub
parent dc97d160a4
commit e1729de5a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -336,7 +336,7 @@ def main(iargs=None):
inps = cmdLineParse(iargs) inps = cmdLineParse(iargs)
interferogramDir = os.path.dirname(inps.intfile) interferogramDir = os.path.dirname(inps.intfile)
print ('unwrapping method : ' , inps.method) print ('unwrapping method : ' , inps.method)
'''
if inps.method == 'snaphu': if inps.method == 'snaphu':
if inps.nomcf: if inps.nomcf:
fncall = runUnwrap fncall = runUnwrap
@ -350,7 +350,7 @@ def main(iargs=None):
elif inps.method == 'icu': elif inps.method == 'icu':
runUnwrapIcu(inps.intfile, inps.unwfile) runUnwrapIcu(inps.intfile, inps.unwfile)
'''
if inps.rmfilter: if inps.rmfilter:
filtfile = os.path.abspath(inps.intfile) filtfile = os.path.abspath(inps.intfile)