  | SingleWavelengthReconstructionDoAutoAdjustDpm Method  | 
Performs an automatic adjustment of phase parameters, including crossed-terms, using an iterative method.
 
Namespace: LynceeTec.Processing.HolographyAssembly: LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.4.0.7 6_4_dev bc6b638, built 2016-11-07 15:44:14 UTC
Syntaxpublic virtual void DoAutoAdjustDpm(
	phaseFitMethod meth,
	int degree,
	bool splitTilt
)
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 , computes adjustement separately for each wavelength. 
Exceptions
See Also