ISCE_INSAR/components
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
..
isceobj Error messages (#105) 2020-03-27 21:59:13 -07:00
iscesys Error messages (#105) 2020-03-27 21:59:13 -07:00
mroipac Fix complex cast for gcc9 2020-03-10 09:00:46 -07:00
stdproc Remove internal usage of ISCE_HOME env variable 2020-02-03 14:01:57 -08:00
zerodop cuda: remove arch specific flag; add /lib64 to LIBPATH for libcuda.so for most Linux systems 2019-11-19 16:51:06 -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