Click or drag to resize

windowsList Enumeration

Identifiers for hologram, phase, amplitude, and Fourier images.

Namespace: LynceeTec.Interfaces
Assembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
Syntax
[FlagsAttribute]
public enum windowsList
Members
Member nameValueDescription
none0 None
holoWin1 Hologram (unprocessed image)
amplWin2 Amplitude image
phaseWin4 Phase image
fourierWin8 Fourier image
scanningModeWin16 Scanning image
stitchingModeWin32 Stitching image
fourierLambda1512 Fourier image for wavelength 1 only (for dual wavelength mode)
fourierLambda21,024 Fourier image for wavelength 2 only (for dual wavelength mode)
ampLambda12,048 Amplitude image for wavelength 1 only (for dual wavelength mode)
ampLambda24,096 Amplitude image for wavelength 2 only (for dual wavelength mode)
phaseLambda18,192 Phase image for wavelength 1 only (for dual wavelength mode)
phaseLambda216,384 Phase image for wavelength 2 only (for dual wavelength mode)
phaseLB32,768 Phase image for long synthetic wavelength (for dual wavelength mode only)
phaseSB65,536 Phase image for short synthetic wavelength (for dual wavelength mode only)
wlMapping131,072 Phase image obtained when mapping the single wavelength measurement onto the synthetic wavelength measurements
See Also