Click or drag to resize

FieldCorrectionGetApproximateConversionFactorZ Method

Returns the conversion factor from z focus to bits [bit/µm].

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public double GetApproximateConversionFactorZ(
	double z
)

Parameters

z  Double
Z position (without offset).

Return Value

Double
Conversion factor from z focus to bits [bit/µm].
Exceptions
ExceptionCondition
ArgumentExceptionThrown if z is out of field.
See Also