Click or drag to resize

SingleWavelengthReconstructionSetDistance Method

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.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntax
public virtual void SetDistance(
	int lambdaId,
	double d
)

Parameters

lambdaId
Type: SystemInt32
The logical laser source id for the current configuration. (Ignored in single wavelength configuration).
d
Type: SystemDouble
The reconstruction distance of the laser source, in [m].

Implements

IReconstructionSetDistance(Int32, Double)
Examples
Usage:
//lambdaId will be ignored in single wavelength configuration
SetDistance(lambdaId, newDistance);
See Also