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.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntax
public virtual void UndoPhCorrSegment(
	SegmentOrientation orient,
	phaseFitMethod meth,
	int degree
)

Parameters

orient
Type: LynceeTec.InterfacesSegmentOrientation
The orientation of the segment.
meth
Type: LynceeTec.ProcessingphaseFitMethod
The phase fitting method.
degree
Type: SystemInt32
The degree of the polynomial used for the fit.

Implements

IReconstructionUndoPhCorrSegment(SegmentOrientation, phaseFitMethod, Int32)
See Also