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.6.0 6_6_dev_win7 eedf306, built 2018-03-20 10:08:02 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