Recent rubbersheeting changes added scipy and astropy imports which are not otherwise needed. Due to isce2's eager import behavior this causes errors when using unrelated functionality. We can fix this by tucking these imports away inside their function definitions. To reproduce: `python3 -c "import isce; from stripmapApp import Insar"` (without scipy/astropy installed) |
||
---|---|---|
.. | ||
isceobj | ||
iscesys | ||
mroipac | ||
stdproc | ||
zerodop | ||
SConscript | ||
__init__.py |