Reading Neuroscan Files

From BESA® Wiki
Revision as of 15:39, 2 February 2021 by Jaehyun (Talk | contribs)

Jump to: navigation, search
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

This 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