StaMPS Permanent Scatterer
StaMPS (Stanford Method for Persistent Scatterers) is a software package that implements an InSAR persistent scatterer (PS) method developed to work even in terrains devoid of man-made structures and/or undergoing non-steady deformation. This processing service is the StaMPS Permanent Scatterer (PS).
EO sources supported:
- Envisat ASAR Image Mode Level 0 (ASA_IM__1P)
Output specifications
- matlab files
This processing service is in beta phase.
This processing service uses the StaMPS [1] version 3.3b1, patched:
The processing follows in principle the manual of StaMPS [2]:
For plotting and exporting of IFGs, velocities & time series see Chapter 9 of StaMPS manual.
The “StaMPS Permanent Scatterer” panel is displayed with parameters values to be filled-in.
We have prepared a public Data Package with a stack of Envisat ASAR Image Mode Level 0 (ASA_IM__0P) track 336 over Istanbul. The Data Package is called “Istanbul StaMPS”, select it from the Data Package list.
Load the public Data Package called “Instanbul StaMPS”. Click on “select all”. Then drag the selection over the field labelled “Slave product references of the SAR stack to process”.
Select the orbit file type to use with the SAR stack to process.
For Envisat ASAR, select:
Select the candidate Master (it can be any product of the stack)
If you have a working matlab environment, you can treat the downloaded folder as if you would have processed it locally.
The most compute-intensive processing steps of StaMPS are 2 & 3. Those are for the preliminary selection of stable scatterers. If you are not happy with your results, it is however recommended to start with step 4 or higher, e.g.:
stamps(4,4)
For getting general information on the interferograms (i.e. baseline, estimated noise), which gives you a good indication of bad interferograms, do:
ps_info
To check for wrapped and unwrapped interferograms in order to identify unreliable ones and exclude them, you can proceed like this:
ps_plot('w')
ps_plot('u')
setparm('drop_ifg',[ “Number of IFG” ])
Then re-run StaMPS from step 3 (it may take a while though) or from step 4 (faster).
PS Weeding (Chapter 6.4 of StaMPS manual)
setparm
stamps(4,8)
PS Merge (Chapter 6.5 of StaMPS manual)
This is another way of reducing noise is to resample your data
Note
If you change merge_resample_size, you also should consider changing the unwrap grid for step 6
StaMPS step 8 filters the data in a way to address noise coming from atmosferic disturbances. It is steered by 2 parameters: scn_wavelength and scn_time_win For the StaMPS Permanent Scatterer processing service, standard parameters from StaMPS are used.
It is however warmly recommended to adjust those parameters according to your dataset. The parameter scn_wavelength reflects the spatial filter, while scn_time_win addresses the temporal component. Play around with these parameters in order to achieve the desired result.
Footnotes
[1] | StaMPS website |
[2] | StaMPS user manual |
[3] | ROI_PAC website |
[4] | DORIS website |