id_uw: Compiled code via Rcpp for Itoh's method of phase unwrapping

View source: R/RcppExports.R

id_uwR Documentation

Compiled code via Rcpp for Itoh's method of phase unwrapping

Description

Called by idiffpuw() for fast phase unwrapping

Usage

id_uw(nr, nc, phase)

Arguments

nr

number of rows in phase matrix

nc

number of columns in phase matrix

phase

phase matrix converted to vector

Details

This is called by idiffpuw() but is also user callable. Wrapped phase values are divided by 2*pi before input making the input values in the range [-1/2, 1/2). In brcutpuw() the mask indicates areas outside the interferogram area and lines of branch cuts

Value

a vector with the unwrapped phase

Author(s)

M.L. Peck (mlpeck54 -at- gmail.com)

See Also

brcutpuw(), idiffpuw()


mlpeck/zernike documentation built on April 19, 2024, 3:16 p.m.