tophu.UnwrapCallback
- class tophu.UnwrapCallback(*args, **kwargs)
Callback protocol for two-dimensional phase unwrapping algorithms.
UnwrapCallback defines the abstract interface that unwrapping implementations are expected to conform to in order to “plug in” to the multi-scale unwrapping framework.
Methods
__call__(igram, coherence, nlooks, scratchdir)Perform two-dimensional phase unwrapping.
Methods
UnwrapCallback.__init__(*args, **kwargs)UnwrapCallback.__call__(igram, coherence, ...)Perform two-dimensional phase unwrapping.