 | SingleWavelengthReconstructionGetDistance Method |
Gets or sets the reconstruction distance for one of the laser source, in [m]. The value must include the Objective-Source Correction.
The new value will be used on the next processed image.
To reprocess the last hologram, call
OnDistanceChange(windowsList) after setting the value.
Namespace:
LynceeTec.Processing.Holography
Assembly:
LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.6.0 6_6_dev_win7 eedf306, built 2018-03-20 10:08:02 UTC
Syntax
Examples
Usage:
set_Distance(lambdaId, newDistance);
double newDistance = get_Distance(lambdaId);
See Also