|  | IReconstructionAutoComputePhaseMaskUsingSegments Method  | 
 
            Compute the phase correction coefficients related to the specified method using segments.
            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 AutoComputePhaseMaskUsingSegments(
	windowsList visMask,
	phaseFitMethod meth,
	int degree,
	bool splitTilt
)
void AutoComputePhaseMaskUsingSegments(
	windowsList visMask, 
	phaseFitMethod meth, 
	int degree, 
	bool splitTilt
)
Parameters
- visMask
- Type: LynceeTec.InterfaceswindowsList
 The types of images to reconstruct (amplitude, phase).
- meth
- Type: LynceeTec.InterfacesphaseFitMethod
 The current phase fit method.
- degree
- Type: SystemInt32
 The degree of the phase fit method.
- splitTilt
- Type: SystemBoolean
 If true, computes adjustment separately for each wavelength.
 See Also
See Also