|  | IReconstructionAutoComputePhaseMaskUsingZones Method  | 
 
            Compute the phase correction coefficients related to the specified method using zones.
            Then, recompute the phase correction mask using 
ComputePhaseMask 
    Namespace: 
   LynceeTec.Interfaces
    Assembly:
   LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 8.1.17212.0 8_1_dev 6ff713ba, built 2019-10-03 13:47:19 UTC
 Syntax
Syntaxvoid AutoComputePhaseMaskUsingZones(
	windowsList visMask,
	phaseFitPolyBase polyBase,
	int order,
	bool splitTilt
)
void AutoComputePhaseMaskUsingZones(
	windowsList visMask, 
	phaseFitPolyBase polyBase, 
	int order, 
	bool splitTilt
)
Parameters
- visMask
- Type: LynceeTec.InterfaceswindowsList
 The types of images to reconstruct (amplitude, phase).
- polyBase
- Type: LynceeTec.InterfacesphaseFitPolyBase
 The polynomial basis for the fit.
- order
- Type: SystemInt32
 The order of the polynomial.
- splitTilt
- Type: SystemBoolean
 If true, computes adjustment separately for each wavelength.
 See Also
See Also