ISCE_INSAR/components/isceobj
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
..
Attitude Adding all files 2019-01-16 11:40:08 -08:00
Catalog Adding all files 2019-01-16 11:40:08 -08:00
Constants Adding all files 2019-01-16 11:40:08 -08:00
Doppler Adding all files 2019-01-16 11:40:08 -08:00
Filter Adding all files 2019-01-16 11:40:08 -08:00
Image Image: fix typo 2019-03-04 16:03:45 -03:00
ImageFilter Adding all files 2019-01-16 11:40:08 -08:00
InsarProc Adding all files 2019-01-16 11:40:08 -08:00
IsceProc Adding all files 2019-01-16 11:40:08 -08:00
LineAccessor Adding all files 2019-01-16 11:40:08 -08:00
Location Remove internal usage of ISCE_HOME env variable 2020-02-03 14:01:57 -08:00
Orbit Property is not callable 2019-10-28 14:51:58 -08:00
Pause Adding all files 2019-01-16 11:40:08 -08:00
Planet Adding all files 2019-01-16 11:40:08 -08:00
Platform Adding all files 2019-01-16 11:40:08 -08:00
Radar Adding all files 2019-01-16 11:40:08 -08:00
Registry Adding all files 2019-01-16 11:40:08 -08:00
Renderer Adding all files 2019-01-16 11:40:08 -08:00
RtcProc Add files via upload 2019-09-30 15:26:54 -04:00
ScansarProc Adding all files 2019-01-16 11:40:08 -08:00
Scene Remove internal usage of ISCE_HOME env variable 2020-02-03 14:01:57 -08:00
Sensor Remove overwrite assignment when redundant bursts encountered across scenes. 2020-03-13 10:46:49 +08:00
Stack Adding all files 2019-01-16 11:40:08 -08:00
StripmapProc Inserted opencv, astropy ans scipy imports within functions 2020-02-13 17:27:07 -08:00
TopsProc Error messages (#105) 2020-03-27 21:59:13 -07:00
Unwrap fix bug while calculating corrLooks for snaphu(_mcf) 2019-11-21 13:20:11 -08:00
Util Error messages (#105) 2020-03-27 21:59:13 -07:00
XmlUtil 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