Click or drag to resize
SingleWavelengthReconstructionDo2DAdjustDpm Method
Perform a 2D phase fit on a rectangular zone.

Namespace: LynceeTec.Processing.Holography
Assembly: LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.5.0.18 6_5_dev bd821f0, built 2017-12-01 14:29:40 UTC
Syntax
public virtual void Do2DAdjustDpm(
	phaseFitPolyBase base,
	int order
)

Parameters

base
Type: LynceeTec.ProcessingphaseFitPolyBase
The polynomial basis for the fit.
order
Type: SystemInt32
The order of the polynomial.

Implements

IReconstructionDo2DAdjustDpm(phaseFitPolyBase, Int32)
See Also