Click or drag to resize

SingleWavelengthReconstructionAutoComputePhaseMaskUsingZones Method

Perform a 2D phase fit on a rectangular zone.

Namespace: LynceeTec.Processing.Holography
Assembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntax
public virtual void AutoComputePhaseMaskUsingZones(
	windowsList visMask,
	phaseFitPolyBase base,
	int order,
	bool splitTilt
)

Parameters

visMask  windowsList
The type of images to update
base  phaseFitPolyBase
The polynomial basis for the fit.
order  Int32
The order of the polynomial.
splitTilt  Boolean
If true, computes adjustment separately for each wavelength.

Implements

IReconstructionAutoComputePhaseMaskUsingZones(windowsList, phaseFitPolyBase, Int32, Boolean)
See Also