Technical Reference:Parameter File: Difference between revisions
Atennissen (talk | contribs) No edit summary |
|||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
In BCI2000, [[Parameter Definition|parameters]] are variables describing system configuration. | In BCI2000, [[Technical Reference:Parameter Definition|parameters]] are variables describing system configuration. | ||
Parameter files (extension <tt>.prm</tt>) contain collections of parameter values. | Parameter files (extension <tt>.prm</tt>) contain collections of parameter values. | ||
As each parameter file may contain a subset of all parameters available in a BCI2000 system, it is possible to factor out individual aspects of configuration into separate parameter files ("fragments") which may then be combined together as needed. | As each parameter file may contain a subset of all parameters available in a BCI2000 system, it is possible to factor out individual aspects of configuration into separate parameter files ("fragments") which may then be combined together as needed. | ||
Parameters have a human readable representation as a [[Parameter Definition]] line. | Parameters have a human readable representation as a [[Technical Reference:Parameter Definition|Parameter Definition]] line. | ||
Parameter files represent collections of parameter values in the form of sequences of such definition lines, separated by Windows/DOS line separator codes. | Parameter files represent collections of parameter values in the form of sequences of such definition lines, separated by Windows/DOS line separator codes. | ||
Thus, parameter files may be modified using a standard text editor (although it will generally be | Thus, parameter files may be modified using a standard text editor (although it will generally be easier to use the parameter editor dialog of the operator module). | ||
See also: [[Data | ==See also== | ||
[[Technical Reference:BCI2000 File Format]] | |||
[[Category:Specification]][[Category:Data Storage]] | |||
Latest revision as of 17:36, 8 November 2007
In BCI2000, parameters are variables describing system configuration. Parameter files (extension .prm) contain collections of parameter values. As each parameter file may contain a subset of all parameters available in a BCI2000 system, it is possible to factor out individual aspects of configuration into separate parameter files ("fragments") which may then be combined together as needed.
Parameters have a human readable representation as a Parameter Definition line. Parameter files represent collections of parameter values in the form of sequences of such definition lines, separated by Windows/DOS line separator codes.
Thus, parameter files may be modified using a standard text editor (although it will generally be easier to use the parameter editor dialog of the operator module).