ISCE_INSAR/components/iscesys
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
..
Compatibility Adding all files 2019-01-16 11:40:08 -08:00
Component Error messages (#105) 2020-03-27 21:59:13 -07:00
DataManager Adding all files 2019-01-16 11:40:08 -08:00
DataRetriever Remove internal usage of ISCE_HOME env variable 2020-02-03 14:01:57 -08:00
DateTimeUtil Adding all files 2019-01-16 11:40:08 -08:00
DebugLiner Adding all files 2019-01-16 11:40:08 -08:00
DictUtils iscesys/DictUtils: made a copy of the configuration dict before iterating over it 2020-03-18 11:26:00 -07:00
Display Adding all files 2019-01-16 11:40:08 -08:00
Dumpers Adding all files 2019-01-16 11:40:08 -08:00
ImageApi clang fixes 2019-05-27 22:11:32 -07:00
ImageUtil Adding all files 2019-01-16 11:40:08 -08:00
Parsers Catch StopIteration exception for python 3.7 compatibility. 2019-02-07 10:30:20 -08:00
StdOE Adding all files 2019-01-16 11:40:08 -08:00
StdOEL Adding all files 2019-01-16 11:40:08 -08:00
Stitcher Adding all files 2019-01-16 11:40:08 -08:00
Traits Adding all files 2019-01-16 11:40:08 -08:00
SConscript Adding all files 2019-01-16 11:40:08 -08:00
__init__.py Adding all files 2019-01-16 11:40:08 -08:00