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