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_phasefunction. The output will be type float64.Parameters: reconstructed_wave :
ndarrayComplex reconstructed wave
seed : float (optional)
Random seed, optional.
Returns: Unwrapped phase image