From ccaad6f47daec7594ccc876b5b136cc83b402e18 Mon Sep 17 00:00:00 2001 From: Bryan Marfito Date: Sun, 8 Nov 2020 12:01:29 +0800 Subject: [PATCH] Update runCrossmul.py Corrected some spelling errors. --- components/isceobj/IsceProc/runCrossmul.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/isceobj/IsceProc/runCrossmul.py b/components/isceobj/IsceProc/runCrossmul.py index 30c2e49..8f89f4c 100755 --- a/components/isceobj/IsceProc/runCrossmul.py +++ b/components/isceobj/IsceProc/runCrossmul.py @@ -76,7 +76,7 @@ def run(imageSlc1, imageSlc2, resampName, azLooks, rgLooks, lines, catalog=None, slcWidth = imageSlc1.getWidth() intWidth = int(slcWidth / rgLooks) - logger.info("Will ouput interferogram and amplitude: %s" % sceneid) + logger.info("Will output interferogram and amplitude: %s" % sceneid) resampAmp = resampName + '.amp' resampInt = resampName + '.int'