Click or drag to resize

IReconstructionUndoPhCorrSegment 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.Interfaces
Assembly:  LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 6.6.0 StroboPolarisationControl 6a11bc75, built 2018-03-20 10:06:53 UTC
Syntax
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.
See Also