GeoscienceAustralia / PyRate

A Python tool for estimating velocity and time-series from Interferometric Synthetic Aperture Radar (InSAR) data.
https://geoscienceaustralia.github.io/PyRate/
Apache License 2.0
200 stars 70 forks source link

signal polarity configuration implemented and tested #327

Closed basaks closed 3 years ago

basaks commented 3 years ago

@mcgarth edit: This PR implements a simple signal polarity conversion, which is applied to output geotiff products generated during the MERGE step. Data sign is not affected in the other processing steps. Default is multiplying the output data arrays by -1. This ensures GA's standard input interferograms are converted such that PyRate outputs have range increases as negative and range decreases as positive.