ISCE_INSAR/contrib
Forrest Williams 16b7e10d32
Fix Burst Loading in Estimate Range and Azimuth Misreg (#110)
* Fix burst loading in estimateAzimuthMisreg.py

Within the for loop that starts at line 82, looping through range(minBurst, maxBurst) misses the burst with the maximum burst number. In cases where only one burst in a swath is used, the script fails at line 90 when .getWidth() is called on an empty xml. This issue can be fixed by adding the line maxBurst = maxBurst + 1

* Fix burst loading in estimateRangeMisreg.py

Similar to estimateAzimuthMisreg.py, calling range(minBurst,maxBurst) at line 185 will lead to an empty list and the some bursts not being loaded unless line 181 is changed from maxBurst = maxBurst - 1 to maxBurst = maxBurst +1
2020-04-09 20:57:44 -07:00
..
PyCuAmpcor PyCuAmpcor: updated to the most recent version with gdal input 2019-11-19 16:59:49 -08:00
Snaphu Adding all files 2019-01-16 11:40:08 -08:00
UnwrapComp Adding all files 2019-01-16 11:40:08 -08:00
alos2filter ALOS-2 multi-mode InSAR and ionospheric correction processors (#107) 2020-03-28 19:19:21 -07:00
alos2proc ALOS-2 multi-mode InSAR and ionospheric correction processors (#107) 2020-03-28 19:19:21 -07:00
alos2proc_f ALOS-2 multi-mode InSAR and ionospheric correction processors (#107) 2020-03-28 19:19:21 -07:00
demUtils Remove internal usage of ISCE_HOME env variable 2020-02-03 14:01:57 -08:00
downsample_unwrapper Added downsample_snapu factory to TopsProc/Factories.py 2019-06-20 09:55:55 -07:00
frameUtils Adding all files 2019-01-16 11:40:08 -08:00
issi Remove internal usage of ISCE_HOME env variable 2020-02-03 14:01:57 -08:00
mdx Use command_argument_count in mdx_main 2020-03-10 09:00:46 -07:00
rfi Adding all files 2019-01-16 11:40:08 -08:00
splitSpectrum Adding all files 2019-01-16 11:40:08 -08:00
stack Fix Burst Loading in Estimate Range and Azimuth Misreg (#110) 2020-04-09 20:57:44 -07:00
timeseries/prepStackToStaMPS Update crop_rdr.py for small bug 2019-06-13 14:49:38 +02:00
SConscript ALOS-2 multi-mode InSAR and ionospheric correction processors (#107) 2020-03-28 19:19:21 -07:00
__init__.py Adding all files 2019-01-16 11:40:08 -08:00