This code implements the Intermittent SBAS method described by Sowter et al. (2013) for use with GMTSAR-generated interferograms. The algorithm implements the standard SBAS timeseries approach, but allows any pixel to be included so long as it is coherent in at least a set number of interferograms. This results in a significantly improved number of coherent pixels in the final timeseries, with the tradeoff being higher noise levels for those pixels that are only coherent sometimes.
Basic usage:
- Run
intf_pad.sh
- this makes sure all images have the same exterior bounds by padding them with NaN values. - Set your parameters in the config file - see the example
- Run
python isbas.py isbas.config
.