From a56c80bac7059e9bc7e5807c5cc3ae4bd15f29c3 Mon Sep 17 00:00:00 2001 From: Zhang Yunjun Date: Fri, 28 Feb 2025 00:46:37 +0800 Subject: [PATCH] Revert "Update smallbaselineApp.py" This reverts commit d3bc6906bf9f42e5aa0c3e32014bf147e1ec24fd. --- src/mintpy/smallbaselineApp.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mintpy/smallbaselineApp.py b/src/mintpy/smallbaselineApp.py index 67f040dc9..9e607093a 100644 --- a/src/mintpy/smallbaselineApp.py +++ b/src/mintpy/smallbaselineApp.py @@ -332,8 +332,7 @@ def run_quick_overview(self, step_name): def run_unwrap_error_correction(self, step_name): """Correct phase-unwrapping errors""" - # ignore whitespace - method = self.template['mintpy.unwrapError.method'].replace(' ', '') + method = self.template['mintpy.unwrapError.method'] if not method: print('phase-unwrapping error correction is OFF.') return