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: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
Syntax
void AutoComputePhaseMaskUsingZones(
	windowsList visMask,
	phaseFitPolyBase polyBase,
	int order,
	bool splitTilt
)

Parameters

visMask  windowsList
The types of images to reconstruct (amplitude, phase).
polyBase  phaseFitPolyBase
The polynomial basis for the fit.
order  Int32
The order of the polynomial.
splitTilt  Boolean
If true, computes adjustment separately for each wavelength.
See Also