 | IReconstructionAutoComputePhaseMaskUsingSegments Method |
Compute the phase correction coefficients related to the specified method using segments.
Then, recompute the phase correction mask using
ComputePhaseMask Namespace: LynceeTec.InterfacesAssembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
Syntaxvoid AutoComputePhaseMaskUsingSegments(
windowsList visMask,
phaseFitMethod meth,
int degree,
bool splitTilt
)
void AutoComputePhaseMaskUsingSegments(
windowsList visMask,
phaseFitMethod meth,
int degree,
bool splitTilt
)
Parameters
- visMask windowsList
- The types of images to reconstruct (amplitude, phase).
- meth phaseFitMethod
- The current phase fit method.
- degree Int32
- The degree of the phase fit method.
- splitTilt Boolean
- If true, computes adjustment separately for each wavelength.
See Also