Click or drag to resize

SingleWavelengthReconstructionDoAutoAdjustDpm Method

Performs an automatic adjustment of phase parameters, including crossed-terms, using an iterative method.

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 DoAutoAdjustDpm(
	phaseFitMethod meth,
	int degree,
	bool splitTilt
)

Parameters

meth
Type: LynceeTec.ProcessingphaseFitMethod
The current phase fit method.
degree
Type: SystemInt32
The degree of the phase fit method.
splitTilt
Type: SystemBoolean
If true, computes adjustement separately for each wavelength.

Implements

IReconstructionDoAutoAdjustDpm(phaseFitMethod, Int32, Boolean)
Exceptions
ExceptionCondition
ProcessingExceptionThrown if an error occurs during processing.
See Also