isce2
isce2 copied to clipboard
Two patches for scons to run properly
When using scons install method with python 13 and gcc/gfortan 13.3, I ran into two issues
- an error with getLineBand in denseoffsetsRead.F and estimateoffsetsRead.F. The solution is to use the respective getLineBand method for real or complex data, as defined in components/iscesys/ImageApi/DataAccessor/src/DataAccessorF.cpp. (these filed are not included in the CMake file, are they no longer in use?)
- warnings issued during PyCuAmpcor compilation, "Two environments with different actions...". Basically, all the functions are included in the pybind11 module and we don't need an additional lib (which causes the two different actions).