Click or drag to resize

SingleWavelengthReconstructionDo2DAdjustDpm 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 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