From 0704e98ac4f87246587bc656d10cf3f554ae7b49 Mon Sep 17 00:00:00 2001 From: Heresh Fattahi Date: Thu, 26 Dec 2019 23:08:17 -0800 Subject: [PATCH] remove a commented out line --- components/isceobj/StripmapProc/runInterferogram.py | 1 - 1 file changed, 1 deletion(-) diff --git a/components/isceobj/StripmapProc/runInterferogram.py b/components/isceobj/StripmapProc/runInterferogram.py index 3d43136..da42508 100644 --- a/components/isceobj/StripmapProc/runInterferogram.py +++ b/components/isceobj/StripmapProc/runInterferogram.py @@ -159,7 +159,6 @@ def generateIgram(self,imageSlc1, imageSlc2, resampName, azLooks, rgLooks,radarW resampInt = resampName else: resampInt = resampName + ".full" - #resampAmp = resampAmp + ".full" objInt = isceobj.createIntImage() objInt.setFilename(resampInt)