Click or drag to resize

FieldCorrectionLoadInfo Method

Loads the "info" text file of a *.gcd file, and extracts the calibration factor (CalFactor).

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public void LoadInfo(
	string txtFilename
)

Parameters

txtFilename  String
The text-based info file containing the optical parameters.
Remarks

The info text file is normally like-named to the correction file, and contains in text-format various parameters describing the optics.

At this point, this method merely extracts the calibration factor (CalFactor), which is used to determine the field size, and ignores all other parameters. In the future, this method may extract additional parameters.

The calibration factor in the file is expressed in bits/mm, and is converted into bits/um. Not needed for *.fc3 as they store their field size in the header.

See Also