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.5.0.22 6_5_dev_win7 724a893, built 2017-12-08 14:08:47 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