Difference between icu, snaphu, and snaphu2stage #700
-
I'm using stackStripMap.py to process SAR images. I noticed there are icu, snaphu, and snaphu2stage options in --unw_method. I am confused about the difference between these unwrapping methods and suitable conditions, especially "snaphu" and "snaphu2stage." |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
ICU is an improved version of the branch and cut algorithm from ROI_PAC. It is fast and works well if coherence is high and the data does not have a lot fringes. SNAPHU_MCF is the Statistical Network Approach to PHase Unwrapping - minimum cost flow. It is slow but can unwrap well interferograms of low coherence and with many disconnected patches. You have to always manually check the quality of the unwrapping because it will unwrap even areas where there the coherence is zero. |
Beta Was this translation helpful? Give feedback.
ICU is an improved version of the branch and cut algorithm from ROI_PAC. It is fast and works well if coherence is high and the data does not have a lot fringes.
SNAPHU_MCF is the Statistical Network Approach to PHase Unwrapping - minimum cost flow. It is slow but can unwrap well interferograms of low coherence and with many disconnected patches. You have to always manually check the quality of the unwrapping because it will unwrap even areas where there the coherence is zero.