isce2
isce2 copied to clipboard
Issue with scons based installation getting mismatch arguments in getLineBand
When I am trying to install isce2 using Scons method i am getting this error that getLineBand are receiving different types of arguments i.e. complex and integer. I tried using the release v2.6.2 zip file for doing the installation. Can someone suggest if its issue with my fortran version or something else.
This is an issue with legacy fortran code in that module that doesn't work with recent versions of gfortran. Try using gfortran 9 or older.
Ok thanks it got resolved.
After successful installation some of the packages are not working, when i tried to imort TopsProc i am getting this error.
@rtburns-jpl can you please suggest if there is some mistake in installation from my side and so that how can i respose it.
Did your cmake detect cython properly? That's the only thing I can think of that would result in the alos2proc_f module not being built
Did your cmake detect cython properly? That's the only thing I can think of that would result in the alos2proc_f module not being built
I installed it using scons installation method and yes initially it detected all the required packages
I'm not sure what happened then, I haven't seen that issue before. I'd suggest using the cmake build method and see if that works for you.
I'm not sure what happened then, I haven't seen that issue before. I'd suggest using the cmake build method and see if that works for you.
Yeah I cmake works but i need to use the autoRIFT functionality which is not available with cmake installation.
autorift works fine with cmake