| HeadCorrectionAPIGet(Int32, Int32, String) Method | 
            Writes the current head correction from the card to a local file using the 'fc3'-format.
            
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.9.1
 Syntax
Syntaxpublic void Get(
	int head,
	int correction,
	string localFile
)
Parameters
- head  Int32
- The head selector.
- correction  Int32
- 
            The correction table selector. (Default 0).
            For valid values, please see the Remarks, below. 
- localFile  String
- Path to the local file, where the correction should be written to.
 Remarks
Remarks
            The card supports loading and switching between multiple correction tables.
            
            The maximum number of tables depends on the ScanHeadFormat currently selected in the card's ScannerConfig.
            
- Two correction tables per scan head.
- Available for any ScanHeadFormat
            that supports either
            - two heads with at most three axes each, or
- a single head with more than three axes.
 The valid range of correction values is: [0,1].  Up to two correction tables per head are supported for the following ScanHeadFormats: 
- Four correction tables for a single scan head.
- Available for any ScanHeadFormat that supports
            - just one head with at most three axes.
 The valid range of correction values is: [0,1,2,3]. 
            Up to four correction tables are supported for the following ScanHeadFormats: 
 See Also
See Also