 | windowsList Enumeration |
Identifiers for hologram, phase, amplitude, and Fourier images.
Namespace: LynceeTec.InterfacesAssembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
Syntax[FlagsAttribute]
public enum windowsList
[FlagsAttribute]
public enum class windowsList
Members| Member name | Value | Description |
|---|
| none | 0 |
None
|
| holoWin | 1 |
Hologram (unprocessed image)
|
| amplWin | 2 |
Amplitude image
|
| phaseWin | 4 |
Phase image
|
| fourierWin | 8 |
Fourier image
|
| scanningModeWin | 16 |
Scanning image
|
| stitchingModeWin | 32 |
Stitching image
|
| fourierLambda1 | 512 |
Fourier image for wavelength 1 only (for dual wavelength mode)
|
| fourierLambda2 | 1,024 |
Fourier image for wavelength 2 only (for dual wavelength mode)
|
| ampLambda1 | 2,048 |
Amplitude image for wavelength 1 only (for dual wavelength mode)
|
| ampLambda2 | 4,096 |
Amplitude image for wavelength 2 only (for dual wavelength mode)
|
| phaseLambda1 | 8,192 |
Phase image for wavelength 1 only (for dual wavelength mode)
|
| phaseLambda2 | 16,384 |
Phase image for wavelength 2 only (for dual wavelength mode)
|
| phaseLB | 32,768 |
Phase image for long synthetic wavelength (for dual wavelength mode only)
|
| phaseSB | 65,536 |
Phase image for short synthetic wavelength (for dual wavelength mode only)
|
| wlMapping | 131,072 |
Phase image obtained when mapping the single wavelength measurement onto the synthetic wavelength measurements
|
See Also