osaris
osaris copied to clipboard
Scripts to facilitate parallel InSAR processing and analysis of Sentinel-1 time series on HPC clusters based on GMTSAR and Slurm.
In the current development version 0.7.3aplha, processing jobs that cover multiple swaths show offsets in the geocoded result datasets.
don't mind displacement.sh
Envisioned work flow: - All scenes for the area and time frame of interest are downloaded (no restriction by relative orbit in config) - All scenes are extracted to Processing/orig...
In the prepare-data.sh routine, the swath relevant for processing the area of interest should be determined automatically. This will render the manual input in the config file obsolete. Envisioned work...
In the current concept, UCM detects only locations where coherence dropped from high to low values. However, it may also be interesting to detect locations where coherence substantially increased. For...
Create a generic script to mask GMT grid files by a polygon provided in a .gmt or .shp file. Parameters: - Input grd file - Polygon file - Mask inside...
Implement unit testing, e.g. with shUnit2: https://github.com/kward/shunit2
Implement an alternative processing concept that makes interferograms for vv and vh polarizations of the same scene.
The current orbit matching routine may return false positives when the orbit library is incomplete. An additional check regarding the end date of the orbit file is required to verify...
This will require a list of available orbits from which the files actually needed can be determined. Only these orbits shall then be downloaded and used for further processing. Will...