Click or drag to resize

CalibrationProcessingGetReconstructionDistanceOffset Method

Gets the reconstruction distance offset for the current objective with source sourceId.

Namespace:  LynceeTec.Eucalyptus.Internal
Assembly:  LynceeTec.Eucalyptus (in LynceeTec.Eucalyptus.dll) Version: 8.0.35712.0 8_0_dev 37f4dd99, built 2019-04-05 12:56:49 UTC
Syntax
public double GetReconstructionDistanceOffset(
	PhysicalLaserSource sourceId
)

Parameters

sourceId
Type: LynceeTec.InterfacesPhysicalLaserSource
The physical source identifier (lambda 1, 2 or 3). It must be one of the current sources.

Return Value

Type: Double
The reconstruction distance offset in [m].

Implements

ICalibrationProcessingConfigGetReconstructionDistanceOffset(PhysicalLaserSource)
See Also