isce-framework / fringe

Fine Resolution InSAR With Generalized Eigenvectors (FRInGE)
Apache License 2.0
80 stars 42 forks source link

Lack of spatial coherence #68

Closed bjmarfito closed 2 years ago

bjmarfito commented 2 years ago

Does FRInGE generate spatial coherence files since I noticed that it only generates one temporal coherence file?

hfattahi commented 2 years ago

No it does not generate traditional spatial coherence.

bjmarfito commented 2 years ago

Thank you @hfattahi for answering my question. I don't know if this is a naive question, why FRInGE does not generate it? Is the temporal coherence enough to determine the quality of outputs from FRInGE?

piyushrpt commented 2 years ago

despeck has an option to generate coherence with local neighborhood, but yes this is not your traditional box car / fixed kernel based spatial coherence

hfattahi commented 2 years ago

The traditional spatial coherence is generated on the fly for all possible pairs, and they may be used during the phase series estimation (depending on the estimation method) but they are not written to disk. The temporal coherence is a good measure of the quality of the inversion and yes it can be used as a metric for the quality of the estimated wrapped interferograms. wherever the temporal coherence is low, you would see noisier phase.

As Piyush pointed out, If you are looking for traditional coherence metric for some reason, you can form individual interferograms with despeck module. The only difference with the traditional coherence is that an adoptive window is used for multi-looking and coherence estimation. But that module won't give you a time-series. Only one single interferogram and its coherence.

bjmarfito commented 2 years ago

Thank you @hfattahi for the in-depth explanation. Yeah, will try the suggested despeck option by @piyushrpt.