From e1729de5a8efd9cd0b8b5db78166c3661f87d57a Mon Sep 17 00:00:00 2001 From: Sara Mirzaee <37273875+mirzaees@users.noreply.github.com> Date: Sat, 11 Apr 2020 11:50:10 -0400 Subject: [PATCH] fix bug: some lines were commented by mistake --- contrib/stack/topsStack/unwrap.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/stack/topsStack/unwrap.py b/contrib/stack/topsStack/unwrap.py index fd3931e..f5026ee 100755 --- a/contrib/stack/topsStack/unwrap.py +++ b/contrib/stack/topsStack/unwrap.py @@ -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)