PyRate icon indicating copy to clipboard operation
PyRate copied to clipboard

Enhancement: Use coherence to identify best reference pixel

Open mcgarth opened this issue 9 years ago • 6 comments

Use amplitude or coherence image to detect a pixel/region that is always bright or always coherent in the interferograms. This indicates low phase noise and relative stability

mcgarth avatar Jun 01 '15 06:06 mcgarth

reference pixel calculation has been there for a while and recently updated to match that of Matlab's reference pixel calculation. Discuss with MG before closing.

basaks avatar Dec 24 '15 01:12 basaks

Specifically look at the changes in these functions:

refpixel._step
refpixel.ref_pixel
tests/test_refpixel.test_refnxy_step_1

basaks avatar Jan 20 '16 23:01 basaks

Matt and I agreed to close this.

basaks avatar Jan 21 '16 03:01 basaks

Reopening: The original enhancement has not been implemented yet, since it will use coherence and/or amplitude images that are not currently read in to PyRate.

mcgarth avatar Jan 21 '16 23:01 mcgarth

New functionality has to be added at: https://github.com/GeoscienceAustralia/PyRate/blob/53cf14fcbb2fc44bf47a3522c5270dc3a61e3ade/pyrate/process.py#L144

sheecegardezi avatar Oct 18 '19 03:10 sheecegardezi

Coherence data is now read in prepifg and would be available for this enhancement

mcgarth avatar Apr 30 '21 00:04 mcgarth