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: 7.2.45.30905 master 8ea4f327, built 2018-05-31 10:36:26 UTC
Syntax
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.
See Also