fix bug: some lines were commented by mistake
parent
dc97d160a4
commit
e1729de5a8
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue