A Python library for 2D and 3D phase unwrapping using a quality-guided algorithm. Version 0.1.1, released in 2014, with no recent updates.
pip install unwrapNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic 2D and 3D phase unwrapping with random wrapped phase data.
Ensure input is in radians, typically by converting degrees * np.pi / 180.
Preprocess input to replace NaN/Inf with neighboring valid values or mask them before passing to unwrap.
Consider using alternative libraries like 'skimage.restoration.unwrap_phase' or 'np.unwrap' for simpler cases.