Hi,
Does someone have an idea what goes wrong,
All my 146120 PS are in the red box, and I think that they should be distributed throughout the whole processing area?
interferogram represents whole processing area in StaMPS-SNAP,
and I have got PermanentScatterers only in the red box (white box is my AOI),
Thanks in advance,
I am trying to export two files: (Stack with ESD) and (Stack with ESD, Interferogram, DInSAR). But, I am having following error.
When I try StaMPS export for individual stacks, I get error that says âInput requires a coregistered stack (1st product) and an interferogram of at least 4 interferogramsâ. (Figure attached for reference).
Can anyone please tell me how to get rid of this error? Do I need to generate 4 interferograms again or am I doing something wrong?
I am having trouble understand the procedure for using stamps. I have used Stamps export and I have 4 directories. I have downloaded the folder with all graphs from Github. I also read the readme file and some other publications but I donât understand what should I do next now. I also have terrain corrected stacks for ESD and ESD with Interferogram and DInSAR. Can you please tell me how should I process now?
the stamps export (or the python scripts snap2stamps) creates four directories:
dem
geo
rslc
dif0
After you downloaded the stamps binaries, you have to make sure that you modify the StaMPS_CONFIG file to match all required folders (MATLABPATH, TRIANGLE, SNAPHU) and source it as described in the manual (chapter 2.1) to make all files available to the Linux shell.
Then you create a new folder and run the script mt_prep_snap as described in the manual (chapter 4). This creates interferograms as they are required by matlab. Once this script is executed, you open matlab and proceed with the actual stamps processing, basically just entering the commands stamps(1,1), stamps(2,2), and so on.
I am processing stamps(2,2). I got the error in line 221 of ps_est_gamma_quick.m that says âSubscript indices must either be real positive integers or logicals.â Can you please tell me what is wrong and how to solve it?
the variable grid(i,j) is having some NaN values. So, we have currently used if ~isnan condition to bypass the error. Stamps(2,2) seems to work for now.