fix bug: some lines were commented by mistake
parent
dc97d160a4
commit
e1729de5a8
|
@ -336,7 +336,7 @@ def main(iargs=None):
|
|||
inps = cmdLineParse(iargs)
|
||||
interferogramDir = os.path.dirname(inps.intfile)
|
||||
print ('unwrapping method : ' , inps.method)
|
||||
'''
|
||||
|
||||
if inps.method == 'snaphu':
|
||||
if inps.nomcf:
|
||||
fncall = runUnwrap
|
||||
|
@ -350,7 +350,7 @@ def main(iargs=None):
|
|||
|
||||
elif inps.method == 'icu':
|
||||
runUnwrapIcu(inps.intfile, inps.unwfile)
|
||||
'''
|
||||
|
||||
|
||||
if inps.rmfilter:
|
||||
filtfile = os.path.abspath(inps.intfile)
|
||||
|
|
Loading…
Reference in New Issue