Update runCrossmul.py

Corrected some spelling errors.
LT1AB
Bryan Marfito 2020-11-08 12:01:29 +08:00 committed by piyushrpt
parent 4de4c6314e
commit ccaad6f47d
1 changed files with 1 additions and 1 deletions

View File

@ -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'