Update runResamp.py

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

View File

@ -106,7 +106,7 @@ def run(imageSlc1, imageSlc2, instrument, offsetField, resampName, azLooks, rgLo
imageResamp2 = None imageResamp2 = None
if "intamp" in output: if "intamp" in output:
logger.info("Will ouput resampled interferogram and amplitude: %s" % sceneid) logger.info("Will output resampled interferogram and amplitude: %s" % sceneid)
resampAmp = resampName + '.amp' resampAmp = resampName + '.amp'
resampInt = resampName + '.int' resampInt = resampName + '.int'