ISCE_INSAR/components/isceobj/Util
Ryan Burns 337dc9c158
Fix python extension linking (#168)
* Silence annoying FindFFTW warnings

* Fix linker errors at import-time

Python extensions are weakly linked, so linker errors can only be
caught at runtime. This commit fixes any such broken extensions,
and adds automated import testing to ctests to prevent future
regressions.

It also adds a helper function `isce2_add_staticlib` which creates a
position-independent static library suitable for usage in multiple
python extensions. This matches the SCons build scripts more closely
and allows for future extensions to be declared in a more terse and
hygienic fashion.

* Update utilLib scripts

* Update combinedLib scripts

* Update offoutliers lib scripts

* Add asa_im_decode cdll

* Update alos lib scripts

* Show ctest output upon failure

* Update DataAccessor scripts

* Remove TARGET_FILE_BASE_NAME

* Remove incomplete stdproc modules (require stanford code)

Co-authored-by: Ryan Burns <rtburns-jpl@users.noreply.github.com>
2020-09-14 10:57:10 -07:00
..
FieldInterpolator Adding all files 2019-01-16 11:40:08 -08:00
ImageUtil Merge commit '64768d4' into cmake 2020-04-08 11:05:14 -07:00
Library diversity: replaced oppressive language with neutral definitions of the images that comprise an interferogram through the entire repository 2020-07-02 12:40:49 -07:00
cpxmag2rg Adding all files 2019-01-16 11:40:08 -08:00
denseoffsets diversity: replaced oppressive language with neutral definitions of the images that comprise an interferogram through the entire repository 2020-07-02 12:40:49 -07:00
estimateoffsets Incorporación de script para ingesta de datos SAOCOM. Se modifican los siguientes archivos: 2020-07-21 21:47:00 -03:00
geo Merge commit '64768d4' into cmake 2020-04-08 11:05:14 -07:00
histogram Adding all files 2019-01-16 11:40:08 -08:00
include Adding all files 2019-01-16 11:40:08 -08:00
make_los diversity: replaced oppressive language with neutral definitions of the images that comprise an interferogram through the entire repository 2020-07-02 12:40:49 -07:00
offoutliers Fix python extension linking (#168) 2020-09-14 10:57:10 -07:00
simamplitude Adding all files 2019-01-16 11:40:08 -08:00
src Fix python extension linking (#168) 2020-09-14 10:57:10 -07:00
test diversity: replaced oppressive language with neutral definitions of the images that comprise an interferogram through the entire repository 2020-07-02 12:40:49 -07:00
CMakeLists.txt Fix python extension linking (#168) 2020-09-14 10:57:10 -07:00
SConscript Adding all files 2019-01-16 11:40:08 -08:00
StringUtils.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
decorators.py diversity: replaced oppressive language with neutral definitions of the images that comprise an interferogram through the entire repository 2020-07-02 12:40:49 -07:00
mathModule.py Adding all files 2019-01-16 11:40:08 -08:00
py2to3.py Adding all files 2019-01-16 11:40:08 -08:00