Click or drag to resize
SingleWavelengthReconstructionUndoPhCorrSegment Method
Removes the last phase correction segment added for a certain orientation, method and fitting degree, then recomputes the fit on the remaining segments. Call OnDpmChange(windowsList) to apply.

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 UndoPhCorrSegment(
	int orient,
	phaseFitMethod meth,
	int degree
)

Parameters

orient
Type: SystemInt32
The orientation of the segment: 0 for horizontal, 1 for vertical.
meth
Type: LynceeTec.ProcessingphaseFitMethod
The phase fitting method.
degree
Type: SystemInt32
The degree of the polynomial used for the fit.

Implements

IReconstructionUndoPhCorrSegment(Int32, phaseFitMethod, Int32)
See Also