remove a commented out line
parent
0b3d49744d
commit
0704e98ac4
|
@ -159,7 +159,6 @@ def generateIgram(self,imageSlc1, imageSlc2, resampName, azLooks, rgLooks,radarW
|
||||||
resampInt = resampName
|
resampInt = resampName
|
||||||
else:
|
else:
|
||||||
resampInt = resampName + ".full"
|
resampInt = resampName + ".full"
|
||||||
#resampAmp = resampAmp + ".full"
|
|
||||||
|
|
||||||
objInt = isceobj.createIntImage()
|
objInt = isceobj.createIntImage()
|
||||||
objInt.setFilename(resampInt)
|
objInt.setFilename(resampInt)
|
||||||
|
|
Loading…
Reference in New Issue