you need triangle and snaphu in any case. If you pre-processed the data with SNAP (e.g. like suggested here)
at best, you leave the initial files exported from SNAP in one folder and create a separate working directory for the StaMPS processing (where you first execute mt_prep_snap) as suggested here. The rest of the folder management is done by the StaMPS scripts alone, as long as you donāt move any files or rename directories
And then while writing āmake installā, then this message is coming
make definstall;
make[1]: Entering directory ā/home/hari/Desktop/PSI_Insar/StaMPS-4.1-beta/srcā
dir=ā¦/bin;
if test ! -d $dir; then
echo āSorry, dir ā¦/bin does not exist, exitingā¦ā; exit; fi;
echo Installing in directory: $dir;
list='calamp selpsc_patch selsbc_patch cpxsum pscphase psclonlat pscdem '; for p in $list; do
echo āInstalling (copy): $pā;
cp -f $p ā¦/bin/$p;
done
Installing in directory: ā¦/bin
Installing (copy): calamp
Installing (copy): selpsc_patch
Installing (copy): selsbc_patch
Installing (copy): cpxsum
Installing (copy): pscphase
Installing (copy): psclonlat
Installing (copy): pscdem
make cleaner
make[2]: Entering directory ā/home/hari/Desktop/PSI_Insar/StaMPS-4.1-beta/srcā
Removed junk.
Removed executables in source dir: /home/hari/Desktop/PSI_Insar/StaMPS-4.1-beta/src.
make[2]: Leaving directory ā/home/hari/Desktop/PSI_Insar/StaMPS-4.1-beta/srcā
make[1]: Leaving directory ā/home/hari/Desktop/PSI_Insar/StaMPS-4.1-beta/srcā
and finally the software is not installed.
Please help me?
My system is x86_64. Is this error because of PC compiler or something else.
@hariiirs did you manage to overcome the challenge? Iām facing the same problem on Ubuntu 18.04 on wsl.
@ABraun Iām unable to get past make install as it returns the error shared by @hariiirs. I managed to successfully install it the last time though, but I had to reinstall my OS. I tried this on Ubuntu 18.04 running on WSL 1 and Virtualbox on macOS Big Sur. Any assistance will be greatly appreciated.
I think āā¦/binā is referring to the bin directory in StaMPS? I tried to copy this dir to src but it didnāt help. I edited the Makefile by providing the full path to bin, still didnāt help. Then I replaced āā¦/binā with ā/usr/binā but it was no good
good to hear. This part sounds alright - so if these scripts were created in the bin directory and you correctly modify the StaMPS_CONFIG file, it should work.
YES, @calebaid2000 you are right. Same was with my case. Moreover, bin is the folder under StaMPS only and before executing make command, working directort was changed to StaMPS/src