From 5078c3ec8c5abbe04b626eff2ae44e30386046bf Mon Sep 17 00:00:00 2001 From: vbrancat Date: Fri, 15 Nov 2019 20:01:56 -0800 Subject: [PATCH] Add RubbersheetRange.py and runRubbersheetAzimuth.py in SConscript --- components/isceobj/StripmapProc/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/isceobj/StripmapProc/SConscript b/components/isceobj/StripmapProc/SConscript index 2926124..89adcb2 100644 --- a/components/isceobj/StripmapProc/SConscript +++ b/components/isceobj/StripmapProc/SConscript @@ -49,7 +49,7 @@ listFiles = ['StripmapProc.py', 'runPreprocessor.py', 'runSplitSpectrum.py', 'Factories.py' , 'runDenseOffsets.py', 'runResampleSlc.py' , 'runUnwrapGrass.py', '__init__.py' , 'runDispersive.py' , 'runResampleSubbandSlc.py', 'runUnwrapIcu.py', 'runFilter.py' , 'runROI.py' , 'runUnwrapSnaphu.py', 'runCrop.py', - 'runGeo2rdr.py', 'runRubbersheet.py', '__StripmapProc.py' , 'runInterferogram.py', + 'runGeo2rdr.py', 'runRubbersheetRange.py', 'runRubbersheetAzimuth.py', '__StripmapProc.py' , 'runInterferogram.py', 'runVerifyDEM.py', 'runGeocode.py', 'Sensor.py' ]