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