forked from tvwerkhoven/libunwrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
25 lines (16 loc) · 954 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
libunwrap: phase unwrapping library
==============================================================================
libunwrap is a library to unwrap phases using various algorithms. The core is
written in C with bindings for Octave and Python.
The latest version is available at http://github.com/tvwerkhoven/libunwrap/
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.
Algorithms
==========
The algorithms supplied include:
- Quality-guided flood unwrap (based on peck2010 section 5.1.3, itoh1982)
References
==========
[peck2010] Interferometry mathematics, algorithms and data (10 February 2010), pp. 1-50 by Michael Peck http://home.earthlink.net/~mlpeck54/astro/imath/imath.pdf
[ioth1982] Analysis of the phase unwrapping algorithm Applied Optics, Vol. 21 (July 1982), 2470, doi:10.1364/ao.21.002470 by K. Itoh