isce2 icon indicating copy to clipboard operation
isce2 copied to clipboard

Issue with scons based installation getting mismatch arguments in getLineBand

Open ayush12gupta opened this issue 1 year ago • 9 comments

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.

image

ayush12gupta avatar Mar 25 '23 11:03 ayush12gupta

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.

rtburns-jpl avatar Mar 25 '23 18:03 rtburns-jpl

Ok thanks it got resolved.

ayush12gupta avatar Mar 26 '23 10:03 ayush12gupta

After successful installation some of the packages are not working, when i tried to imort TopsProc i am getting this error.

image

ayush12gupta avatar Mar 26 '23 10:03 ayush12gupta

@rtburns-jpl can you please suggest if there is some mistake in installation from my side and so that how can i respose it.

ayush12gupta avatar Mar 28 '23 23:03 ayush12gupta

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

rtburns-jpl avatar Mar 28 '23 23:03 rtburns-jpl

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

ayush12gupta avatar Mar 28 '23 23:03 ayush12gupta

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.

rtburns-jpl avatar Mar 28 '23 23:03 rtburns-jpl

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.

ayush12gupta avatar Mar 29 '23 00:03 ayush12gupta

autorift works fine with cmake

rtburns-jpl avatar Mar 29 '23 00:03 rtburns-jpl