 | IReconstructionAutoComputePhaseMaskUsingSegments Method |
Compute the phase correction coefficients related to the specified method using segments.
Then, recompute the phase correction mask using
ComputePhaseMask
Namespace:
LynceeTec.Interfaces
Assembly:
LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 9.0.26418.0 , built 2021-10-22 08:45:14 UTC
Syntaxvoid AutoComputePhaseMaskUsingSegments(
windowsList visMask,
phaseFitMethod meth,
int degree,
bool splitTilt
)
void AutoComputePhaseMaskUsingSegments(
windowsList visMask,
phaseFitMethod meth,
int degree,
bool splitTilt
)
Parameters
- visMask
- Type: LynceeTec.InterfaceswindowsList
The types of images to reconstruct (amplitude, phase). - meth
- Type: LynceeTec.InterfacesphaseFitMethod
The current phase fit method. - degree
- Type: SystemInt32
The degree of the phase fit method. - splitTilt
- Type: SystemBoolean
If true, computes adjustment separately for each wavelength.
See Also