unwrap_phase

shampoo.unwrap_phase(reconstructed_wave, seed=42)[source] [edit on github]

2D phase unwrap a complex reconstructed wave.

Essentially a wrapper around the unwrap_phase function. The output will be type float64.

Parameters:

reconstructed_wave : ndarray

Complex reconstructed wave

seed : float (optional)

Random seed, optional.

Returns:

ndarray

Unwrapped phase image