 | 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.HolographyAssembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic virtual double GetDistance(
int lambdaId
)
public:
virtual double GetDistance(
int lambdaId
)
Parameters
- lambdaId Int32
- The logical laser source id for the current configuration. (Ignored in single wavelength configuration).
Return Value
DoubleImplements
IReconstructionGetDistance(Int32)
Example
Usage:
set_Distance(lambdaId, newDistance);
double newDistance = get_Distance(lambdaId);
See Also