ISCE_INSAR/components/isceobj/TopsProc
Scott Staniewicz 64768d4f36
Error messages (#105)
* move `val` definition to avoid undefined

Currently, with only one swath, or not enough points,
val doesnt get defined, so this error gets thrown:

File ".../isce/components/isceobj/TopsProc/runESD.py", line 115, in runESD
    if val.size == 0 :
UnboundLocalError: local variable 'val' referenced before assignment

the `np.array` is added so that the `val.size` check makes sense,
as opposed to doing `.size` on a list

* fix string formats in error messages
2020-03-27 21:59:13 -07:00
..
Factories.py Restore snaphu_mcf unwrapping option 2019-07-31 10:08:41 -08:00
SConscript Added downsample_snapu factory to TopsProc/Factories.py 2019-06-20 09:55:55 -07:00
TopsProc.py Add covariance output for denseoffsets 2019-03-08 19:07:41 -03:00
VRTManager.py Adding all files 2019-01-16 11:40:08 -08:00
__init__.py Adding all files 2019-01-16 11:40:08 -08:00
runBurstIfg.py Adding all files 2019-01-16 11:40:08 -08:00
runCoarseOffsets.py Adding all files 2019-01-16 11:40:08 -08:00
runCoarseResamp.py Adding all files 2019-01-16 11:40:08 -08:00
runComputeBaseline.py Adding all files 2019-01-16 11:40:08 -08:00
runCropOffsetGeo.py Adding all files 2019-01-16 11:40:08 -08:00
runDenseOffsets.py Add covariance output for denseoffsets 2019-03-08 19:07:41 -03:00
runESD.py Error messages (#105) 2020-03-27 21:59:13 -07:00
runFilter.py Adding all files 2019-01-16 11:40:08 -08:00
runFineOffsets.py Adding all files 2019-01-16 11:40:08 -08:00
runFineResamp.py enforcing positive value for the index of the first valid sample in TOPS coregistered SLCs 2019-01-30 00:23:32 +00:00
runGeocode.py Adding all files 2019-01-16 11:40:08 -08:00
runIon.py Hide scipy imports for stripmapapp 2019-12-16 15:43:04 -08:00
runMergeBursts.py Adding all files 2019-01-16 11:40:08 -08:00
runMergeSLCs.py Adding all files 2019-01-16 11:40:08 -08:00
runOffsetFilter.py Hide scipy imports for stripmapapp 2019-12-16 15:43:04 -08:00
runOffsetGeocode.py Adding all files 2019-01-16 11:40:08 -08:00
runOverlapIfg.py Adding all files 2019-01-16 11:40:08 -08:00
runPrepESD.py Hide scipy imports for stripmapapp 2019-12-16 15:43:04 -08:00
runPreprocessor.py Adding all files 2019-01-16 11:40:08 -08:00
runRangeCoreg.py Adding all files 2019-01-16 11:40:08 -08:00
runSubsetOverlaps.py Adding all files 2019-01-16 11:40:08 -08:00
runTopo.py Adding all files 2019-01-16 11:40:08 -08:00
runUnwrap2Stage.py Adding all files 2019-01-16 11:40:08 -08:00
runUnwrapGrass.py Adding all files 2019-01-16 11:40:08 -08:00
runUnwrapIcu.py Adding all files 2019-01-16 11:40:08 -08:00
runUnwrapSnaphu.py Adding all files 2019-01-16 11:40:08 -08:00
runVerifyDEM.py Adding all files 2019-01-16 11:40:08 -08:00
runVerifyGeocodeDEM.py Adding all files 2019-01-16 11:40:08 -08:00
run_downsample_unwrapper.py Added downsample_snapu factory to TopsProc/Factories.py 2019-06-20 09:55:55 -07:00