Difference between revisions of "Reading Neuroscan Files"

From BESA® Wiki
Jump to: navigation, search
Line 9: Line 9:
  
 
Supported file format versions are  
 
Supported file format versions are  
* Neuroscan Version 3.x (extension .cnt, .avg)
+
* Neuroscan Version 3.x (extensions: .cnt, .avg)
* NeuroScan Curry 6 and 7 (extension .rs3 .dap .dat .ce*)
+
* NeuroScan Curry 6 and 7 (extensions: .rs3 .dap .dat .ce*)
  
 
== Installation of file format readers ==
 
== Installation of file format readers ==
Line 19: Line 19:
 
== FAQ ==
 
== FAQ ==
  
 +
* '''Reading 16-bit vs. 32-bit Neuroscan data files'''
 +
:Neuroscan stores data either in 16-bit or 32-bit representation, but does not say so in the file format. So there is a setting in the BESA.ini file that can be set or adapted in section [Defaults]:<br/><br/>
 +
:'''NeuroScanDataNumberOfBits=32''' defines the format of NeuroScan data files ('16' for 16-bit, '32' for 32-bit). If this variable is not specified, BESA uses a heuristic to (try to) decide which of the two data formats is used. This variable overrides the heuristic. If you want to specify the NeuroScan data format for specific files, create a file, named "16bit" or "32bit", and place it in the data folder. <br/><br/>
 +
: Also see the Wiki page on the BESA.ini for more details: [http://wiki.besa.de/index.php?title=The_Initialization_File:_BESA.ini The Initialization File: BESA.ini]
 
[[Category:Data Import/Export]]
 
[[Category:Data Import/Export]]

Revision as of 12:11, 2 February 2021

Module information
Modules BESA Research
Version 5.3 or higher

BESA provides a file format reader that allows importing Neuroscan data in BESA Research.


Supported file format versions are

  • Neuroscan Version 3.x (extensions: .cnt, .avg)
  • NeuroScan Curry 6 and 7 (extensions: .rs3 .dap .dat .ce*)

Installation of file format readers

  • The data reader for Neuroscan Version 3.x is already installed by default.
  • To install the reader for NeuroScan Curry 6 and 7 data, run the InstallReader.exe application in the Utilities\Additional Readers\Curry7\ subfolder of your BESA Research installation.


FAQ

  • Reading 16-bit vs. 32-bit Neuroscan data files
Neuroscan stores data either in 16-bit or 32-bit representation, but does not say so in the file format. So there is a setting in the BESA.ini file that can be set or adapted in section [Defaults]:

NeuroScanDataNumberOfBits=32 defines the format of NeuroScan data files ('16' for 16-bit, '32' for 32-bit). If this variable is not specified, BESA uses a heuristic to (try to) decide which of the two data formats is used. This variable overrides the heuristic. If you want to specify the NeuroScan data format for specific files, create a file, named "16bit" or "32bit", and place it in the data folder.

Also see the Wiki page on the BESA.ini for more details: The Initialization File: BESA.ini