Jump to content

Template:StorageParams: Difference between revisions

From BCI2000 Wiki
Mellinger (talk | contribs)
No edit summary
 
Mellinger (talk | contribs)
No edit summary
Line 1: Line 1:
{{{1}}}DataDirectory{{{1}}}
{{{level}}}DataDirectory{{{level}}}
Path to an existing directory. Recorded data will be stored below that directory.
Path to an existing directory. Recorded data will be stored below that directory.
The path may be absolute or relative.
The path may be absolute or relative.


{{{1}}}SubjectName{{{1}}}
{{{level}}}SubjectName{{{level}}}
A textual ID for the subject. This text will appear in session directories, and data file names.
A textual ID for the subject. This text will appear in session directories, and data file names.


{{{1}}}SubjectSession{{{1}}}
{{{level}}}SubjectSession{{{level}}}
A textual ID for the current session. Sessions correspond to data directories.
A textual ID for the current session. Sessions correspond to data directories.
The path of a session directory is constructed according to
The path of a session directory is constructed according to
  {DataDirectory}/{SubjectName}{SubjectSession}
  {DataDirectory}/{SubjectName}{SubjectSession}


{{{1}}}SubjectRun{{{1}}}
{{{level}}}SubjectRun{{{level}}}
A number indicating the current run. Runs correspond to data files. To avoid accidental loss of data, run numbers are auto-incremented to the largest unused value.
A number indicating the current run. Runs correspond to data files. To avoid accidental loss of data, run numbers are auto-incremented to the largest unused value.
Within a session directory, data file names are constructed according to
Within a session directory, data file names are constructed according to
Line 17: Line 17:
A data file's extension depends on its [[Data File Formats|File Format]].
A data file's extension depends on its [[Data File Formats|File Format]].


{{{1}}}ID_System, ID_Amp, ID_Montage{{{1}}}
{{{level}}}ID_System, ID_Amp, ID_Montage{{{level}}}
These parameters are provided for documentation purposes and may contain arbitrary text.
These parameters are provided for documentation purposes and may contain arbitrary text.

Revision as of 16:17, 25 October 2007

{{{level}}}DataDirectory{{{level}}} Path to an existing directory. Recorded data will be stored below that directory. The path may be absolute or relative.

{{{level}}}SubjectName{{{level}}} A textual ID for the subject. This text will appear in session directories, and data file names.

{{{level}}}SubjectSession{{{level}}} A textual ID for the current session. Sessions correspond to data directories. The path of a session directory is constructed according to

{DataDirectory}/{SubjectName}{SubjectSession}

{{{level}}}SubjectRun{{{level}}} A number indicating the current run. Runs correspond to data files. To avoid accidental loss of data, run numbers are auto-incremented to the largest unused value. Within a session directory, data file names are constructed according to

{SubjectName}S{SubjectSession}R{SubjectRun}

A data file's extension depends on its File Format.

{{{level}}}ID_System, ID_Amp, ID_Montage{{{level}}} These parameters are provided for documentation purposes and may contain arbitrary text.