 | IReconstructionDoAutoAdjustDpm Method |
Performs an automatic adjustment of phase parameters, including crossed-terms, using an iterative method.
Namespace:
LynceeTec.Interfaces
Assembly:
LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 6.6.0 StroboPolarisationControl 6a11bc75, built 2018-03-20 10:06:53 UTC
Syntaxvoid DoAutoAdjustDpm(
phaseFitMethod meth,
int degree,
bool splitTilt
)
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.
See Also