Difference between revisions of "Reading Neuroscan Files"
m |
|||
Line 6: | Line 6: | ||
BESA provides a file format reader that allows importing Neuroscan data in BESA Research. | BESA provides a file format reader that allows importing Neuroscan data in BESA Research. | ||
− | |||
Supported file format versions are | Supported file format versions are | ||
Line 13: | Line 12: | ||
== Installation of file format readers == | == Installation of file format readers == | ||
+ | |||
* The data reader for Neuroscan Version 3.x is already installed by default. | * 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. | + | * 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 == | == 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 <code>[Defaults]</code>: | |
− | + | ||
+ | <source lang="text"> | ||
+ | NeuroScanDataNumberOfBits=32 | ||
+ | </source> | ||
+ | |||
+ | 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: [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 14:39, 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
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