Click or drag to resize

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: 9.0.26418.0 , built 2021-10-22 08:45:14 UTC
Syntax
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