 | SingleWavelengthReconstructionAutoComputePhaseMaskUsingZones Method |
Perform a 2D phase fit on a rectangular zone.
Namespace:
LynceeTec.Processing.Holography
Assembly:
LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic virtual void AutoComputePhaseMaskUsingZones(
windowsList visMask,
phaseFitPolyBase base,
int order,
bool splitTilt
)
public:
virtual void AutoComputePhaseMaskUsingZones(
windowsList visMask,
phaseFitPolyBase base,
int order,
bool splitTilt
)
Parameters
- visMask
- Type: LynceeTec.InterfaceswindowsList
The type of images to update - base
- Type: LynceeTec.InterfacesphaseFitPolyBase
The polynomial basis for the fit. - order
- Type: SystemInt32
The order of the polynomial. - splitTilt
- Type: SystemBoolean
If true, computes adjustment separately for each wavelength.
Implements
IReconstructionAutoComputePhaseMaskUsingZones(windowsList, phaseFitPolyBase, Int32, Boolean)
See Also