<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.bci2000.org/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Admin</id>
	<title>BCI2000 Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.bci2000.org/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Admin"/>
	<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php/Special:Contributions/Admin"/>
	<updated>2026-06-10T03:17:25Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=Contributions:BCI2000Command&amp;diff=11990</id>
		<title>Contributions:BCI2000Command</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=Contributions:BCI2000Command&amp;diff=11990"/>
		<updated>2025-06-19T20:43:27Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* See also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Synopsis==&lt;br /&gt;
BCI2000Command is a command line program that controls the BCI2000 Operator. It allows remote control of BCI2000 from command interpreters (shells), such as the WIndows CMD interpreter, or the bash or tcsh shells on Unix systems., or  any environment that provides access to Windows automation components. It wraps up the functionality of the [[Programming Reference:BCI2000Remote Class|BCI2000Remote]] C++ class. When writing C++ code, you should consider using that class directly rather than BCI2000Command.&lt;br /&gt;
&lt;br /&gt;
Before you can use it, BCI2000Command must be in your operating system&#039;s path variable. Typically, you will keep BCI2000Command inside the BCI2000/prog directory, and add that directory to the path variable.&lt;br /&gt;
&lt;br /&gt;
==Location==&lt;br /&gt;
http://{{SERVERNAME}}/svn/trunk/src/contrib/ExternalLinks/BCI2000Command&lt;br /&gt;
&lt;br /&gt;
==Versioning==&lt;br /&gt;
===Author===&lt;br /&gt;
juergen.mellinger@uni-tuebingen.de&lt;br /&gt;
===Source Code Revisions===&lt;br /&gt;
*Initial development: 3946&lt;br /&gt;
*Tested under: 3953&lt;br /&gt;
&lt;br /&gt;
==Functional Description==&lt;br /&gt;
BCI2000Command is a command line interface to the BCI2000 Operator module, and allows to start up, configure, and run BCI2000 from the command line, or from command line scripts (batch files).&lt;br /&gt;
&lt;br /&gt;
Calling &amp;quot;BCI2000Command Run&amp;quot; will start up the Operator module residing in the same directory as BCI2000Automation. You may then use &amp;quot;BCI2000 Command StartupModules&amp;quot; in order to start up BCI2000 core modules.&lt;br /&gt;
&lt;br /&gt;
Alternatively, you may specify the path to a BCI2000 batch file in the BCI2000/batch directory in the &#039;&#039;BCI2000OperatorPath&#039;&#039; environment variable. An appropriate batch file should start up Operator and core modules, and needs to forward its command line arguments to the Operator module. All batch files coming with BCI2000 fulfil this condition. When a batch file is specified, there is no need to call the StartupModules command.&lt;br /&gt;
&lt;br /&gt;
As yet another option, you may connect to an Operator module that is already running, e.g., on a remote machine on the network. In this case, set the BCI2000OperatorPath environment variable to an empty string, and the BCI2000TelnetAddress environment variable to the address that the remote Operator module is listening on, i.e. the remote machine&#039;s IP address, followed with a colon, and the port specified when starting up the remote Operator module. The remote Operator module must have been started with the --Telnet command line option, followed with the address to listen on. On the remote machine, this would typically be &amp;quot;localhost:3999&amp;quot;. Don&#039;t use any of the ports between 4000 and 4002, as this will interfere with the communication between the Operator module, and BCI2000 core modules. Depending on whether the remote Operator module has been started up together with its core modules, or not, you may then call &amp;quot;BCI2000Command StartupModules&amp;quot; in order to start up BCI2000 core modules on the remote machine.&lt;br /&gt;
&lt;br /&gt;
Once all BCI2000 modules are running, you may load parameter files locally or remotely using the LoadParametersLocal and LoadParametersRemote commands. Subject ID, Session ID, and data directory are set using the BCI2000SubjectID, BCI2000SessionID, and BCI2000DataDirectory environment variables.&lt;br /&gt;
&lt;br /&gt;
A recording may then be started by calling the Start command. Depending on configuration, the recording will terminate automatically, or needs to be terminated by calling the Stop command.&lt;br /&gt;
&lt;br /&gt;
To run BCI2000 in a different configuration (i.e., with different core modules), it is not necessary to terminate the Operator module. Rather, you may execute StartupModules multiple times in order to terminate currently running core modules, and start different ones.&lt;br /&gt;
&lt;br /&gt;
Once you are done using BCI2000, you may quit the Operator module using &amp;quot;BCI2000Command Quit&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==BCI2000Command vs. BCI2000Shell==&lt;br /&gt;
BCI2000Command provides functionality similar to [[User Reference:BCI2000Shell|BCI2000Shell]], which is a shell that executes [[User Reference:Operator Module Scripting|Operator scripting commands]]. The choice between the two is mainly a choice between writing a shell script vs. writing a BCI2000 Operator script. One would choose BCI2000Command to integrate BCI2000 remote control into an existing system of shell scripts, whereas one would choose BCI2000Shell to use Operator scripting as the main language. However, some amount of overlap exists: BCI2000Command is able to execute arbitrary Operator scripting commands, and BCI2000Shell&#039;s &#039;&#039;-c&#039;&#039; option allows it to be run within shell scripts in a way similar to BCI2000Command. Still, BCI2000Command provides a higher-level interface than BCI2000Shell does.&lt;br /&gt;
&lt;br /&gt;
==Reference==&lt;br /&gt;
BCI2000Command calling syntax is&lt;br /&gt;
 BCI2000Command [--property1=value1 --property2=value2 ...] command [argument1 argument2 ...]&lt;br /&gt;
&lt;br /&gt;
===Properties===&lt;br /&gt;
Properties correspond to the properties of the BCI2000Remote class, and may be given on the command line, or as environment variables named &amp;quot;BCI2000property&amp;quot;. Existing properties are:&lt;br /&gt;
 Timeout&lt;br /&gt;
 TelnetAddress&lt;br /&gt;
 OperatorPath&lt;br /&gt;
 WindowVisible&lt;br /&gt;
 WindowTitle&lt;br /&gt;
 SubjectID&lt;br /&gt;
 SessionID&lt;br /&gt;
 DataDirectory&lt;br /&gt;
&lt;br /&gt;
===Commands===&lt;br /&gt;
Commands are applied to the BCI2000 operator module listening at the address given by the TelnetAddress property (defaults to localhost:3999).&lt;br /&gt;
You may use the &amp;quot;Run&amp;quot; command to start up BCI2000 locally with appropriate parameters.&lt;br /&gt;
Available commands are:&lt;br /&gt;
&lt;br /&gt;
====Run [&amp;lt;script file 1&amp;gt; &amp;lt;script file 2&amp;gt; ...]====&lt;br /&gt;
Makes sure BCI2000 is started up, and optionally executes BCI2000 script files. Script files are local to the system that runs BCI2000Command, and are specified relative to the current directory of the calling script or shell.&lt;br /&gt;
&lt;br /&gt;
====Quit====&lt;br /&gt;
Terminates BCI2000.&lt;br /&gt;
&lt;br /&gt;
====StartupModules &amp;lt;module1&amp;gt; &amp;lt;module2&amp;gt; ...====&lt;br /&gt;
Starts up BCI2000 modules.&lt;br /&gt;
&lt;br /&gt;
====SetConfig====&lt;br /&gt;
Applies the current set of parameters.&lt;br /&gt;
&lt;br /&gt;
====Start====&lt;br /&gt;
Starts a new run (recording).&lt;br /&gt;
&lt;br /&gt;
====Stop====&lt;br /&gt;
Stops the current run (recording).&lt;br /&gt;
&lt;br /&gt;
====GetParameter &amp;lt;name&amp;gt;====&lt;br /&gt;
Returns the value of the specified parameter.&lt;br /&gt;
&lt;br /&gt;
====SetParameter &amp;lt;name&amp;gt; &amp;lt;value&amp;gt;====&lt;br /&gt;
Sets the value of the specified parameter. This command fails when the parameter does not exist. Use the &#039;&#039;Execute&#039;&#039; command in conjunction with the INSERT PARAMETER scripting command to add a parameter to the system.&lt;br /&gt;
&lt;br /&gt;
====LoadParametersLocal &amp;lt;parameter file&amp;gt;====&lt;br /&gt;
Loads a parameter file relative to the current working directory.&lt;br /&gt;
&lt;br /&gt;
====LoadParametersRemote &amp;lt;parameter file&amp;gt;====&lt;br /&gt;
Loads a parameter file relative to BCI2000&#039;s working directory.&lt;br /&gt;
&lt;br /&gt;
====AddStateVariable &amp;lt;variable name&amp;gt; &amp;lt;bit width&amp;gt; &amp;lt;initial value&amp;gt;====&lt;br /&gt;
Adds a state variable to the system. This is only possible before core modules are connected to the Operator module.&lt;br /&gt;
&lt;br /&gt;
====GetStateVariable &amp;lt;variable name&amp;gt;====&lt;br /&gt;
Returns the value of the named BCI2000 state variable.&lt;br /&gt;
&lt;br /&gt;
====SetStateVariable &amp;lt;variable name&amp;gt; &amp;lt;variable value&amp;gt;====&lt;br /&gt;
Sets the value of the named BCI2000 state variable.&lt;br /&gt;
&lt;br /&gt;
====GetSystemState====&lt;br /&gt;
Returns the current system state (i.e., state of operation). This will be one of Unavailable, Idle, Startup, Initialization, Resting, Suspended, ParamsModified, Running, Termination, Busy.&lt;br /&gt;
&lt;br /&gt;
====GetControlSignal &amp;lt;channel index&amp;gt; &amp;lt;element index&amp;gt;====&lt;br /&gt;
Gets the value of the BCI2000 control signal. Indices are 1-based.&lt;br /&gt;
&lt;br /&gt;
====Execute &amp;lt;scripting command&amp;gt;====&lt;br /&gt;
Executes a scripting command. Scripting commands with arguments must enclosed in quotes to be seen as a single argument.&lt;br /&gt;
The meaning of the return value depends on which command has been executed, and is the &#039;&#039;exit code&#039;&#039; of the command, as defined in the [[Programming_Reference:BCI2000Remote_Class#bool_Execute.28_string_command.2C_int.2A_exitCode_.3D_0_.29|BCI2000Remote Class Document]].&lt;br /&gt;
&lt;br /&gt;
A full documentation of BCI2000 Operator scripting commands is available under [[User Reference:Operator Module Scripting]].&lt;br /&gt;
&lt;br /&gt;
====SetScript &amp;lt;event&amp;gt; &amp;lt;scripting commands&amp;gt;====&lt;br /&gt;
Associates [[User Reference:Operator Module Scripting|Operator scripting commands]] with event, which is one of OnConnect, OnSetConfig, OnStart, OnResume, OnStop, OnShutdown.&lt;br /&gt;
&lt;br /&gt;
====GetScript &amp;lt;event&amp;gt;====&lt;br /&gt;
Returns [[User Reference:Operator Module Scripting|Operator scripting commands]] associated with event, which is one of OnConnect, OnSetConfig, OnStart, OnResume, OnStop, OnShutdown.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Windows cmd interpreter===&lt;br /&gt;
It is assumed that the BCI2000/prog directory is the current directory, or in the path.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@echo off&lt;br /&gt;
setlocal&lt;br /&gt;
BCI2000Command Run&lt;br /&gt;
BCI2000Command StartupModules &amp;quot;SignalGenerator --LogMouse=1&amp;quot; ARSignalProcessing CursorTask || BCI2000Command Quit &amp;amp;&amp;amp; exit /b 1&lt;br /&gt;
BCI2000Command LoadParametersLocal &amp;quot;path to myfile.prm&amp;quot;&lt;br /&gt;
BCI2000Command Start&lt;br /&gt;
:loop&lt;br /&gt;
BCI2000Command GetControlSignal 1 1&lt;br /&gt;
for /f &amp;quot;tokens=*&amp;quot; %%i in (&#039;BCI2000Command GetSystemState&#039;) do set state=%%i&lt;br /&gt;
if %state%==Running goto loop&lt;br /&gt;
BCI2000Command Quit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Linux/Unix bash shell===&lt;br /&gt;
It is assumed that the BCI2000/prog directory is in the path.&lt;br /&gt;
&amp;lt;pre&amp;gt;#!/bin/sh&lt;br /&gt;
BCI2000Command Run || exit&lt;br /&gt;
BCI2000Command StartupModules &amp;quot;SignalGenerator --LogMouse=1&amp;quot; ARSignalProcessing CursorTask || ( BCI2000Command Quit &amp;amp;&amp;amp; exit )&lt;br /&gt;
BCI2000Command LoadParametersLocal &amp;quot;path to myfile.prm&amp;quot;&lt;br /&gt;
if BCI2000Command Start; then&lt;br /&gt;
  while [ `BCI2000Command GetSystemState` = Running ]; do&lt;br /&gt;
    BCI2000Command GetControlSignal 1 1;&lt;br /&gt;
  done&lt;br /&gt;
fi&lt;br /&gt;
BCI2000Command Quit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
[[Programming Reference:BCI2000Remote Class]], [[Contributions:BCI2000PresentationLink]],&amp;lt;!-- [[Contributions:BCI2000Automation]], --&amp;gt;[[Contributions:BCI2000PythonBindings]], [[User Reference:BCI2000Shell]], [[Contributions:Applications]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Contributions]][[Category:User Application]][[Category:External Interfaces]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=Contributions:Tools&amp;diff=11975</id>
		<title>Contributions:Tools</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=Contributions:Tools&amp;diff=11975"/>
		<updated>2025-06-19T20:13:39Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The following tools are available in the [[Contributions:Contents|Contributions]] section:&lt;br /&gt;
&lt;br /&gt;
*[[Contributions:FilterGUI]]: Apply an IIR filter to an existing BCI2000 data file.&lt;br /&gt;
&lt;br /&gt;
The following are also still available as part of the old BCI2000 2.1 release, although they are no longer being developed:&lt;br /&gt;
&lt;br /&gt;
*[[Contributions:P300GUI]]: Optimize P300 classifier weights in Matlab.&lt;br /&gt;
*[[Contributions:Batch]]: A GUI for online system startup.&lt;br /&gt;
*[[Contributions:BCIdiff]]: Analyze &amp;lt;tt&amp;gt;.dat&amp;lt;/tt&amp;gt; files for differences.&lt;br /&gt;
*[[Contributions:BCITimeFrequency]]: Data analysis in time and frequency domains.&lt;br /&gt;
*[[Contributions:GenerateCalibration]]: Determine amplifier calibration parameters from a test signal recording.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
[[User Reference:BCI2000Viewer]], [[User Reference:BCI2000FileInfo]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Data Analysis Tools]][[Category:Contents]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Pt-login-button&amp;diff=11791</id>
		<title>MediaWiki:Pt-login-button</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Pt-login-button&amp;diff=11791"/>
		<updated>2025-04-15T12:50:58Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Log in to edit BCI2000 Wiki&lt;br /&gt;
(Staff only)&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Pt-login&amp;diff=11790</id>
		<title>MediaWiki:Pt-login</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Pt-login&amp;diff=11790"/>
		<updated>2025-04-15T12:50:24Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Log in to edit BCI2000 Wiki&lt;br /&gt;
(Staff only)&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Pt-login&amp;diff=11754</id>
		<title>MediaWiki:Pt-login</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Pt-login&amp;diff=11754"/>
		<updated>2025-03-04T11:39:33Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Log in to edit BCI2000 Wiki&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Pt-login-button&amp;diff=11753</id>
		<title>MediaWiki:Pt-login-button</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Pt-login-button&amp;diff=11753"/>
		<updated>2025-03-04T11:38:32Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Log in to edit BCI2000 Wiki&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Pt-login-button&amp;diff=11752</id>
		<title>MediaWiki:Pt-login-button</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Pt-login-button&amp;diff=11752"/>
		<updated>2025-03-04T11:37:29Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;Log in to edit BCI2000 wiki&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Log in to edit BCI2000 wiki&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Pt-login&amp;diff=11751</id>
		<title>MediaWiki:Pt-login</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Pt-login&amp;diff=11751"/>
		<updated>2025-03-04T11:36:59Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;Log in to edit BCI2000 wiki&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Log in to edit BCI2000 wiki&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Common.css&amp;diff=10791</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Common.css&amp;diff=10791"/>
		<updated>2023-10-02T15:42:45Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
body.page-Main_Page h1.firstHeading { display:none; }&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Common.css&amp;diff=10697</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Common.css&amp;diff=10697"/>
		<updated>2023-09-12T13:22:30Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
body.page-Main_Page h1.firstHeading, #p-search { display:none; }&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Userlogin-loggedin&amp;diff=10145</id>
		<title>MediaWiki:Userlogin-loggedin</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Userlogin-loggedin&amp;diff=10145"/>
		<updated>2023-04-06T15:05:43Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created blank page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=Contributions:Extensions&amp;diff=7800</id>
		<title>Contributions:Extensions</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=Contributions:Extensions&amp;diff=7800"/>
		<updated>2017-09-26T17:12:21Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A framework &#039;&#039;Extension&#039;&#039; is an optional contributed plugin which can affect multiple modules.  For example, various manufacturer-specific  [[User Reference:Logging Input|input-device loggers]] are provided in the &amp;lt;code&amp;gt;src/contrib/Extensions&amp;lt;/code&amp;gt; folder, and these can be optionally added to the BCI2000 framework for SignalSource modules, thereby giving all source modules the ability to log input from the corresponding devices.  Selecting a custom Extension, and re-building your modules to include it, requires the use of CMake and a supported C++ compiler:  see the [[Programming Howto:Quickstart Guide]] for a walkthrough that shows you how to recompile BCI2000 modules. &lt;br /&gt;
&lt;br /&gt;
The following user extensions are available in the [[Contributions:Contents|Contributions]] section of BCI2000:&lt;br /&gt;
&lt;br /&gt;
*[[Contributions:CyberGloveLogger]]: A logger extension which acquires data from CGI, CGII and CGIII Cybergloves. &lt;br /&gt;
*[[Contributions:DataGloveLogger]]: A logger extension which acquires data from the 5DT Data Glove Ultra.&lt;br /&gt;
*[[Contributions:EyetrackerLogger]]: A logger extension which acquires data from Tobii eyetrackers.&lt;br /&gt;
*[[Contributions:EyetrackerLoggerTobii3]]: A logger extension which acquires data from Tobii eyetrackers using SDK version 3&lt;br /&gt;
*[[Contributions:EyetrackerLoggerTobiiPro]]: A logger extension which acquires data from Tobii eyetrackers using Pro SDK&lt;br /&gt;
*[[Contributions:EyetrackerLoggerTobiiX]]: A logger extension which acquires data from Tobii Eye X eyetrackers.&lt;br /&gt;
*[[Contributions:GazeMonitorFilter]]: An application module filter extension which supports the EyetrackerLogger.&lt;br /&gt;
*[[Contributions:WiimoteLogger]]: A logger extension which acquires data from Nintendo Wii Remotes.&lt;br /&gt;
*[[Contributions:WebcamLogger]]: A logger extension which allows for synchronizing webcam video.&lt;br /&gt;
*[[Contributions:AudioExtension]]: An all purpose audio toolkit which allows for realtime multichannel audio I/O.&lt;br /&gt;
*[[Contributions:StimBoxFilter]]: A logger and controller for the gtec g.STIMbox.&lt;br /&gt;
*[[Contributions:ParallelPortFilter]]: A logger and controller for communication through parallel ports.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
[[Programming Reference:EnvironmentExtension Class]]&lt;br /&gt;
&lt;br /&gt;
[[Programming Tutorial:Implementing an Input Logger]][[Category:Contents]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Common.css&amp;diff=7690</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Common.css&amp;diff=7690"/>
		<updated>2017-02-10T17:26:42Z</updated>

		<summary type="html">&lt;p&gt;Admin: Undo revision 7689 by Admin (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
body.page-Main_Page h1.firstHeading { display:none; }&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Common.css&amp;diff=7689</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Common.css&amp;diff=7689"/>
		<updated>2017-02-10T17:22:04Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
/*body.page-Main_Page h1.firstHeading { display:none; }*/&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=Main_Page&amp;diff=7217</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=Main_Page&amp;diff=7217"/>
		<updated>2013-05-13T17:54:39Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ __NOEDITSECTION__&lt;br /&gt;
&amp;lt;table cellspacing=&amp;quot;10&amp;quot; class=&amp;quot;noprint&amp;quot; style=&amp;quot;width:100%;margin-top:-2em;margin-bottom:0&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;border:1px solid #dfdfdf;background-color:#efefef;padding-left:1em;word-spacing:1em&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;htmltag tagname=&amp;quot;form&amp;quot; name=&amp;quot;sitesearch&amp;quot; action=&amp;quot;http://www.google.com/search&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;htmltag tagname=&amp;quot;input&amp;quot; name=&amp;quot;q&amp;quot; type=&amp;quot;text&amp;quot; size=&amp;quot;40&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;htmltag tagname=&amp;quot;input&amp;quot; type=&amp;quot;submit&amp;quot; value=&amp;quot;Google site search of bci2000.org&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;htmltag tagname=&amp;quot;input&amp;quot; type=&amp;quot;hidden&amp;quot; name=&amp;quot;sitesearch&amp;quot; value=&amp;quot;bci2000.org&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;htmltag tagname=&amp;quot;input&amp;quot; type=&amp;quot;hidden&amp;quot; name=&amp;quot;ie&amp;quot; value=&amp;quot;utf-8&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;htmltag tagname=&amp;quot;input&amp;quot; type=&amp;quot;hidden&amp;quot; name=&amp;quot;oe&amp;quot; value=&amp;quot;utf-8&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/htmltag&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;table cellspacing=&amp;quot;10&amp;quot; style=&amp;quot;width:100%;margin-top:-10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;margin:0;margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1em; background-color:lightyellow; align:right;vertical-align:top;&amp;quot;&amp;gt;&lt;br /&gt;
== Getting Started with BCI2000 ==&lt;br /&gt;
&lt;br /&gt;
* [[Creating a User Account|Create a User Account]],&lt;br /&gt;
* Download [[BCI2000 Binaries]],&lt;br /&gt;
* Take the introductory [[User Tutorial:BCI2000 Tour|BCI2000 Tour]]&amp;lt;br /&amp;gt;to learn about using BCI2000,&lt;br /&gt;
* Get access to the [[Programming Reference:BCI2000 Source Code|BCI2000 Source Code]].&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;margin:0; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1em; background-color:#ECF9FF; align:right;vertical-align:top;&amp;quot;&amp;gt;&lt;br /&gt;
==User Tutorials==&lt;br /&gt;
Tutorial guides to your first successful experiments:&lt;br /&gt;
*[[User Tutorial:Mu Rhythm BCI Tutorial|Mu Rhythm BCI Tutorial]],&lt;br /&gt;
*[[User Tutorial:P300 BCI Tutorial|P300 BCI Tutorial]].&lt;br /&gt;
Introductions to data analysis and interpretation:&lt;br /&gt;
*[[User Tutorial:Data Analysis|Data Analysis Tutorials]].&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1em; background-color:lightyellow; align:right;vertical-align:top;&amp;quot;&amp;gt;&lt;br /&gt;
==User Reference Manual==&lt;br /&gt;
The [[User Reference:Contents|User Reference Manual]] describes all details&amp;lt;br /&amp;gt;of system configuration and usage:&lt;br /&gt;
*Online System Reference,&lt;br /&gt;
*Filters and Parameters,&lt;br /&gt;
*BCI2000 Tools Reference.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1em; background-color:#ECF9FF; align:right;vertical-align:top;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Technical Reference==&lt;br /&gt;
The [[Technical Reference:Contents|Technical Reference Manual]] contains information on&lt;br /&gt;
*BCI2000 Online System Design,&lt;br /&gt;
*Transmission Protocol Definition,&lt;br /&gt;
*External Interfaces.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1em; background-color:lightyellow; align:right;vertical-align:top;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Programming Reference==&lt;br /&gt;
The [[Programming Reference:Contents|Programming Reference]] provides developer information:&lt;br /&gt;
*Accessing and Compiling the Source Code,&lt;br /&gt;
*Filter Programming Interface,&lt;br /&gt;
*Programming Tutorials.&lt;br /&gt;
&lt;br /&gt;
The [[Programming_Howto:Quickstart_Guide|Quickstart Guide]] walks you through the process &amp;lt;br /&amp;gt;of building and customizing BCI2000 from source.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1em; background-color:#ECF9FF; align:right;vertical-align:top;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==System Features==&lt;br /&gt;
[[System Features|Features supported by BCI2000:]]&amp;lt;br /&amp;gt;&lt;br /&gt;
*Data Acquisition Systems, &lt;br /&gt;
*Brain Signals,&lt;br /&gt;
*Paradigms,&lt;br /&gt;
* [[Contributions:Contents|User-Contributed BCI2000 Components and Patches]].&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1em; background-color:lightyellow; align:right;vertical-align:top;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Additional Information==&lt;br /&gt;
* [http://{{SERVERNAME}}/phpbb BCI2000 Community Forum],&lt;br /&gt;
* [http://{{SERVERNAME}}/tracproj/newticket Submit a Bug Report]  (make sure you log in),&lt;br /&gt;
* [[User FAQ|BCI2000 Frequently Asked Questions]],&lt;br /&gt;
* [[BCI2000 Glossary]]&amp;lt;br /&amp;gt;of terms specific to BCI2000,&lt;br /&gt;
* [[BCI2000 Licensing|Licensing Information]].&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table cellspacing=&amp;quot;10&amp;quot; style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1em; background-color:white; align:right;vertical-align:top;&amp;quot;&amp;gt;&lt;br /&gt;
==BCI2000 Publications==&lt;br /&gt;
* [http://{{SERVERNAME}}/downloads/doc/paper.pdf G. Schalk, D.J. McFarland, T. Hinterberger, N. Birbaumer, and J.R. Wolpaw: &#039;&#039;BCI2000: A General-Purpose Brain-Computer Interface (BCI) System&#039;&#039;, IEEE Trans Biomed Eng, 51(6), June 2004.]&lt;br /&gt;
* J. Mellinger, G. Schalk: &#039;&#039;BCI2000: A General-Purpose Software Platform for BCI Research,&#039;&#039; In: G. Dornhege, J. del R. Millán, T. Hinterberger, D.J. McFarland, K.-R. Müller (eds.), &#039;&#039;Toward Brain-Computer Interfacing,&#039;&#039; MIT Press, 2007.&lt;br /&gt;
* [http://www.amazon.com/Practical-Guide-BrainComputer-Interfacing-BCI2000/dp/1849960917/ G. Schalk, J. Mellinger: &amp;quot;A Practical Guide to Brain-Computer Interfacing with BCI2000&amp;quot;, Springer, 2010.]&lt;br /&gt;
* J. Mellinger, G. Schalk: &amp;quot;Using BCI2000 in BCI Research,&amp;quot; In: B. Graimann, B. Allison, G. Pfurtscheller (eds.), &amp;quot;Brain-Computer Interfaces: Revolutionizing Human-Computer Interaction&amp;quot;, Springer, 2010.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Common.css&amp;diff=7213</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Common.css&amp;diff=7213"/>
		<updated>2013-05-10T01:07:33Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;/* CSS placed here will be applied to all skins */ body.page-Main_Page h1.firstHeading { display:none; }&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
body.page-Main_Page h1.firstHeading { display:none; }&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=User_Tutorial:Performing_a_P300_Spelling_Session&amp;diff=5815</id>
		<title>User Tutorial:Performing a P300 Spelling Session</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=User_Tutorial:Performing_a_P300_Spelling_Session&amp;diff=5815"/>
		<updated>2010-09-27T15:30:46Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This step assumes that you created a subject-specific configuration file for the on-line speller, as described in the [[User Tutorial:Obtaining P300 Parameters in a Calibration Session|previous step]] of this tutorial.&lt;br /&gt;
&lt;br /&gt;
==Preparation==&lt;br /&gt;
When performing a P300 Spelling Session, start BCI2000 by running &amp;lt;tt&amp;gt;batch/P3Speller_&amp;lt;Your_Amplifier&amp;gt;.bat&amp;lt;/tt&amp;gt;, then load the user-specific parameter file created previously.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;&#039;Set Config&#039;&#039;&#039; to view the EEG signal, and [[User_Tutorial:EEG_Measurement_Setup|prepare the subject for EEG recording]] according to the instructions below.&lt;br /&gt;
&amp;lt;br/&amp;gt;&#039;&#039;Note:&#039;&#039; When your latency value does not refer to an exact sample position, a warning message will be displayed once you click &#039;&#039;&#039;SetConfig&#039;&#039;&#039;. You may safely ignore that warning message for now.&lt;br /&gt;
&lt;br /&gt;
==Instructions to the Subject==&lt;br /&gt;
On the subject&#039;s screen, a speller matrix the subject is already familiar with from the initial session is presented.&lt;br /&gt;
Differently from that session, there is no text suggested; rather, the subject may choose freely which letters, words, and sentences to write.&lt;br /&gt;
&lt;br /&gt;
*You will see a speller matrix, containing letters, numbers, and punctuation marks.&lt;br /&gt;
*To choose a certain letter, concentrate on it by counting the number of flashes that occur for it.&lt;br /&gt;
*After some time, a result will be classified and appended to the text field located at the top of the window.&lt;br /&gt;
*If the letter that appeared is not what you intended, concentrate on the &amp;quot;backspace&amp;quot; or &amp;quot;undo&amp;quot; field to remove it.&lt;br /&gt;
&lt;br /&gt;
Additional instructions should be given regarding minimization of&lt;br /&gt;
[[User Tutorial:EEG_Measurement_Setup#EEG Artifacts|artifacts]] from&lt;br /&gt;
*Contraction of the muscles of the face/head, swallowing;&lt;br /&gt;
*Eye blinks and eye movements;&lt;br /&gt;
*Motion.&lt;br /&gt;
&lt;br /&gt;
Provided that subjects are asked to minimize artifacts (e.g. asked to try to&lt;br /&gt;
swallow only during the pause between letters), he/she should be further&lt;br /&gt;
assisted in these efforts by providing a comfortable chair and a dimly lit room.&lt;br /&gt;
The&lt;br /&gt;
experimenter must carefully monitor the EEG and alert the subject in the case&lt;br /&gt;
he/she has forgotten some of the instructions.&lt;br /&gt;
When the experimenter is sure that his/her instructions have been well&lt;br /&gt;
understood, the recording session may start.&lt;br /&gt;
&lt;br /&gt;
*Click the &amp;quot;Start&amp;quot; button to start the spelling experiment.&lt;br /&gt;
&lt;br /&gt;
==Multiple Sessions==&lt;br /&gt;
Once a run has ended, BCI2000 goes into suspended state.&lt;br /&gt;
Further runs will be added to the session when you click &#039;&#039;&#039;Resume&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
When starting the next session, don&#039;t forget to increment the &#039;&#039;SessionNumber&#039;&#039; parameter on the &#039;&#039;Storage&#039;&#039; tab. Otherwise, new runs will be added to the previous session&#039;s directory. Still, as a safety net, BCI2000 will never overwrite existing data files but increment the largest run number that exists in a session directory. Moreover, it documents date and time in the &#039;&#039;StorageTime&#039;&#039; parameter. This allows to later associate data files with multiple sessions by their time and date, even if the &#039;&#039;SessionNumber&#039;&#039; parameter has not been increased.&lt;br /&gt;
&lt;br /&gt;
==Finished==&lt;br /&gt;
Here, the P300 speller tutorial is finished. &lt;br /&gt;
&lt;br /&gt;
Congratulations! You are now able to perform [[User Tutorial:P300 BCI Tutorial|P300 spelling experiments]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
[[User Tutorial:P300 BCI Tutorial]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorial]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=User_Tutorial:Performing_a_Time-Domain_Offline_Analysis_of_ECoG_Data&amp;diff=5814</id>
		<title>User Tutorial:Performing a Time-Domain Offline Analysis of ECoG Data</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=User_Tutorial:Performing_a_Time-Domain_Offline_Analysis_of_ECoG_Data&amp;diff=5814"/>
		<updated>2010-09-27T15:28:42Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* See also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In this section of the tutorial, we perform a time-domain offline analysis of a dataset recorded using an ECoG.  As in the case of EEG data, we expect the basic properties of the P300 evoked potential to be the same for all individuals while the response&#039;s latency, width, and spatial pattern may vary. As in [[User Tutorial:Performing a Time-Domain Offline Analysis of EEG Data]], we will use &#039;&#039;BCI2000 Offline Analysis&#039;&#039; to help determine the P300 parameters for a given subject.&lt;br /&gt;
&lt;br /&gt;
== Experimental Design ==&lt;br /&gt;
This tutorial will make use of the &amp;lt;tt&amp;gt;ecog2_1.dat&amp;lt;/tt&amp;gt; session that is included as part of the supplementary sample files downloadable [http://www.bci2000.org/downloads/bin/sampleFiles.zip here].  Please download this file and extract the contents to &amp;lt;tt&amp;gt;data/samplefiles/&amp;lt;/tt&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
In the ecog2 session the subject was placed in front of a monitor displaying a P300 speller matrix.  A test sequence, consisting of a string of letters with a single letter highlighted, was also displayed.  In each run of the experiment, the subject was asked to focus on the symbol in the speller matrix that was currently highlighted in the test sequence. This way, it was possible to label evoked responses according to whether they occurred for the highlighted symbol or for some other symbol in the matrix. Such labels can be attached to BCI2000 data using state variables. In the case of the ecog2 data, we used the state variable StimulusType such that StimulusType is equal to 1 when the letter that flashes is the letter that the subject is focused on (i.e., the letter that is currently highlighted). When the symbol that flashes is not the symbol of focus, StimulusType will not be equal to 1.  If you are relatively new to &#039;&#039;BCI2000&#039;&#039;, you may find it helpful to inspect the data files we&#039;ll be using with the &#039;&#039;BCI2000 Viewer&#039;&#039;.  Using this tool, you will be able to see how state variables change with respect to the data over time.  For instruction on how to inspect data using the &#039;&#039;BCI2000 Viewer&#039;&#039;, please see [[User Reference:BCI2000Viewer]].&lt;br /&gt;
&lt;br /&gt;
==The Results==&lt;br /&gt;
In [[User Tutorial:Performing an Offline Analysis of EEG Data]] we manually entered all the analysis parameters.  In this tutorial we will make use of the &#039;&#039;BCI2000 Offline Analysis&#039;&#039; &amp;quot;Load Settings&amp;quot; feature that allows us to load previously saved settings. In order to load the settings for this tutorial, please do the following:&lt;br /&gt;
&lt;br /&gt;
# Open BCI2000 Offline Analysis. If this is your first time using BCI2000 Offline Analysis, you may want to review the instructions on how to install and run this application: [[User Reference:BCI2000 Offline Analysis]].&lt;br /&gt;
# Click the &amp;quot;Add&amp;quot; button next to &amp;quot;Data Files&amp;quot; and navigate to &amp;lt;tt&amp;gt;data/samplefiles/&amp;lt;/tt&amp;gt;. From there, select the file &amp;lt;tt&amp;gt;ecog2_1.dat&amp;lt;/tt&amp;gt; and click &amp;quot;Open&amp;quot;. If this file isn&#039;t present, please download the [http://www.bci2000.org/downloads/bin/sampleFiles.zip supplementary sample files] and extract them to &amp;lt;tt&amp;gt;data/samplefiles/&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Click File&amp;gt;Load Settings&lt;br /&gt;
# Navigate to &amp;lt;tt&amp;gt;data/samplefiles/&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Double-click or otherwise open &amp;lt;tt&amp;gt;ecog2Analysis.bws&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At this point &#039;&#039;BCI2000 Offline Analysis&#039;&#039; should look like this:&lt;br /&gt;
&lt;br /&gt;
[[Image:offlineAnalysisEcog2.png]]&lt;br /&gt;
&lt;br /&gt;
Typically in a P300 analysis, we would not use a CAR filter because it would remove too much of the signal.  In this case, as we will find later, the response is primarily on a single channel and performing a CAR filter will provide significant noise reduction without sacrificing the signal quality.  Now, click &amp;quot;Generate Plots&amp;quot;.  Once your analysis is complete, you should see feature, waveform and topography plots similar to those below:&lt;br /&gt;
&lt;br /&gt;
[[Image:ecog2Feature.png|600px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:ecog2Waveform.png|600px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:ecog2Topo.png|600px]]&lt;br /&gt;
&lt;br /&gt;
In designing this analysis, we followed a similar procedure to the procedure outlined in [[User Tutorial:Performing a Time-Domain Offline Analysis of EEG Data]].  We begin by looking for clusters of high [[Glossary|r-squared]] values. Again, these clusters are typically the first indication that the time/channel pairs that comprise the cluster may be good features for on-line analysis.  In the generated feature plot, we see that one of the clusters with the highest [[Glossary|r-squared]] values is centered around (260 ms, Channel 1).  So, we continue by creating a topography at 260 ms and a waveform for channel 1.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
[[User Tutorial:Obtaining P300 Parameters in a Calibration Session]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorial]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=User_Tutorial:Performing_a_Time-Domain_Offline_Analysis_of_EEG_Data&amp;diff=5813</id>
		<title>User Tutorial:Performing a Time-Domain Offline Analysis of EEG Data</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=User_Tutorial:Performing_a_Time-Domain_Offline_Analysis_of_EEG_Data&amp;diff=5813"/>
		<updated>2010-09-27T15:28:20Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* See also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Although the basic properties of the P300 evoked potential are the same for all individuals, the response&#039;s latency, width, and spatial pattern are unique for each individual.  In order to facilitate P300 classification, we must determine the typical values for these properties.  &#039;&#039;BCI2000 Offline Analysis&#039;&#039; is a helpful tool for performing analyses of offline data in order to characterize a given subject.&lt;br /&gt;
&lt;br /&gt;
==Experimental Design==&lt;br /&gt;
This tutorial will make use of the &amp;lt;tt&amp;gt;eeg2_1.dat&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;eeg2_2.dat&amp;lt;/tt&amp;gt; sessions that are included with BCI2000 which can be found in &amp;lt;tt&amp;gt;data/samplefiles/&amp;lt;/tt&amp;gt;. In these sessions, the subject was placed in front of a monitor displaying a P300 speller matrix.  A test sequence, consisting of a string of letters with a single letter highlighted, was also displayed.  In each run of the experiment, the subject was asked to focus on the symbol in the speller matrix that was currently highlighted in the test sequence.  This way, it was possible to label evoked responses according to whether they occurred for the highlighted symbol or for some other symbol in the matrix.  Such labels can be attached to &#039;&#039;BCI2000&#039;&#039; data using state variables.  In the case of the eeg2 data, we&#039;ve used the state variable StimulusType such that StimulusType is equal to 1 when the letter that flashes is the letter that the subject is focused on (i.e., the letter that is currently highlighted).  When the symbol that flashes is not the symbol of focus, StimulusType will not be equal to 1. If you are relatively new to BCI2000, you may find it helpful to inspect the data files we&#039;ll be using with the &#039;&#039;BCI2000 Viewer&#039;&#039;. Using this tool, you will be able to see how state variables change with respect to the data over time. For instruction on how to inspect data using the BCI2000 Viewer, please see [[User Reference:BCI2000Viewer]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The Feature Plot==&lt;br /&gt;
&#039;&#039;BCI2000 Offline Analysis&#039;&#039; generates three plots that will aid you in your analyses.  One of these plots, the feature plot, provides an overview of the data.  Let&#039;s begin by generating this plot:&lt;br /&gt;
&lt;br /&gt;
# Open BCI2000 Offline Analysis. If this is your first time using BCI2000 Offline Analysis, you may want to review the instructions on how to install and run this application: [[User Reference:BCI2000 Offline Analysis]].&lt;br /&gt;
# Set the analysis parameters as follows:&lt;br /&gt;
##&#039;&#039;&#039;Analysis Domain:&#039;&#039;&#039; Choose &amp;quot;Time (P300)&amp;quot; in order to perform a time-domain analysis&lt;br /&gt;
##&#039;&#039;&#039;Acquisition Type:&#039;&#039;&#039; Choose &amp;quot;EEG&amp;quot; since the data we&#039;ll be working with in this section was recorded using an EEG.&lt;br /&gt;
##&#039;&#039;&#039;Data Files:&#039;&#039;&#039; Click the &amp;quot;Add&amp;quot; button and navigate to &amp;lt;tt&amp;gt;data/samplefiles/&amp;lt;/tt&amp;gt;. From there, select the files &amp;lt;tt&amp;gt;eeg2_1.dat&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;eeg2_2.dat&amp;lt;/tt&amp;gt; and click &amp;quot;Open&amp;quot;. To select multiple files, you&#039;ll need to first click on any one file and then, while holding down the control button on your keyboard, click the remaining files.&lt;br /&gt;
##&#039;&#039;&#039;Montage File:&#039;&#039;&#039; Leave this blank. The reason for doing so will be explained shortly.&lt;br /&gt;
##&#039;&#039;&#039;Target Condition 1:&#039;&#039;&#039; Enter the MATLAB-syntax statement &amp;quot;(states.StimulusCode &amp;gt; 0) &amp;amp; (states.StimulusType == 1)&amp;quot; which should be the default value after selecting &amp;quot;Time (P300)&amp;quot; as the analysis domain. This statment instructs &#039;&#039;BCI2000 Offline Analysis&#039;&#039; that condition 1 should correspond to the data where the symbol that the subject was focused on corresponded to one of the letters that was flashing.&lt;br /&gt;
##&#039;&#039;&#039;Target Condition Label 1:&#039;&#039;&#039; The text entered here will be used to label data that is specific to condition 1. So, we will enter the string &amp;quot;Correct&amp;quot; as in the correct (i.e., highlighted) letter was one of the letters flashing.&lt;br /&gt;
##&#039;&#039;&#039;Target Condition 2:&#039;&#039;&#039; Enter the MATLAB-syntax statement &amp;quot;(states.StimulusCode &amp;gt; 0) &amp;amp; (states.StimulusType == 0)&amp;quot; which should be the default value after selecting &amp;quot;Time (P300)&amp;quot; as the analysis domain. This instructs &#039;&#039;BCI2000 Offline Analysis&#039;&#039; that condition 2 should correspond to the data where the symbol the subject was focused on did not corresponded to one of the letters that was flashing.&lt;br /&gt;
##&#039;&#039;&#039;Target Condition Label 2:&#039;&#039;&#039; The text entered here will be used to label data that is specific to condition 2. So, we will enter the string &amp;quot;Incorrect&amp;quot; as in the correct (i.e., highlighted) letter was not one of the letters flashing.&lt;br /&gt;
##&#039;&#039;&#039;Trial Change Condition:&#039;&#039;&#039; Enter the value &amp;quot;states.StimulusBegin == 1&amp;quot;. This instructs BCI2000 Offline Analysis that the trial edges correspond to data samples where the state variable StimulusBegin  becomes 1 or is 1 and becomes something else.&lt;br /&gt;
##&#039;&#039;&#039;Waveform Channels:&#039;&#039;&#039; Leave this blank. The reason for doing so will become clear.&lt;br /&gt;
##&#039;&#039;&#039;Topo Times:&#039;&#039;&#039; Leave this blank. The reason for doing so will become clear.&lt;br /&gt;
##&#039;&#039;&#039;Spatial Filter:&#039;&#039;&#039; Choose &amp;quot;None&amp;quot;. Because P300 responses are typically detected on a number of channels, CAR filtering is not typically effective.&lt;br /&gt;
##&#039;&#039;&#039;Ignore Warnings:&#039;&#039;&#039; Leave this field unchecked. For more information on this field, please see User Reference:BCI2000 Offline Analysis.&lt;br /&gt;
##&#039;&#039;&#039;Overwrite existing plots:&#039;&#039;&#039; If you have not yet run any analyses, this field should be disabled. If it is enabled, it is best for the purposes of this tutorial to leave it checked. Unchecking this box will instruct BCI2000 Offline Analysis to open new figures whenever it plots. This is useful if you want to compare the results of one analysis against another. &lt;br /&gt;
#Click &amp;quot;Generate Plots&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Once the analysis has completed, you should see a feature plot similar to the one below. This plot displays the [[Glossary|r-squared (coefficient of determination)]] values for the two distributions (i.e., the average signal for condition 1 and the average signal for condition 2) as a function of time and channel. &lt;br /&gt;
&lt;br /&gt;
[[Image:eeg2Feature.png|600px]]&lt;br /&gt;
&lt;br /&gt;
The feature plot is an overview of the possible features. Thus, it is typically the best place to start your analysis. From this plot, we can find the best features by looking for clusters of high [[Glossary|r-squared]] values. In our feature plot, we notice that all of the clusters appear to be aligned at about 503ms.  The biggest of these clusters - with the largest [[Glossary|r-squared]] values - appears to be centered over electrode 51.  We will now use &#039;&#039;BCI2000 Offline Analysis&#039;&#039; to produce two additional plots that will help us to take a more detailed look at this time and channel.&lt;br /&gt;
&lt;br /&gt;
==Waveform Plots and Topographies==&lt;br /&gt;
&#039;&#039;BCI2000 Offline Analysis&#039;&#039; provides - in addition to the feature plot - waveform plots and topographies.  Waveform plots are useful for investigating specific channels while topographies are useful for investigating specific time windows. In order to generate the topographies we will need to communicate the manner in which the electrodes were arranged.  This is done with a montage file.  While there is a montage file included with &#039;&#039;BCI2000&#039;&#039; that is suitable for the data we&#039;ll be analyzing here, you will likely need to create or modify montage files for future analyses.  For that reason, we recommend that you take the time now to familiarize yourself with the &#039;&#039;Eloc Helper&#039;&#039; if you have not already done so.  In [[User Tutorial:Designing an Eloc File]], you will learn how to create a new montage file and modify an existing one so that you ultimately have your own montage file to use to complete this analysis.  If you prefer not to complete the &#039;&#039;Eloc Helper&#039;&#039; tutorial at this time, you will still be able to complete this tutorial using one of the montage files that comes with &#039;&#039;BCI2000&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
If you have finished designing your montage file or decided to use the one that&#039;s provide, please proceed to the steps below.  Note that these steps pick up from the steps outlined in the previous section for generating the feature plot:&lt;br /&gt;
&lt;br /&gt;
# Set the analysis parameters as follows:&lt;br /&gt;
## Montage File: Click the &amp;quot;Browse&amp;quot; button next to the field labeled &amp;quot;Montage Files&amp;quot; and browse to &amp;lt;tt&amp;gt;data/samplefiles/&amp;lt;/tt&amp;gt;. If you completed the Eloc Helper tutorial and would like to use the montage file you created, double-click &amp;lt;tt&amp;gt;myeeg64.loc&amp;lt;/tt&amp;gt;. Otherwise, double-click eeg64.loc to use the montage file that comes with &#039;&#039;BCI2000&#039;&#039;.&lt;br /&gt;
## Waveform Channels: In the previous section we found that channel 51 may be an effective classification feature for facilitating online control. To generate the waveform plot for this channel, enter &amp;quot;51&amp;quot; into this field.&lt;br /&gt;
## Topo Times: In the previous section we found that 503 ms may be an effective classification feature for facilitating online control. To generate a topography for this time, enter &amp;quot;503&amp;quot; into this field. &lt;br /&gt;
# Click &amp;quot;Generate Plots&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Once the analysis is complete, you will see the same feature plot as was generated in the previous section. Additionally, you will see a waveform plot and topography similar to those below.  In the waveform plot, we expect to see a peak response at approximately 300 ms. For this particular subject, however, we can see the peak response at approximately 503 ms as indicated by the feature plot which is reasonably close.  In the adjacent [[Glossary|r-squared]] waveform plot we can see that the [[Glossary|r-squared]] values also peak approximately at this time.  P300 topographies can vary significantly.  In the generated topography, we see that the response is located mainly &lt;br /&gt;
over the parietal and temporal lobes, which is consistent with the P300 &lt;br /&gt;
response found in other studies (Sellers et. al.: A P300 event-related potential brain–computer interface (BCI): The effects of matrix size and inter stimulus interval on performance.  Biological Psychology 70(2006):242-252. April 2006). However, there is significant variance in the spatial distribution of the response across different subjects in P300 experiments.  Regardless, it appears that the (503 ms, Channel 51) feature would indeed serve as an effective recognition feature for facilitating online control. &lt;br /&gt;
&lt;br /&gt;
[[Image:eeg2Waveform.png|600px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:eeg2Topo.png|600px]]&lt;br /&gt;
&lt;br /&gt;
==Next Step==&lt;br /&gt;
At this point you should understand how to use the &#039;&#039;BCI2000 Offline Analysis&#039;&#039; plots to help you choose effective P300 features.  You might like to proceed to [[User Tutorial:Performing a Time-Domain Offline Analysis of ECoG Data]] for a similar tutorial using data recorded using an ECoG.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
[[User Tutorial:Obtaining P300 Parameters in a Calibration Session]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorial]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Monobook.css&amp;diff=4471</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Monobook.css&amp;diff=4471"/>
		<updated>2008-10-17T15:56:31Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* edit this file to customize the monobook skin for the entire site */&lt;br /&gt;
body        { background-image: none; background-color: #F0F0F0;}&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Monobook.css&amp;diff=4470</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Monobook.css&amp;diff=4470"/>
		<updated>2008-10-17T15:56:06Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* edit this file to customize the monobook skin for the entire site */&lt;br /&gt;
body        { background-image: none; background-color: #E0E0E0;}&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Monobook.css&amp;diff=4469</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Monobook.css&amp;diff=4469"/>
		<updated>2008-10-17T15:55:40Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* edit this file to customize the monobook skin for the entire site */&lt;br /&gt;
body        { background-image: none; background-color: #D0D0D0;}&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Monobook.css&amp;diff=4468</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Monobook.css&amp;diff=4468"/>
		<updated>2008-10-17T15:54:58Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* edit this file to customize the monobook skin for the entire site */&lt;br /&gt;
body        { background-image: none; background-color: #CDCDCD;}&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Monobook.css&amp;diff=4467</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Monobook.css&amp;diff=4467"/>
		<updated>2008-10-17T15:53:57Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* edit this file to customize the monobook skin for the entire site */&lt;br /&gt;
body        { background-image: none; background-color: #E6E8FA;}&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Monobook.css&amp;diff=4466</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Monobook.css&amp;diff=4466"/>
		<updated>2008-10-17T15:52:08Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* edit this file to customize the monobook skin for the entire site */&lt;br /&gt;
body        { background-image: none; background-color: #FFFFFF;}&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=4163</id>
		<title>MediaWiki:TableOfContents</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=4163"/>
		<updated>2008-08-19T18:10:37Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page defines a table of contents to be shown in the quick bar area.&lt;br /&gt;
Each line corresponds to an entry, with asterisks defining hierarchical depth.&lt;br /&gt;
Entry definitions consist of: link, caption, condition, separated with pipe symbols.&lt;br /&gt;
The condition field is a regular expression matched against page title to decide whether the entry should be displayed.&lt;br /&gt;
Entries without conditions will always be displayed.&lt;br /&gt;
&lt;br /&gt;
*User Tutorial:BCI2000 Tour|Getting Started&lt;br /&gt;
**User Tutorial:BCI2000 Tour|Tour|/^User Tutorial:/&lt;br /&gt;
**User Tutorial:Mu Rhythm BCI Tutorial|Mu Tutorial|/^User Tutorial:/&lt;br /&gt;
**User Tutorial:P300 BCI Tutorial|P300 Tutorial|/^User Tutorial:/&lt;br /&gt;
&lt;br /&gt;
*User Reference:Contents|User Manual&lt;br /&gt;
**User Reference:Operator Module|Operator Module|/^User Reference:/&lt;br /&gt;
**User Reference:Filters|Configuration Guide|/^User Reference:/&lt;br /&gt;
**|Applications|/^User Reference:/&lt;br /&gt;
***User Reference:CursorTask|Cursor Task|/^User Reference:(Contents|.*Task)/&lt;br /&gt;
***User Reference:P3SpellerTask|P3Speller Task|/^User Reference:(Contents|.*Task)/&lt;br /&gt;
***User Reference:StimulusPresentationTask|Stimulus Presentation|/^User Reference:(Contents|.*Task)/&lt;br /&gt;
**|Tools|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Launcher|BCI2000Launcher|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:BCI2000Viewer|BCI2000Viewer|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:BCI2000FileInfo|BCI2000FileInfo|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:BCI2000Export|BCI2000Export|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:EEGLabImport|EEGLabImport|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:Matlab MEX Files|Matlab MEX Files|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:Command Line Processing|Command Line Processing|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
&lt;br /&gt;
*Technical Reference:Contents|Technical Reference&lt;br /&gt;
**Technical Reference:System Design|System Design|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Core Modules|Core Modules|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:States of Operation|States of Operation|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:BCI2000 Messages|BCI2000 Messages|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Parameter Definition|Parameter Definition|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:State Definition|State Definition|/^Technical Reference:/&lt;br /&gt;
&lt;br /&gt;
*Programming Reference:Contents|Programming Manual&lt;br /&gt;
**|Concepts|/^Programming (.*:|FAQ)/&lt;br /&gt;
***Programming Reference:Filter Chain|Filter Chain|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Signals|Signals|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Error Handling|Error Handling|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Localization|Localization|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Rapid Development|Rapid Development|/^Programming Reference:/&lt;br /&gt;
**|Reference|/^Programming (.*:|FAQ)/&lt;br /&gt;
***Programming Reference:GenericFilter Class|GenericFilter|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Environment Class|Environment|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:GenericVisualization Class|GenericVisuali-zation|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Errors and Warnings|Errors and Warnings|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Debug Output|Debug Output|/^Programming Reference:/&lt;br /&gt;
**|Data Acquisition|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:GenericADC Class|GenericADC|/^Programming Reference:/&lt;br /&gt;
**|Data Storage|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:GenericFileWriter Class|GenericFileWriter|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:BCI2000FileReader Class|BCI2000FileReader|/^Programming Reference:/&lt;br /&gt;
**|Signal Processing|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:IIRFilter Class|IIR Filters|/^Programming Reference:/&lt;br /&gt;
**|Application Modules|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:ApplicationBase Class|ApplicationBase|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:FeedbackTask Class|FeedbackTask|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:StimulusTask Class|StimulusTask|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:3D API|3D API|/^Programming Reference:/&lt;br /&gt;
**|Howtos|/^Programming .*:/&lt;br /&gt;
***Programming Howto:Building BCI2000|Building BCI2000|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Howto:SVN Client Setup|SVN Client Setup|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Howto:Using TortoiseSVN|Using Tortoise SVN|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
**Programming FAQ|FAQ|/^Programming (.*:|FAQ)/&lt;br /&gt;
**|Tutorials|/^Programming (.*:|FAQ)/&lt;br /&gt;
***Programming Tutorial:Implementing a Data Acquisition Module|Data Acquisition|/^Programming Tutorial:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Tutorial:Implementing a Signal Processing Filter|Signal Processing|/^Programming Tutorial:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Tutorial:Implementing a Matlab-based Filter|Matlab Signal Processing|/^Programming Tutorial:|^Programming Reference:Contents/&lt;br /&gt;
&lt;br /&gt;
*Contributions:Contents|Contributions&lt;br /&gt;
**Contributions:ADCs|Data Acquisition|/^Contributions:/&lt;br /&gt;
**Contributions:FileWriters|File Formats|/^Contributions:/&lt;br /&gt;
**Contributions:SignalProcessing|Signal Processing|/^Contributions:/&lt;br /&gt;
**Contributions:Applications|Applications|/^Contributions:/&lt;br /&gt;
**Contributions:Tools|Tools|/^Contributions:/&lt;br /&gt;
&lt;br /&gt;
*----&lt;br /&gt;
*BCI2000 Glossary&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=4162</id>
		<title>MediaWiki:TableOfContents</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=4162"/>
		<updated>2008-08-19T18:09:38Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page defines a table of contents to be shown in the quick bar area.&lt;br /&gt;
Each line corresponds to an entry, with asterisks defining hierarchical depth.&lt;br /&gt;
Entry definitions consist of: link, caption, condition, separated with pipe symbols.&lt;br /&gt;
The condition field is a regular expression matched against page title to decide whether the entry should be displayed.&lt;br /&gt;
Entries without conditions will always be displayed.&lt;br /&gt;
&lt;br /&gt;
*User Tutorial:BCI2000 Tour|Getting Started&lt;br /&gt;
**User Tutorial:BCI2000 Tour|Tour|/^User Tutorial:/&lt;br /&gt;
**User Tutorial:Mu Rhythm BCI Tutorial|Mu Tutorial|/^User Tutorial:/&lt;br /&gt;
**User Tutorial:P300 BCI Tutorial|P300 Tutorial|/^User Tutorial:/&lt;br /&gt;
&lt;br /&gt;
*User Reference:Contents|User Manual&lt;br /&gt;
**User Reference:Operator Module|Operator Module|/^User Reference:/&lt;br /&gt;
**User Reference:Filters|Configuration Guide|/^User Reference:/&lt;br /&gt;
**|Applications|/^User Reference:/&lt;br /&gt;
***User Reference:CursorTask|Cursor Task|/^User Reference:(Contents|.*Task)/&lt;br /&gt;
***User Reference:P3SpellerTask|P3Speller Task|/^User Reference:(Contents|.*Task)/&lt;br /&gt;
***User Reference:StimulusPresentationTask|Stimulus Presentation|/^User Reference:(Contents|.*Task)/&lt;br /&gt;
**|Tools|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Launcher|BCI2000Launcher|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:BCI2000Viewer|BCI2000Viewer|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:BCI2000FileInfo|BCI2000FileInfo|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:BCI2000Export|BCI2000Export|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:EEGLabImport|EEGLabImport|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:Matlab MEX Files|Matlab MEX Files|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:Command Line Processing|Command Line Processing|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
&lt;br /&gt;
*Technical Reference:Contents|Technical Reference&lt;br /&gt;
**Technical Reference:System Design|System Design|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Core Modules|Core Modules|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:States of Operation|States of Operation|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:BCI2000 Messages|BCI2000 Messages|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Parameter Definition|Parameter Definition|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:State Definition|State Definition|/^Technical Reference:/&lt;br /&gt;
&lt;br /&gt;
*Programming Reference:Contents|Programming Manual&lt;br /&gt;
**|Concepts|/^Programming (.*:|FAQ)/&lt;br /&gt;
***Programming Reference:Filter Chain|Filter Chain|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Signals|Signals|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Error Handling|Error Handling|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Localization|Localization|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Rapid Development|Rapid Development|/^Programming Reference:/&lt;br /&gt;
**|Reference|/^Programming .*/&lt;br /&gt;
***Programming Reference:GenericFilter Class|GenericFilter|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Environment Class|Environment|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:GenericVisualization Class|GenericVisuali-zation|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Errors and Warnings|Errors and Warnings|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Debug Output|Debug Output|/^Programming Reference:/&lt;br /&gt;
**|Data Acquisition|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:GenericADC Class|GenericADC|/^Programming Reference:/&lt;br /&gt;
**|Data Storage|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:GenericFileWriter Class|GenericFileWriter|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:BCI2000FileReader Class|BCI2000FileReader|/^Programming Reference:/&lt;br /&gt;
**|Signal Processing|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:IIRFilter Class|IIR Filters|/^Programming Reference:/&lt;br /&gt;
**|Application Modules|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:ApplicationBase Class|ApplicationBase|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:FeedbackTask Class|FeedbackTask|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:StimulusTask Class|StimulusTask|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:3D API|3D API|/^Programming Reference:/&lt;br /&gt;
**|Howtos|/^Programming .*:/&lt;br /&gt;
***Programming Howto:Building BCI2000|Building BCI2000|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Howto:SVN Client Setup|SVN Client Setup|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Howto:Using TortoiseSVN|Using Tortoise SVN|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
**Programming FAQ|FAQ|/^Programming .*:/&lt;br /&gt;
**|Tutorials|/^Programming .*:/&lt;br /&gt;
***Programming Tutorial:Implementing a Data Acquisition Module|Data Acquisition|/^Programming Tutorial:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Tutorial:Implementing a Signal Processing Filter|Signal Processing|/^Programming Tutorial:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Tutorial:Implementing a Matlab-based Filter|Matlab Signal Processing|/^Programming Tutorial:|^Programming Reference:Contents/&lt;br /&gt;
&lt;br /&gt;
*Contributions:Contents|Contributions&lt;br /&gt;
**Contributions:ADCs|Data Acquisition|/^Contributions:/&lt;br /&gt;
**Contributions:FileWriters|File Formats|/^Contributions:/&lt;br /&gt;
**Contributions:SignalProcessing|Signal Processing|/^Contributions:/&lt;br /&gt;
**Contributions:Applications|Applications|/^Contributions:/&lt;br /&gt;
**Contributions:Tools|Tools|/^Contributions:/&lt;br /&gt;
&lt;br /&gt;
*----&lt;br /&gt;
*BCI2000 Glossary&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=4161</id>
		<title>MediaWiki:TableOfContents</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=4161"/>
		<updated>2008-08-19T18:07:23Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page defines a table of contents to be shown in the quick bar area.&lt;br /&gt;
Each line corresponds to an entry, with asterisks defining hierarchical depth.&lt;br /&gt;
Entry definitions consist of: link, caption, condition, separated with pipe symbols.&lt;br /&gt;
The condition field is a regular expression matched against page title to decide whether the entry should be displayed.&lt;br /&gt;
Entries without conditions will always be displayed.&lt;br /&gt;
&lt;br /&gt;
*User Tutorial:BCI2000 Tour|Getting Started&lt;br /&gt;
**User Tutorial:BCI2000 Tour|Tour|/^User Tutorial:/&lt;br /&gt;
**User Tutorial:Mu Rhythm BCI Tutorial|Mu Tutorial|/^User Tutorial:/&lt;br /&gt;
**User Tutorial:P300 BCI Tutorial|P300 Tutorial|/^User Tutorial:/&lt;br /&gt;
&lt;br /&gt;
*User Reference:Contents|User Manual&lt;br /&gt;
**User Reference:Operator Module|Operator Module|/^User Reference:/&lt;br /&gt;
**User Reference:Filters|Configuration Guide|/^User Reference:/&lt;br /&gt;
**|Applications|/^User Reference:/&lt;br /&gt;
***User Reference:CursorTask|Cursor Task|/^User Reference:(Contents|.*Task)/&lt;br /&gt;
***User Reference:P3SpellerTask|P3Speller Task|/^User Reference:(Contents|.*Task)/&lt;br /&gt;
***User Reference:StimulusPresentationTask|Stimulus Presentation|/^User Reference:(Contents|.*Task)/&lt;br /&gt;
**|Tools|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Launcher|BCI2000Launcher|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:BCI2000Viewer|BCI2000Viewer|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:BCI2000FileInfo|BCI2000FileInfo|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:BCI2000Export|BCI2000Export|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:EEGLabImport|EEGLabImport|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:Matlab MEX Files|Matlab MEX Files|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:Command Line Processing|Command Line Processing|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
&lt;br /&gt;
*Technical Reference:Contents|Technical Reference&lt;br /&gt;
**Technical Reference:System Design|System Design|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Core Modules|Core Modules|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:States of Operation|States of Operation|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:BCI2000 Messages|BCI2000 Messages|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Parameter Definition|Parameter Definition|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:State Definition|State Definition|/^Technical Reference:/&lt;br /&gt;
&lt;br /&gt;
*Programming Reference:Contents|Programming Manual&lt;br /&gt;
**|Concepts|/^Programming .*:/&lt;br /&gt;
***Programming Reference:Filter Chain|Filter Chain|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Signals|Signals|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Error Handling|Error Handling|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Localization|Localization|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Rapid Development|Rapid Development|/^Programming Reference:/&lt;br /&gt;
**|Reference|/^Programming .*:/&lt;br /&gt;
***Programming Reference:GenericFilter Class|GenericFilter|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Environment Class|Environment|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:GenericVisualization Class|GenericVisuali-zation|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Errors and Warnings|Errors and Warnings|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Debug Output|Debug Output|/^Programming Reference:/&lt;br /&gt;
**|Data Acquisition|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:GenericADC Class|GenericADC|/^Programming Reference:/&lt;br /&gt;
**|Data Storage|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:GenericFileWriter Class|GenericFileWriter|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:BCI2000FileReader Class|BCI2000FileReader|/^Programming Reference:/&lt;br /&gt;
**|Signal Processing|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:IIRFilter Class|IIR Filters|/^Programming Reference:/&lt;br /&gt;
**|Application Modules|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:ApplicationBase Class|ApplicationBase|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:FeedbackTask Class|FeedbackTask|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:StimulusTask Class|StimulusTask|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:3D API|3D API|/^Programming Reference:/&lt;br /&gt;
**|Howtos|/^Programming .*:/&lt;br /&gt;
***Programming Howto:Building BCI2000|Building BCI2000|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Howto:SVN Client Setup|SVN Client Setup|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Howto:Using TortoiseSVN|Using Tortoise SVN|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
**Programming FAQ|FAQ|/^Programming .*:/&lt;br /&gt;
**|Tutorials|/^Programming .*:/&lt;br /&gt;
***Programming Tutorial:Implementing a Data Acquisition Module|Data Acquisition|/^Programming Tutorial:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Tutorial:Implementing a Signal Processing Filter|Signal Processing|/^Programming Tutorial:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Tutorial:Implementing a Matlab-based Filter|Matlab Signal Processing|/^Programming Tutorial:|^Programming Reference:Contents/&lt;br /&gt;
&lt;br /&gt;
*Contributions:Contents|Contributions&lt;br /&gt;
**Contributions:ADCs|Data Acquisition|/^Contributions:/&lt;br /&gt;
**Contributions:FileWriters|File Formats|/^Contributions:/&lt;br /&gt;
**Contributions:SignalProcessing|Signal Processing|/^Contributions:/&lt;br /&gt;
**Contributions:Applications|Applications|/^Contributions:/&lt;br /&gt;
**Contributions:Tools|Tools|/^Contributions:/&lt;br /&gt;
&lt;br /&gt;
*----&lt;br /&gt;
*BCI2000 Glossary&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=4160</id>
		<title>MediaWiki:TableOfContents</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=4160"/>
		<updated>2008-08-19T18:05:27Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page defines a table of contents to be shown in the quick bar area.&lt;br /&gt;
Each line corresponds to an entry, with asterisks defining hierarchical depth.&lt;br /&gt;
Entry definitions consist of: link, caption, condition, separated with pipe symbols.&lt;br /&gt;
The condition field is a regular expression matched against page title to decide whether the entry should be displayed.&lt;br /&gt;
Entries without conditions will always be displayed.&lt;br /&gt;
&lt;br /&gt;
*User Tutorial:BCI2000 Tour|Getting Started&lt;br /&gt;
**User Tutorial:BCI2000 Tour|Tour|/^User Tutorial:/&lt;br /&gt;
**User Tutorial:Mu Rhythm BCI Tutorial|Mu Tutorial|/^User Tutorial:/&lt;br /&gt;
**User Tutorial:P300 BCI Tutorial|P300 Tutorial|/^User Tutorial:/&lt;br /&gt;
&lt;br /&gt;
*User Reference:Contents|User Manual&lt;br /&gt;
**User Reference:Operator Module|Operator Module|/^User Reference:/&lt;br /&gt;
**User Reference:Filters|Configuration Guide|/^User Reference:/&lt;br /&gt;
**|Applications|/^User Reference:/&lt;br /&gt;
***User Reference:CursorTask|Cursor Task|/^User Reference:(Contents|.*Task)/&lt;br /&gt;
***User Reference:P3SpellerTask|P3Speller Task|/^User Reference:(Contents|.*Task)/&lt;br /&gt;
***User Reference:StimulusPresentationTask|Stimulus Presentation|/^User Reference:(Contents|.*Task)/&lt;br /&gt;
**|Tools|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Launcher|BCI2000Launcher|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:BCI2000Viewer|BCI2000Viewer|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:BCI2000FileInfo|BCI2000FileInfo|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:BCI2000Export|BCI2000Export|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:EEGLabImport|EEGLabImport|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:Matlab MEX Files|Matlab MEX Files|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:Command Line Processing|Command Line Processing|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
&lt;br /&gt;
*Technical Reference:Contents|Technical Reference&lt;br /&gt;
**Technical Reference:System Design|System Design|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Core Modules|Core Modules|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:States of Operation|States of Operation|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:BCI2000 Messages|BCI2000 Messages|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Parameter Definition|Parameter Definition|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:State Definition|State Definition|/^Technical Reference:/&lt;br /&gt;
&lt;br /&gt;
*Programming Reference:Contents|Programming Manual&lt;br /&gt;
**|Concepts|/^Programming .*:/&lt;br /&gt;
***Programming Reference:Filter Chain|Filter Chain|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Signals|Signals|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Error Handling|Error Handling|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Localization|Localization|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Rapid Development|Rapid Development|/^Programming Reference:/&lt;br /&gt;
**|Reference|/^Programming .*:/&lt;br /&gt;
***|General|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:GenericFilter Class|GenericFilter|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:Environment Class|Environment|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:GenericVisualization Class|GenericVisuali-zation|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:Errors and Warnings|Errors and Warnings|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:Debug Output|Debug Output|/^Programming Reference:/&lt;br /&gt;
***|Data Acquisition|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:GenericADC Class|GenericADC|/^Programming Reference:/&lt;br /&gt;
***|Data Storage|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:GenericFileWriter Class|GenericFileWriter|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:BCI2000FileReader Class|BCI2000FileReader|/^Programming Reference:/&lt;br /&gt;
***|Signal Processing|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:IIRFilter Class|IIR Filters|/^Programming Reference:/&lt;br /&gt;
***|Application Modules|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:ApplicationBase Class|ApplicationBase|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:FeedbackTask Class|FeedbackTask|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:StimulusTask Class|StimulusTask|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:3D API|3D API|/^Programming Reference:/&lt;br /&gt;
**|Howtos|/^Programming .*:/&lt;br /&gt;
***Programming Howto:Building BCI2000|Building BCI2000|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Howto:SVN Client Setup|SVN Client Setup|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Howto:Using TortoiseSVN|Using Tortoise SVN|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
**Programming FAQ|FAQ|/^Programming .*:/&lt;br /&gt;
**|Tutorials|/^Programming .*:/&lt;br /&gt;
***Programming Tutorial:Implementing a Data Acquisition Module|Data Acquisition|/^Programming Tutorial:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Tutorial:Implementing a Signal Processing Filter|Signal Processing|/^Programming Tutorial:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Tutorial:Implementing a Matlab-based Filter|Matlab Signal Processing|/^Programming Tutorial:|^Programming Reference:Contents/&lt;br /&gt;
&lt;br /&gt;
*Contributions:Contents|Contributions&lt;br /&gt;
**Contributions:ADCs|Data Acquisition|/^Contributions:/&lt;br /&gt;
**Contributions:FileWriters|File Formats|/^Contributions:/&lt;br /&gt;
**Contributions:SignalProcessing|Signal Processing|/^Contributions:/&lt;br /&gt;
**Contributions:Applications|Applications|/^Contributions:/&lt;br /&gt;
**Contributions:Tools|Tools|/^Contributions:/&lt;br /&gt;
&lt;br /&gt;
*----&lt;br /&gt;
*BCI2000 Glossary&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=4159</id>
		<title>MediaWiki:TableOfContents</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=4159"/>
		<updated>2008-08-19T18:04:32Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page defines a table of contents to be shown in the quick bar area.&lt;br /&gt;
Each line corresponds to an entry, with asterisks defining hierarchical depth.&lt;br /&gt;
Entry definitions consist of: link, caption, condition, separated with pipe symbols.&lt;br /&gt;
The condition field is a regular expression matched against page title to decide whether the entry should be displayed.&lt;br /&gt;
Entries without conditions will always be displayed.&lt;br /&gt;
&lt;br /&gt;
*User Tutorial:BCI2000 Tour|Getting Started&lt;br /&gt;
**User Tutorial:BCI2000 Tour|Tour|/^User Tutorial:/&lt;br /&gt;
**User Tutorial:Mu Rhythm BCI Tutorial|Mu Tutorial|/^User Tutorial:/&lt;br /&gt;
**User Tutorial:P300 BCI Tutorial|P300 Tutorial|/^User Tutorial:/&lt;br /&gt;
&lt;br /&gt;
*User Reference:Contents|User Manual&lt;br /&gt;
**User Reference:Operator Module|Operator Module|/^User Reference:/&lt;br /&gt;
**User Reference:Filters|Configuration Guide|/^User Reference:/&lt;br /&gt;
**|Applications|/^User Reference:/&lt;br /&gt;
***User Reference:CursorTask|Cursor Task|/^User Reference:(Contents|.*Task)/&lt;br /&gt;
***User Reference:P3SpellerTask|P3Speller Task|/^User Reference:(Contents|.*Task)/&lt;br /&gt;
***User Reference:StimulusPresentationTask|Stimulus Presentation|/^User Reference:(Contents|.*Task)/&lt;br /&gt;
**|Tools|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Launcher|BCI2000Launcher|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:BCI2000Viewer|BCI2000Viewer|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:BCI2000FileInfo|BCI2000FileInfo|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:BCI2000Export|BCI2000Export|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:EEGLabImport|EEGLabImport|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:Matlab MEX Files|Matlab MEX Files|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:Command Line Processing|Command Line Processing|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
&lt;br /&gt;
*Technical Reference:Contents|Technical Reference&lt;br /&gt;
**Technical Reference:System Design|System Design|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Core Modules|Core Modules|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:States of Operation|States of Operation|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:BCI2000 Messages|BCI2000 Messages|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Parameter Definition|Parameter Definition|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:State Definition|State Definition|/^Technical Reference:/&lt;br /&gt;
&lt;br /&gt;
*Programming Reference:Contents|Programming Manual&lt;br /&gt;
**|Concepts|/^Programming .*:/&lt;br /&gt;
***Programming Reference:Filter Chain|Filter Chain|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Signals|Signals|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Error Handling|Error Handling|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Localization|Localization|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Rapid Development|Rapid Development|/^Programming Reference:/&lt;br /&gt;
**|Reference|/^Programming .*:/&lt;br /&gt;
***|General|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:GenericFilter Class|GenericFilter|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:Environment Class|Environment|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:GenericVisualization Class|GenericVisuali-zation|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:Errors and Warnings|Errors and Warnings|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:Debug Output|Debug Output|/^Programming Reference:/&lt;br /&gt;
***|Data Acquisition|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:GenericADC Class|GenericADC|/^Programming Reference:/&lt;br /&gt;
***|Data Storage|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:GenericFileWriter Class|GenericFileWriter|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:BCI2000FileWriter Class|BCI2000FileWriter|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:BCI2000FileReader Class|BCI2000FileReader|/^Programming Reference:/&lt;br /&gt;
***|Signal Processing|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:IIRFilter Class|IIR Filters|/^Programming Reference:/&lt;br /&gt;
***|Application Modules|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:ApplicationBase Class|ApplicationBase|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:FeedbackTask Class|FeedbackTask|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:StimulusTask Class|StimulusTask|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:3D API|3D API|/^Programming Reference:/&lt;br /&gt;
**|Howtos|/^Programming .*:/&lt;br /&gt;
***Programming Howto:Building BCI2000|Building BCI2000|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Howto:SVN Client Setup|SVN Client Setup|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Howto:Using TortoiseSVN|Using Tortoise SVN|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
**Programming FAQ|FAQ|/^Programming .*:/&lt;br /&gt;
**|Tutorials|/^Programming .*:/&lt;br /&gt;
***Programming Tutorial:Implementing a Data Acquisition Module|Data Acquisition|/^Programming Tutorial:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Tutorial:Implementing a Signal Processing Filter|Signal Processing|/^Programming Tutorial:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Tutorial:Implementing a Matlab-based Filter|Matlab Signal Processing|/^Programming Tutorial:|^Programming Reference:Contents/&lt;br /&gt;
&lt;br /&gt;
*Contributions:Contents|Contributions&lt;br /&gt;
**Contributions:ADCs|Data Acquisition|/^Contributions:/&lt;br /&gt;
**Contributions:FileWriters|File Formats|/^Contributions:/&lt;br /&gt;
**Contributions:SignalProcessing|Signal Processing|/^Contributions:/&lt;br /&gt;
**Contributions:Applications|Applications|/^Contributions:/&lt;br /&gt;
**Contributions:Tools|Tools|/^Contributions:/&lt;br /&gt;
&lt;br /&gt;
*----&lt;br /&gt;
*BCI2000 Glossary&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=4158</id>
		<title>MediaWiki:TableOfContents</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=4158"/>
		<updated>2008-08-19T18:04:01Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page defines a table of contents to be shown in the quick bar area.&lt;br /&gt;
Each line corresponds to an entry, with asterisks defining hierarchical depth.&lt;br /&gt;
Entry definitions consist of: link, caption, condition, separated with pipe symbols.&lt;br /&gt;
The condition field is a regular expression matched against page title to decide whether the entry should be displayed.&lt;br /&gt;
Entries without conditions will always be displayed.&lt;br /&gt;
&lt;br /&gt;
*User Tutorial:BCI2000 Tour|Getting Started&lt;br /&gt;
**User Tutorial:BCI2000 Tour|Tour|/^User Tutorial:/&lt;br /&gt;
**User Tutorial:Mu Rhythm BCI Tutorial|Mu Tutorial|/^User Tutorial:/&lt;br /&gt;
**User Tutorial:P300 BCI Tutorial|P300 Tutorial|/^User Tutorial:/&lt;br /&gt;
&lt;br /&gt;
*User Reference:Contents|User Manual&lt;br /&gt;
**User Reference:Operator Module|Operator Module|/^User Reference:/&lt;br /&gt;
**User Reference:Filters|Configuration Guide|/^User Reference:/&lt;br /&gt;
**|Applications|/^User Reference:/&lt;br /&gt;
***User Reference:CursorTask|Cursor Task|/^User Reference:(Contents|.*Task)/&lt;br /&gt;
***User Reference:P3SpellerTask|P3Speller Task|/^User Reference:(Contents|.*Task)/&lt;br /&gt;
***User Reference:StimulusPresentationTask|Stimulus Presentation|/^User Reference:(Contents|.*Task)/&lt;br /&gt;
**|Tools|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Launcher|BCI2000Launcher|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:BCI2000Viewer|BCI2000Viewer|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:BCI2000FileInfo|BCI2000FileInfo|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:BCI2000Export|BCI2000Export|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:EEGLabImport|EEGLabImport|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:Matlab MEX Files|Matlab MEX Files|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:Command Line Processing|Command Line Processing|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
&lt;br /&gt;
*Technical Reference:Contents|Technical Reference&lt;br /&gt;
**Technical Reference:System Design|System Design|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Core Modules|Core Modules|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:States of Operation|States of Operation|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:BCI2000 Messages|BCI2000 Messages|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Parameter Definition|Parameter Definition|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:State Definition|State Definition|/^Technical Reference:/&lt;br /&gt;
&lt;br /&gt;
*Programming Reference:Contents|Programming Manual&lt;br /&gt;
**|Concepts|/^Programming .*:/&lt;br /&gt;
***Programming Reference:Filter Chain|Filter Chain|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Signals|Signals|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Error Handling|Error Handling|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Localization|Localization|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Rapid Development|Rapid Development|/^Programming Reference:/&lt;br /&gt;
**|Reference|/^Programming .*:/&lt;br /&gt;
***|General|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:GenericFilter Class|GenericFilter|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:Environment Class|Environment|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:GenericVisualization Class|GenericVisuali-zation|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:Errors and Warnings|Errors and Warnings|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:Debug Output|Debug Output|/^Programming Reference:/&lt;br /&gt;
***|Data Acquisition|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:GenericADC Class|GenericADC|/^Programming Reference:/&lt;br /&gt;
***|Data Storage|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:FileWriter Class|GenericFileWriter|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:BCI2000FileWriter Class|BCI2000FileWriter|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:BCI2000FileReader Class|BCI2000FileReader|/^Programming Reference:/&lt;br /&gt;
***|Signal Processing|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:IIRFilter Class|IIR Filters|/^Programming Reference:/&lt;br /&gt;
***|Application Modules|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:ApplicationBase Class|ApplicationBase|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:FeedbackTask Class|FeedbackTask|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:StimulusTask Class|StimulusTask|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:3D API|3D API|/^Programming Reference:/&lt;br /&gt;
**|Howtos|/^Programming .*:/&lt;br /&gt;
***Programming Howto:Building BCI2000|Building BCI2000|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Howto:SVN Client Setup|SVN Client Setup|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Howto:Using TortoiseSVN|Using Tortoise SVN|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
**Programming FAQ|FAQ|/^Programming .*:/&lt;br /&gt;
**|Tutorials|/^Programming .*:/&lt;br /&gt;
***Programming Tutorial:Implementing a Data Acquisition Module|Data Acquisition|/^Programming Tutorial:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Tutorial:Implementing a Signal Processing Filter|Signal Processing|/^Programming Tutorial:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Tutorial:Implementing a Matlab-based Filter|Matlab Signal Processing|/^Programming Tutorial:|^Programming Reference:Contents/&lt;br /&gt;
&lt;br /&gt;
*Contributions:Contents|Contributions&lt;br /&gt;
**Contributions:ADCs|Data Acquisition|/^Contributions:/&lt;br /&gt;
**Contributions:FileWriters|File Formats|/^Contributions:/&lt;br /&gt;
**Contributions:SignalProcessing|Signal Processing|/^Contributions:/&lt;br /&gt;
**Contributions:Applications|Applications|/^Contributions:/&lt;br /&gt;
**Contributions:Tools|Tools|/^Contributions:/&lt;br /&gt;
&lt;br /&gt;
*----&lt;br /&gt;
*BCI2000 Glossary&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=4157</id>
		<title>MediaWiki:TableOfContents</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=4157"/>
		<updated>2008-08-19T17:58:44Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page defines a table of contents to be shown in the quick bar area.&lt;br /&gt;
Each line corresponds to an entry, with asterisks defining hierarchical depth.&lt;br /&gt;
Entry definitions consist of: link, caption, condition, separated with pipe symbols.&lt;br /&gt;
The condition field is a regular expression matched against page title to decide whether the entry should be displayed.&lt;br /&gt;
Entries without conditions will always be displayed.&lt;br /&gt;
&lt;br /&gt;
*User Tutorial:BCI2000 Tour|Getting Started&lt;br /&gt;
**User Tutorial:BCI2000 Tour|Tour|/^User Tutorial:/&lt;br /&gt;
**User Tutorial:Mu Rhythm BCI Tutorial|Mu Tutorial|/^User Tutorial:/&lt;br /&gt;
**User Tutorial:P300 BCI Tutorial|P300 Tutorial|/^User Tutorial:/&lt;br /&gt;
&lt;br /&gt;
*User Reference:Contents|User Manual&lt;br /&gt;
**User Reference:Operator Module|Operator Module|/^User Reference:/&lt;br /&gt;
**User Reference:Filters|Configuration Guide|/^User Reference:/&lt;br /&gt;
**|Applications|/^User Reference:/&lt;br /&gt;
***User Reference:CursorTask|Cursor Task|/^User Reference:(Contents|.*Task)/&lt;br /&gt;
***User Reference:P3SpellerTask|P3Speller Task|/^User Reference:(Contents|.*Task)/&lt;br /&gt;
***User Reference:StimulusPresentationTask|Stimulus Presentation|/^User Reference:(Contents|.*Task)/&lt;br /&gt;
**|Tools|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Launcher|BCI2000Launcher|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:BCI2000Viewer|BCI2000Viewer|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:BCI2000FileInfo|BCI2000FileInfo|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:BCI2000Export|BCI2000Export|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:EEGLabImport|EEGLabImport|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:Matlab MEX Files|Matlab MEX Files|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:Command Line Processing|Command Line Processing|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
&lt;br /&gt;
*Technical Reference:Contents|Technical Reference&lt;br /&gt;
**Technical Reference:System Design|System Design|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Core Modules|Core Modules|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:States of Operation|States of Operation|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:BCI2000 Messages|BCI2000 Messages|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Parameter Definition|Parameter Definition|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:State Definition|State Definition|/^Technical Reference:/&lt;br /&gt;
&lt;br /&gt;
*Programming Reference:Contents|Programming Manual&lt;br /&gt;
**|Concepts|/^Programming .*:/&lt;br /&gt;
***Programming Reference:Filter Chain|Filter Chain|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Signals|Signals|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Error Handling|Error Handling|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Localization|Localization|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Rapid Development|Rapid Development|/^Programming Reference:/&lt;br /&gt;
**|Reference|/^Programming .*:/&lt;br /&gt;
***|General|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:GenericFilter Class|GenericFilter Class|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:Environment Class|Environment Class|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:GenericVisualization Class|GenericVisuali-zation Class|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:Errors and Warnings|Errors and Warnings|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:Debug Output|Debug Output|/^Programming Reference:/&lt;br /&gt;
***|Signal Processing|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:IIRFilter Class|IIR Filters|/^Programming Reference:/&lt;br /&gt;
***|Application Modules|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:ApplicationBase Class|ApplicationBase|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:FeedbackTask Class|FeedbackTask|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:StimulusTask Class|StimulusTask|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:3D API|3D API|/^Programming Reference:/&lt;br /&gt;
***|Data Analysis|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:BCI2000FileReader Class|BCI2000FileReader|/^Programming Reference:/&lt;br /&gt;
**|Howtos|/^Programming .*:/&lt;br /&gt;
***Programming Howto:Building BCI2000|Building BCI2000|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Howto:SVN Client Setup|SVN Client Setup|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Howto:Using TortoiseSVN|Using Tortoise SVN|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
**Programming FAQ|FAQ|/^Programming .*:/&lt;br /&gt;
**|Tutorials|/^Programming .*:/&lt;br /&gt;
***Programming Tutorial:Implementing a Data Acquisition Module|Data Acquisition|/^Programming Tutorial:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Tutorial:Implementing a Signal Processing Filter|Signal Processing|/^Programming Tutorial:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Tutorial:Implementing a Matlab-based Filter|Matlab Signal Processing|/^Programming Tutorial:|^Programming Reference:Contents/&lt;br /&gt;
&lt;br /&gt;
*Contributions:Contents|Contributions&lt;br /&gt;
**Contributions:ADCs|Data Acquisition|/^Contributions:/&lt;br /&gt;
**Contributions:FileWriters|File Formats|/^Contributions:/&lt;br /&gt;
**Contributions:SignalProcessing|Signal Processing|/^Contributions:/&lt;br /&gt;
**Contributions:Applications|Applications|/^Contributions:/&lt;br /&gt;
**Contributions:Tools|Tools|/^Contributions:/&lt;br /&gt;
&lt;br /&gt;
*----&lt;br /&gt;
*BCI2000 Glossary&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=4156</id>
		<title>MediaWiki:TableOfContents</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=4156"/>
		<updated>2008-08-19T17:55:51Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page defines a table of contents to be shown in the quick bar area.&lt;br /&gt;
Each line corresponds to an entry, with asterisks defining hierarchical depth.&lt;br /&gt;
Entry definitions consist of: link, caption, condition, separated with pipe symbols.&lt;br /&gt;
The condition field is a regular expression matched against page title to decide whether the entry should be displayed.&lt;br /&gt;
Entries without conditions will always be displayed.&lt;br /&gt;
&lt;br /&gt;
*|Getting Started&lt;br /&gt;
**User Tutorial:BCI2000 Tour|Tour|/^User Tutorial:/&lt;br /&gt;
**User Tutorial:Mu Rhythm BCI Tutorial|Mu Tutorial|/^User Tutorial:/&lt;br /&gt;
**User Tutorial:P300 BCI Tutorial|P300 Tutorial|/^User Tutorial:/&lt;br /&gt;
&lt;br /&gt;
*User Reference:Contents|User Manual&lt;br /&gt;
**User Reference:Operator Module|Operator Module|/^User Reference:/&lt;br /&gt;
**User Reference:Filters|Configuration Guide|/^User Reference:/&lt;br /&gt;
**|Applications|/^User Reference:/&lt;br /&gt;
***User Reference:CursorTask|Cursor Task|/^User Reference:(Contents|.*Task)/&lt;br /&gt;
***User Reference:P3SpellerTask|P3Speller Task|/^User Reference:(Contents|.*Task)/&lt;br /&gt;
***User Reference:StimulusPresentationTask|Stimulus Presentation|/^User Reference:(Contents|.*Task)/&lt;br /&gt;
**|Tools|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Launcher|BCI2000Launcher|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:BCI2000Viewer|BCI2000Viewer|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:BCI2000FileInfo|BCI2000FileInfo|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:BCI2000Export|BCI2000Export|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:EEGLabImport|EEGLabImport|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:Matlab MEX Files|Matlab MEX Files|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:Command Line Processing|Command Line Processing|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
&lt;br /&gt;
*Technical Reference:Contents|Technical Reference&lt;br /&gt;
**Technical Reference:System Design|System Design|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Core Modules|Core Modules|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:States of Operation|States of Operation|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:BCI2000 Messages|BCI2000 Messages|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Parameter Definition|Parameter Definition|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:State Definition|State Definition|/^Technical Reference:/&lt;br /&gt;
&lt;br /&gt;
*Programming Reference:Contents|Programming Manual&lt;br /&gt;
**|Concepts|/^Programming .*:/&lt;br /&gt;
***Programming Reference:Filter Chain|Filter Chain|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Signals|Signals|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Error Handling|Error Handling|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Localization|Localization|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Rapid Development|Rapid Development|/^Programming Reference:/&lt;br /&gt;
**|Reference|/^Programming .*:/&lt;br /&gt;
***|General|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:GenericFilter Class|GenericFilter Class|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:Environment Class|Environment Class|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:GenericVisualization Class|GenericVisuali-zation Class|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:Errors and Warnings|Errors and Warnings|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:Debug Output|Debug Output|/^Programming Reference:/&lt;br /&gt;
***|Signal Processing|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:IIRFilter Class|IIR Filters|/^Programming Reference:/&lt;br /&gt;
***|Application Modules|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:ApplicationBase Class|ApplicationBase|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:FeedbackTask Class|FeedbackTask|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:StimulusTask Class|StimulusTask|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:3D API|3D API|/^Programming Reference:/&lt;br /&gt;
***|Data Analysis|/^Programming Reference:/&lt;br /&gt;
****Programming Reference:BCI2000FileReader Class|BCI2000FileReader|/^Programming Reference:/&lt;br /&gt;
**|Howtos|/^Programming .*:/&lt;br /&gt;
***Programming Howto:Building BCI2000|Building BCI2000|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Howto:SVN Client Setup|SVN Client Setup|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Howto:Using TortoiseSVN|Using Tortoise SVN|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
**Programming FAQ|FAQ|/^Programming .*:/&lt;br /&gt;
**|Tutorials|/^Programming .*:/&lt;br /&gt;
***Programming Tutorial:Implementing a Data Acquisition Module|Data Acquisition|/^Programming Tutorial:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Tutorial:Implementing a Signal Processing Filter|Signal Processing|/^Programming Tutorial:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Tutorial:Implementing a Matlab-based Filter|Matlab Signal Processing|/^Programming Tutorial:|^Programming Reference:Contents/&lt;br /&gt;
&lt;br /&gt;
*Contributions:Contents|Contributions&lt;br /&gt;
**Contributions:ADCs|Data Acquisition|/^Contributions:/&lt;br /&gt;
**Contributions:FileWriters|File Formats|/^Contributions:/&lt;br /&gt;
**Contributions:SignalProcessing|Signal Processing|/^Contributions:/&lt;br /&gt;
**Contributions:Applications|Applications|/^Contributions:/&lt;br /&gt;
**Contributions:Tools|Tools|/^Contributions:/&lt;br /&gt;
&lt;br /&gt;
*----&lt;br /&gt;
*BCI2000 Glossary&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Searchquery&amp;diff=3146</id>
		<title>MediaWiki:Searchquery</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Searchquery&amp;diff=3146"/>
		<updated>2008-01-10T14:55:15Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;for &amp;quot;$1&amp;quot;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Searchresulttext&amp;diff=3140</id>
		<title>MediaWiki:Searchresulttext</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Searchresulttext&amp;diff=3140"/>
		<updated>2008-01-10T14:46:31Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=2691</id>
		<title>MediaWiki:TableOfContents</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=2691"/>
		<updated>2007-11-20T18:56:48Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page defines a table of contents to be shown in the quick bar area.&lt;br /&gt;
Each line corresponds to an entry, with asterisks defining hierarchical depth.&lt;br /&gt;
Entry definitions consist of: link, caption, condition, separated with pipe symbols.&lt;br /&gt;
The condition field is a regular expression matched against page title to decide whether the entry should be displayed.&lt;br /&gt;
Entries without conditions will always be displayed.&lt;br /&gt;
&lt;br /&gt;
*User Reference:Contents|User Manual&lt;br /&gt;
**User Reference:Operator Module|Operator Module|/^User Reference:/&lt;br /&gt;
**User Reference:Filters|Configuration Guide|/^User Reference:/&lt;br /&gt;
**|Applications|/^User Reference:/&lt;br /&gt;
***User Reference:CursorTask|Cursor Task|/^User Reference:(Contents|.*Task)/&lt;br /&gt;
***User Reference:P3SpellerTask|P3Speller Task|/^User Reference:(Contents|.*Task)/&lt;br /&gt;
***User Reference:StimulusPresentationTask|Stimulus Presentation|/^User Reference:(Contents|.*Task)/&lt;br /&gt;
**|Tools|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Launcher|BCI2000Launcher|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:BCI2000Viewer|BCI2000Viewer|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:BCI2000FileInfo|BCI2000FileInfo|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:BCI2000Export|BCI2000Export|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:EEGLabImport|EEGLabImport|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:Matlab MEX Files|Matlab MEX Files|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
***User Reference:Command Line Processing|Command Line Processing|/^User Reference:(Contents|BCI2000|Matlab|Command)/&lt;br /&gt;
&lt;br /&gt;
*Technical Reference:Contents|Technical Reference&lt;br /&gt;
**Technical Reference:System Design|System Design|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Core Modules|Core Modules|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:States of Operation|States of Operation|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:BCI2000 Messages|BCI2000 Messages|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Parameter Definition|Parameter Definition|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:State Definition|State Definition|/^Technical Reference:/&lt;br /&gt;
&lt;br /&gt;
*Contributions:Contents|Contributions&lt;br /&gt;
**Contributions:ADCs|Data Acquisition|/^Contributions:/&lt;br /&gt;
**Contributions:FileWriters|File Formats|/^Contributions:/&lt;br /&gt;
**Contributions:SignalProcessing|Signal Processing|/^Contributions:/&lt;br /&gt;
**Contributions:Applications|Applications|/^Contributions:/&lt;br /&gt;
**Contributions:Tools|Tools|/^Contributions:/&lt;br /&gt;
&lt;br /&gt;
*Programming Reference:Contents|Programming Manual&lt;br /&gt;
**|Concepts|/^Programming .*:/&lt;br /&gt;
***Programming Reference:Filter Chain|Filter Chain|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Signals|Signals|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Error Handling|Error Handling|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Localization|Localization|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Rapid Development|Rapid Development|/^Programming Reference:/&lt;br /&gt;
**|Reference|/^Programming .*:/&lt;br /&gt;
***Programming Reference:GenericFilter Class|GenericFilter Class|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Environment Class|Environment Class|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:GenericVisualization Class|GenericVisuali-zation Class|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Errors and Warnings|Errors and Warnings|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Debug Output|Debug Output|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:3D API|3D API|/^Programming Reference:/&lt;br /&gt;
**|Howtos|/^Programming .*:/&lt;br /&gt;
***Programming Howto:Building BCI2000|Building BCI2000|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Howto:SVN Client Setup|SVN Client Setup|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Howto:Using TortoiseSVN|Using Tortoise SVN|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
**|Tutorials|/^Programming .*:/&lt;br /&gt;
***Programming Tutorial:Implementing a Data Acquisition Module|Data Acquisition|/^Programming Tutorial:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Tutorial:Implementing a Signal Processing Filter|Signal Processing|/^Programming Tutorial:|^Programming Reference:Contents/&lt;br /&gt;
&lt;br /&gt;
*----&lt;br /&gt;
*BCI2000 Glossary&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=2690</id>
		<title>MediaWiki:TableOfContents</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=2690"/>
		<updated>2007-11-20T18:50:37Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page defines a table of contents to be shown in the quick bar area.&lt;br /&gt;
Each line corresponds to an entry, with asterisks defining hierarchical depth.&lt;br /&gt;
Entry definitions consist of: link, caption, condition, separated with pipe symbols.&lt;br /&gt;
The condition field is a regular expression matched against page title to decide whether the entry should be displayed.&lt;br /&gt;
Entries without conditions will always be displayed.&lt;br /&gt;
&lt;br /&gt;
*User Reference:Contents|User Manual&lt;br /&gt;
**User Reference:Operator Module|Operator Module|/^User Reference:/&lt;br /&gt;
**User Reference:Filters|Configuration Guide|/^User Reference:/&lt;br /&gt;
**|Applications|/^User Reference:/&lt;br /&gt;
***User Reference:CursorTask|Cursor Task|/^User Reference:/&lt;br /&gt;
***User Reference:P3SpellerTask|P3Speller Task|/^User Reference:/&lt;br /&gt;
***User Reference:StimulusPresentationTask|Stimulus Presentation|/^User Reference:/&lt;br /&gt;
**|Tools|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Launcher|BCI2000Launcher|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Viewer|BCI2000Viewer|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000FileInfo|BCI2000FileInfo|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Export|BCI2000Export|/^User Reference:/&lt;br /&gt;
***User Reference:EEGLabImport|EEGLabImport|/^User Reference:/&lt;br /&gt;
***User Reference:Matlab MEX Files|Matlab MEX Files|/^User Reference:/&lt;br /&gt;
***User Reference:Command Line Processing|Command Line Processing|/^User Reference:/&lt;br /&gt;
&lt;br /&gt;
*Technical Reference:Contents|Technical Reference&lt;br /&gt;
**Technical Reference:System Design|System Design|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Core Modules|Core Modules|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:States of Operation|States of Operation|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:BCI2000 Messages|BCI2000 Messages|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Parameter Definition|Parameter Definition|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:State Definition|State Definition|/^Technical Reference:/&lt;br /&gt;
&lt;br /&gt;
*Contributions:Contents|Contributions&lt;br /&gt;
**Contributions:ADCs|Data Acquisition|/^Contributions:/&lt;br /&gt;
**Contributions:FileWriters|File Formats|/^Contributions:/&lt;br /&gt;
**Contributions:SignalProcessing|Signal Processing|/^Contributions:/&lt;br /&gt;
**Contributions:Applications|Applications|/^Contributions:/&lt;br /&gt;
**Contributions:Tools|Tools|/^Contributions:/&lt;br /&gt;
&lt;br /&gt;
*Programming Reference:Contents|Programming Manual&lt;br /&gt;
**|Concepts|/^Programming .*:/&lt;br /&gt;
***Programming Reference:Filter Chain|Filter Chain|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Signals|Signals|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Error Handling|Error Handling|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Localization|Localization|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Rapid Development|Rapid Development|/^Programming Reference:/&lt;br /&gt;
**|Reference|/^Programming .*:/&lt;br /&gt;
***Programming Reference:GenericFilter Class|GenericFilter Class|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Environment Class|Environment Class|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:GenericVisualization Class|GenericVisuali-zation Class|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Errors and Warnings|Errors and Warnings|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Debug Output|Debug Output|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:3D API|3D API|/^Programming Reference:/&lt;br /&gt;
**|Howtos|/^Programming .*:/&lt;br /&gt;
***Programming Howto:Building BCI2000|Building BCI2000|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Howto:SVN Client Setup|SVN Client Setup|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Howto:Using TortoiseSVN|Using Tortoise SVN|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
**|Tutorials|/^Programming .*:/&lt;br /&gt;
***Programming Tutorial:Implementing a Data Acquisition Module|Data Acquisition|/^Programming Tutorial:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Tutorial:Implementing a Signal Processing Filter|Signal Processing|/^Programming Tutorial:|^Programming Reference:Contents/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*----&lt;br /&gt;
*BCI2000 Glossary&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=2689</id>
		<title>MediaWiki:TableOfContents</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=2689"/>
		<updated>2007-11-20T18:48:51Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page defines a table of contents to be shown in the quick bar area.&lt;br /&gt;
Each line corresponds to an entry, with asterisks defining hierarchical depth.&lt;br /&gt;
Entry definitions consist of: link, caption, condition, separated with pipe symbols.&lt;br /&gt;
The condition field is a regular expression matched against page title to decide whether the entry should be displayed.&lt;br /&gt;
Entries without conditions will always be displayed.&lt;br /&gt;
&lt;br /&gt;
*User Reference:Contents|User Manual&lt;br /&gt;
**User Reference:Operator Module|Operator Module|/^User Reference:/&lt;br /&gt;
**User Reference:Filters|Configuration Guide|/^User Reference:/&lt;br /&gt;
**|Applications|/^User Reference:/&lt;br /&gt;
***User Reference:CursorTask|Cursor Task|/^User Reference:/&lt;br /&gt;
***User Reference:P3SpellerTask|P3Speller Task|/^User Reference:/&lt;br /&gt;
***User Reference:StimulusPresentationTask|Stimulus Presentation|/^User Reference:/&lt;br /&gt;
**|Tools|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Launcher|BCI2000Launcher|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Viewer|BCI2000Viewer|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000FileInfo|BCI2000FileInfo|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Export|BCI2000Export|/^User Reference:/&lt;br /&gt;
***User Reference:EEGLabImport|EEGLabImport|/^User Reference:/&lt;br /&gt;
***User Reference:Matlab MEX Files|Matlab MEX Files|/^User Reference:/&lt;br /&gt;
***User Reference:Command Line Processing|Command Line Processing|/^User Reference:/&lt;br /&gt;
&lt;br /&gt;
*Technical Reference:Contents|Technical Reference&lt;br /&gt;
**Technical Reference:System Design|System Design|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Core Modules|Core Modules|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:States of Operation|States of Operation|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:BCI2000 Messages|BCI2000 Messages|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Parameter Definition|Parameter Definition|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:State Definition|State Definition|/^Technical Reference:/&lt;br /&gt;
&lt;br /&gt;
*Contributions:Contents|Contributions&lt;br /&gt;
**Contributions:ADCs|Data Acquisition|/^Contributions:/&lt;br /&gt;
**Contributions:FileWriters|File Formats|/^Contributions:/&lt;br /&gt;
**Contributions:SignalProcessing|Signal Processing|/^Contributions:/&lt;br /&gt;
**Contributions:Applications|Applications|/^Contributions:/&lt;br /&gt;
**Contributions:Tools|Tools|/^Contributions:/&lt;br /&gt;
&lt;br /&gt;
*Programming Reference:Contents|Programming Manual&lt;br /&gt;
**|Concepts|/^Programming .*:/&lt;br /&gt;
***Programming Reference:Filter Chain|Filter Chain|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Signals|Signals|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Error Handling|Error Handling|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Localization|Localization|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Rapid Development|Rapid Development|/^Programming Reference:/&lt;br /&gt;
**|Reference|/^Programming .*:/&lt;br /&gt;
***Programming Reference:GenericFilter Class|GenericFilter Class|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Environment Class|Environment Class|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:GenericVisualization Class|GenericVisuali-zation Class|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Errors and Warnings|Errors and Warnings|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Debug Output|Debug Output|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:3D API|3D API|/^Programming Reference:/&lt;br /&gt;
**|Howtos|/^Programming .*:/&lt;br /&gt;
***Programming Howto:Building BCI2000|Building BCI2000|/^Programming Howto:|^Programming Reference:Contents/&lt;br /&gt;
***Programming Howto:SVN Client Setup|SVN Client Setup|/^Programming Howto:/&lt;br /&gt;
***Programming Howto:Using TortoiseSVN|Using Tortoise SVN|/^Programming Howto:/&lt;br /&gt;
**|Tutorials|/^Programming .*:/&lt;br /&gt;
***Programming Tutorial:Implementing a Data Acquisition Module|Data Acquisition|/^Programming Tutorial:/&lt;br /&gt;
***Programming Tutorial:Implementing a Signal Processing Filter|Signal Processing|/^Programming Tutorial:/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*----&lt;br /&gt;
*BCI2000 Glossary&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=2688</id>
		<title>MediaWiki:TableOfContents</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=2688"/>
		<updated>2007-11-20T18:46:40Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page defines a table of contents to be shown in the quick bar area.&lt;br /&gt;
Each line corresponds to an entry, with asterisks defining hierarchical depth.&lt;br /&gt;
Entry definitions consist of: link, caption, condition, separated with pipe symbols.&lt;br /&gt;
The condition field is a regular expression matched against page title to decide whether the entry should be displayed.&lt;br /&gt;
Entries without conditions will always be displayed.&lt;br /&gt;
&lt;br /&gt;
*User Reference:Contents|User Manual&lt;br /&gt;
**User Reference:Operator Module|Operator Module|/^User Reference:/&lt;br /&gt;
**User Reference:Filters|Configuration Guide|/^User Reference:/&lt;br /&gt;
**|Applications|/^User Reference:/&lt;br /&gt;
***User Reference:CursorTask|Cursor Task|/^User Reference:/&lt;br /&gt;
***User Reference:P3SpellerTask|P3Speller Task|/^User Reference:/&lt;br /&gt;
***User Reference:StimulusPresentationTask|Stimulus Presentation|/^User Reference:/&lt;br /&gt;
**|Tools|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Launcher|BCI2000Launcher|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Viewer|BCI2000Viewer|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000FileInfo|BCI2000FileInfo|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Export|BCI2000Export|/^User Reference:/&lt;br /&gt;
***User Reference:EEGLabImport|EEGLabImport|/^User Reference:/&lt;br /&gt;
***User Reference:Matlab MEX Files|Matlab MEX Files|/^User Reference:/&lt;br /&gt;
***User Reference:Command Line Processing|Command Line Processing|/^User Reference:/&lt;br /&gt;
&lt;br /&gt;
*Technical Reference:Contents|Technical Reference&lt;br /&gt;
**Technical Reference:System Design|System Design|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Core Modules|Core Modules|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:States of Operation|States of Operation|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:BCI2000 Messages|BCI2000 Messages|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Parameter Definition|Parameter Definition|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:State Definition|State Definition|/^Technical Reference:/&lt;br /&gt;
&lt;br /&gt;
*Contributions:Contents|Contributions&lt;br /&gt;
**Contributions:ADCs|Data Acquisition|/^Contributions:/&lt;br /&gt;
**Contributions:FileWriters|File Formats|/^Contributions:/&lt;br /&gt;
**Contributions:SignalProcessing|Signal Processing|/^Contributions:/&lt;br /&gt;
**Contributions:Applications|Applications|/^Contributions:/&lt;br /&gt;
**Contributions:Tools|Tools|/^Contributions:/&lt;br /&gt;
&lt;br /&gt;
*Programming Reference:Contents|Programming Manual&lt;br /&gt;
**|Concepts|/^Programming .*:/&lt;br /&gt;
***Programming Reference:Filter Chain|Filter Chain|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Signals|Signals|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Error Handling|Error Handling|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Localization|Localization|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Rapid Development|Rapid Development|/^Programming Reference:/&lt;br /&gt;
**|Reference|/^Programming .*:/&lt;br /&gt;
***Programming Reference:GenericFilter Class|GenericFilter Class|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Environment Class|Environment Class|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:GenericVisualization Class|GenericVisuali-zation Class|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Errors and Warnings|Errors and Warnings|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Debug Output|Debug Output|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:3D API|3D API|/^Programming Reference:/&lt;br /&gt;
**|Howtos|/^Programming .*:/&lt;br /&gt;
***Programming Howto:Building BCI2000|Building BCI2000|/^Programming Howto:/&lt;br /&gt;
***Programming Howto:SVN Client Setup|SVN Client Setup|/^Programming Howto:/&lt;br /&gt;
***Programming Howto:Using TortoiseSVN|Using Tortoise SVN|/^Programming Howto:/&lt;br /&gt;
**|Tutorials|/^Programming .*:/&lt;br /&gt;
***Programming Tutorial:Implementing a Data Acquisition Module|Data Acquisition|/^Programming Tutorial:/&lt;br /&gt;
***Programming Tutorial:Implementing a Signal Processing Filter|Signal Processing|/^Programming Tutorial:/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*----&lt;br /&gt;
*BCI2000 Glossary&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=2687</id>
		<title>MediaWiki:TableOfContents</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=2687"/>
		<updated>2007-11-20T18:43:21Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page defines a table of contents to be shown in the quick bar area.&lt;br /&gt;
Each line corresponds to an entry, with asterisks defining hierarchical depth.&lt;br /&gt;
Entry definitions consist of: link, caption, condition, separated with pipe symbols.&lt;br /&gt;
The condition field is a regular expression matched against page title to decide whether the entry should be displayed.&lt;br /&gt;
Entries without conditions will always be displayed.&lt;br /&gt;
&lt;br /&gt;
*User Reference:Contents|User Manual&lt;br /&gt;
**User Reference:Operator Module|Operator Module|/^User Reference:/&lt;br /&gt;
**User Reference:Filters|Configuration Guide|/^User Reference:/&lt;br /&gt;
**|Applications|/^User Reference:/&lt;br /&gt;
***User Reference:CursorTask|Cursor Task|/^User Reference:/&lt;br /&gt;
***User Reference:P3SpellerTask|P3Speller Task|/^User Reference:/&lt;br /&gt;
***User Reference:StimulusPresentationTask|Stimulus Presentation|/^User Reference:/&lt;br /&gt;
**|Tools|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Launcher|BCI2000Launcher|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Viewer|BCI2000Viewer|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000FileInfo|BCI2000FileInfo|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Export|BCI2000Export|/^User Reference:/&lt;br /&gt;
***User Reference:EEGLabImport|EEGLabImport|/^User Reference:/&lt;br /&gt;
***User Reference:Matlab MEX Files|Matlab MEX Files|/^User Reference:/&lt;br /&gt;
***User Reference:Command Line Processing|Command Line Processing|/^User Reference:/&lt;br /&gt;
&lt;br /&gt;
*Technical Reference:Contents|Technical Reference&lt;br /&gt;
**Technical Reference:System Design|System Design|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Core Modules|Core Modules|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:States of Operation|States of Operation|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:BCI2000 Messages|BCI2000 Messages|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Parameter Definition|Parameter Definition|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:State Definition|State Definition|/^Technical Reference:/&lt;br /&gt;
&lt;br /&gt;
*Contributions:Contents|Contributions&lt;br /&gt;
**Contributions:ADCs|Data Acquisition|/^Contributions:/&lt;br /&gt;
**Contributions:FileWriters|File Formats|/^Contributions:/&lt;br /&gt;
**Contributions:SignalProcessing|Signal Processing|/^Contributions:/&lt;br /&gt;
**Contributions:Applications|Applications|/^Contributions:/&lt;br /&gt;
**Contributions:Tools|Tools|/^Contributions:/&lt;br /&gt;
&lt;br /&gt;
*Programming Reference:Contents|Programming Manual&lt;br /&gt;
**|Concepts|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Filter Chain|Filter Chain|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Signals|Signals|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Error Handling|Error Handling|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Localization|Localization|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Rapid Development|Rapid Development|/^Programming Reference:/&lt;br /&gt;
**|Reference|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:GenericFilter Class|GenericFilter Class|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Environment Class|Environment Class|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:GenericVisualization Class|GenericVisuali-zation Class|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Errors and Warnings|Errors and Warnings|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Debug Output|Debug Output|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:3D API|3D API|/^Programming Reference:/&lt;br /&gt;
**|Howtos|/^Programming Reference:/&lt;br /&gt;
***Programming Howto:Building BCI2000|Building BCI2000|/^Programming Reference:/&lt;br /&gt;
***Programming Howto:SVN Client Setup|SVN Client Setup|/^Programming Reference:/&lt;br /&gt;
***Programming Howto:Using TortoiseSVN|Using Tortoise SVN|/^Programming Reference:/&lt;br /&gt;
**|Tutorials|/^Programming Reference:/&lt;br /&gt;
***Programming Tutorial:Implementing a Data Acquisition Module|Data Acquisition|/^Programming Reference:/&lt;br /&gt;
***Programming Tutorial:Implementing a Signal Processing Filter|Signal Processing|/^Programming Reference:/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*----&lt;br /&gt;
*BCI2000 Glossary&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=2686</id>
		<title>MediaWiki:TableOfContents</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=2686"/>
		<updated>2007-11-20T18:39:30Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page defines a table of contents to be shown in the quick bar area.&lt;br /&gt;
Each line corresponds to an entry, with asterisks defining hierarchical depth.&lt;br /&gt;
Entry definitions consist of: link, caption, condition, separated with pipe symbols.&lt;br /&gt;
The condition field is a regular expression matched against page title to decide whether the entry should be displayed.&lt;br /&gt;
Entries without conditions will always be displayed.&lt;br /&gt;
&lt;br /&gt;
*User Reference:Contents|User Manual&lt;br /&gt;
**User Reference:Operator Module|Operator Module|/^User Reference:/&lt;br /&gt;
**User Reference:Filters|Configuration Guide|/^User Reference:/&lt;br /&gt;
**User Reference:Contents#Configuring the Online System|Applications|/^User Reference:/&lt;br /&gt;
***User Reference:CursorTask|Cursor Task|/^User Reference:/&lt;br /&gt;
***User Reference:P3SpellerTask|P3Speller Task|/^User Reference:/&lt;br /&gt;
***User Reference:StimulusPresentationTask|Stimulus Presentation|/^User Reference:/&lt;br /&gt;
**User Reference:Contents#Using BCI2000 Tools|Tools|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Launcher|BCI2000Launcher|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Viewer|BCI2000Viewer|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000FileInfo|BCI2000FileInfo|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Export|BCI2000Export|/^User Reference:/&lt;br /&gt;
***User Reference:EEGLabImport|EEGLabImport|/^User Reference:/&lt;br /&gt;
***User Reference:Matlab MEX Files|Matlab MEX Files|/^User Reference:/&lt;br /&gt;
***User Reference:Command Line Processing|Command Line Processing|/^User Reference:/&lt;br /&gt;
&lt;br /&gt;
*Technical Reference:Contents|Technical Reference&lt;br /&gt;
**Technical Reference:System Design|System Design|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Core Modules|Core Modules|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:States of Operation|States of Operation|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:BCI2000 Messages|BCI2000 Messages|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Parameter Definition|Parameter Definition|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:State Definition|State Definition|/^Technical Reference:/&lt;br /&gt;
&lt;br /&gt;
*Contributions:Contents|Contributions&lt;br /&gt;
**Contributions:ADCs|Data Acquisition|/^Contributions:/&lt;br /&gt;
**Contributions:FileWriters|File Formats|/^Contributions:/&lt;br /&gt;
**Contributions:SignalProcessing|Signal Processing|/^Contributions:/&lt;br /&gt;
**Contributions:Applications|Applications|/^Contributions:/&lt;br /&gt;
**Contributions:Tools|Tools|/^Contributions:/&lt;br /&gt;
&lt;br /&gt;
*Programming Reference:Contents|Programming Manual&lt;br /&gt;
**|Concepts|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Filter Chain|Filter Chain|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Signals|Signals|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Error Handling|Error Handling|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Localization|Localization|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Rapid Development|Rapid Development|/^Programming Reference:/&lt;br /&gt;
**|Reference|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:GenericFilter Class|GenericFilter Class|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Environment Class|Environment Class|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:GenericVisualization Class|GenericVisualization Class|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Errors and Warnings|Errors and Warnings|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:Debug Output|Debug Output|/^Programming Reference:/&lt;br /&gt;
***Programming Reference:3D API|3D API|/^Programming Reference:/&lt;br /&gt;
**|Howtos|/^Programming Reference:/&lt;br /&gt;
**|Tutorials|/^Programming Reference:/&lt;br /&gt;
&lt;br /&gt;
*----&lt;br /&gt;
*BCI2000 Glossary&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=2685</id>
		<title>MediaWiki:TableOfContents</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=2685"/>
		<updated>2007-11-20T18:29:57Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page defines a table of contents to be shown in the quick bar area.&lt;br /&gt;
Each line corresponds to an entry, with asterisks defining hierarchical depth.&lt;br /&gt;
Entry definitions consist of: link, caption, condition, separated with pipe symbols.&lt;br /&gt;
The condition field is a regular expression matched against page title to decide whether the entry should be displayed.&lt;br /&gt;
Entries without conditions will always be displayed.&lt;br /&gt;
&lt;br /&gt;
*User Reference:Contents|User Manual&lt;br /&gt;
**User Reference:Operator Module|Operator Module|/^User Reference:/&lt;br /&gt;
**User Reference:Filters|Configuration Guide|/^User Reference:/&lt;br /&gt;
**User Reference:Contents#Configuring the Online System|Applications|/^User Reference:/&lt;br /&gt;
***User Reference:CursorTask|Cursor Task|/^User Reference:/&lt;br /&gt;
***User Reference:P3SpellerTask|P3Speller Task|/^User Reference:/&lt;br /&gt;
***User Reference:StimulusPresentationTask|Stimulus Presentation|/^User Reference:/&lt;br /&gt;
**User Reference:Contents#Using BCI2000 Tools|Tools|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Launcher|BCI2000Launcher|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Viewer|BCI2000Viewer|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000FileInfo|BCI2000FileInfo|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Export|BCI2000Export|/^User Reference:/&lt;br /&gt;
***User Reference:EEGLabImport|EEGLabImport|/^User Reference:/&lt;br /&gt;
***User Reference:Matlab MEX Files|Matlab MEX Files|/^User Reference:/&lt;br /&gt;
***User Reference:Command Line Processing|Command Line Processing|/^User Reference:/&lt;br /&gt;
&lt;br /&gt;
*Technical Reference:Contents|Technical Reference&lt;br /&gt;
**Technical Reference:System Design|System Design|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Core Modules|Core Modules|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:States of Operation|States of Operation|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:BCI2000 Messages|BCI2000 Messages|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Parameter Definition|Parameter Definition|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:State Definition|State Definition|/^Technical Reference:/&lt;br /&gt;
&lt;br /&gt;
*Contributions:Contents|Contributions&lt;br /&gt;
**Contributions:ADCs|Data Acquisition|/^Contributions:/&lt;br /&gt;
**Contributions:FileWriters|File Formats|/^Contributions:/&lt;br /&gt;
&lt;br /&gt;
*Programming Reference:Contents|Programming Manual&lt;br /&gt;
&lt;br /&gt;
*----&lt;br /&gt;
*BCI2000 Glossary&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=2684</id>
		<title>MediaWiki:TableOfContents</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=2684"/>
		<updated>2007-11-20T18:26:02Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page defines a table of contents to be shown in the quick bar area.&lt;br /&gt;
Each line corresponds to an entry, with asterisks defining hierarchical depth.&lt;br /&gt;
Entry definitions consist of: link, caption, condition, separated with pipe symbols.&lt;br /&gt;
The condition field is a regular expression matched against page title to decide whether the entry should be displayed.&lt;br /&gt;
Entries without conditions will always be displayed.&lt;br /&gt;
&lt;br /&gt;
*User Reference:Contents|User Manual&lt;br /&gt;
**User Reference:Operator Module|Operator Module|/^User Reference:/&lt;br /&gt;
**User Reference:Filters|Configuration Guide|/^User Reference:/&lt;br /&gt;
**User Reference:Contents#Configuring the Online System|Applications&lt;br /&gt;
***User Reference:CursorTask|Cursor Task|/^User Reference:/&lt;br /&gt;
***User Reference:P3SpellerTask|P3Speller Task|/^User Reference:/&lt;br /&gt;
***User Reference:StimulusPresentationTask|Stimulus Presentation|/^User Reference:/&lt;br /&gt;
**User Reference:Contents#Using BCI2000 Tools|Tools&lt;br /&gt;
***User Reference:BCI2000Launcher|BCI2000Launcher|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Viewer|BCI2000Viewer|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000FileInfo|BCI2000FileInfo|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Export|BCI2000Export|/^User Reference:/&lt;br /&gt;
***User Reference:EEGLabImport|EEGLabImport|/^User Reference:/&lt;br /&gt;
***User Reference:Matlab MEX Files|Matlab MEX Files|/^User Reference:/&lt;br /&gt;
***User Reference:Command Line Processing|Command Line Processing|/^User Reference:/&lt;br /&gt;
&lt;br /&gt;
*Technical Reference:Contents|Technical Reference&lt;br /&gt;
**Technical Reference:System Design|System Design|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Core Modules|Core Modules|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:States of Operation|States of Operation|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:BCI2000 Messages|BCI2000 Messages|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Parameter Definition|Parameter Definition|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:State Definition|State Definition|/^Technical Reference:/&lt;br /&gt;
&lt;br /&gt;
*Contributions:Contents|Contributions&lt;br /&gt;
**Contributions:ADCs|Data Acquisition|/^Contributions:/&lt;br /&gt;
**Contributions:FileWriters|File Formats|/^Contributions:/&lt;br /&gt;
&lt;br /&gt;
*Programming Reference:Contents|Programming Manual&lt;br /&gt;
&lt;br /&gt;
*----&lt;br /&gt;
*BCI2000 Glossary&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=2683</id>
		<title>MediaWiki:TableOfContents</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=2683"/>
		<updated>2007-11-20T18:23:45Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page defines a table of contents to be shown in the quick bar area.&lt;br /&gt;
Each line corresponds to an entry, with asterisks defining hierarchical depth.&lt;br /&gt;
Entry definitions consist of: link, caption, condition, separated with pipe symbols.&lt;br /&gt;
The condition field is a regular expression matched against page title to decide whether the entry should be displayed.&lt;br /&gt;
Entries without conditions will always be displayed.&lt;br /&gt;
&lt;br /&gt;
*User Reference:Contents|User Manual&lt;br /&gt;
**User Reference:Operator Module|Operator Module|/^User Reference:/&lt;br /&gt;
**User Reference:Filters|Configuration Guide|/^User Reference:/&lt;br /&gt;
**Applications&lt;br /&gt;
***User Reference:CursorTask|Cursor Task|/^User Reference:/&lt;br /&gt;
***User Reference:P3SpellerTask|P3Speller Task|/^User Reference:/&lt;br /&gt;
***User Reference:StimulusPresentationTask|Stimulus Presentation|/^User Reference:/&lt;br /&gt;
**Tools&lt;br /&gt;
***User Reference:BCI2000Launcher|BCI2000Launcher|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Viewer|BCI2000Viewer|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000FileInfo|BCI2000FileInfo|/^User Reference:/&lt;br /&gt;
***User Reference:BCI2000Export|BCI2000Export|/^User Reference:/&lt;br /&gt;
***User Reference:EEGLabImport|EEGLabImport|/^User Reference:/&lt;br /&gt;
***User Reference:Matlab MEX Files|Matlab MEX Files|/^User Reference:/&lt;br /&gt;
***User Reference:Command Line Processing|Command Line Processing|/^User Reference:/&lt;br /&gt;
&lt;br /&gt;
*Technical Reference:Contents|Technical Reference&lt;br /&gt;
**Technical Reference:System Design|System Design|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Core Modules|Core Modules|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:States of Operation|States of Operation|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:BCI2000 Messages|BCI2000 Messages|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Parameter Definition|Parameter Definition|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:State Definition|State Definition|/^Technical Reference:/&lt;br /&gt;
&lt;br /&gt;
*Contributions:Contents|Contributions&lt;br /&gt;
**Contributions:ADCs|Data Acquisition|/^Contributions:/&lt;br /&gt;
**Contributions:FileWriters|File Formats|/^Contributions:/&lt;br /&gt;
&lt;br /&gt;
*Programming Reference:Contents|Programming Manual&lt;br /&gt;
&lt;br /&gt;
*----&lt;br /&gt;
*BCI2000 Glossary&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=2682</id>
		<title>MediaWiki:TableOfContents</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=2682"/>
		<updated>2007-11-20T18:22:43Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page defines a table of contents to be shown in the quick bar area.&lt;br /&gt;
Each line corresponds to an entry, with asterisks defining hierarchical depth.&lt;br /&gt;
Entry definitions consist of: link, caption, condition, separated with pipe symbols.&lt;br /&gt;
The condition field is a regular expression matched against page title to decide whether the entry should be displayed.&lt;br /&gt;
Entries without conditions will always be displayed.&lt;br /&gt;
&lt;br /&gt;
*User Reference:Contents|User Manual&lt;br /&gt;
**User Reference:Operator Module|Operator Module|/^User Reference:/&lt;br /&gt;
**User Reference:Filters|Configuration Guide|/^User Reference:/&lt;br /&gt;
**----&lt;br /&gt;
**User Reference:CursorTask|Cursor Task|/^User Reference:/&lt;br /&gt;
**User Reference:P3SpellerTask|P3Speller Task|/^User Reference:/&lt;br /&gt;
**User Reference:StimulusPresentationTask|Stimulus Presentation|/^User Reference:/&lt;br /&gt;
**----&lt;br /&gt;
**User Reference:BCI2000Launcher|BCI2000Launcher|/^User Reference:/&lt;br /&gt;
**User Reference:BCI2000Viewer|BCI2000Viewer|/^User Reference:/&lt;br /&gt;
**User Reference:BCI2000FileInfo|BCI2000FileInfo|/^User Reference:/&lt;br /&gt;
**User Reference:BCI2000Export|BCI2000Export|/^User Reference:/&lt;br /&gt;
**User Reference:EEGLabImport|EEGLabImport|/^User Reference:/&lt;br /&gt;
**User Reference:Matlab MEX Files|Matlab MEX Files|/^User Reference:/&lt;br /&gt;
**User Reference:Command Line Processing|Command Line Processing|/^User Reference:/&lt;br /&gt;
&lt;br /&gt;
*Technical Reference:Contents|Technical Reference&lt;br /&gt;
**Technical Reference:System Design|System Design|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Core Modules|Core Modules|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:States of Operation|States of Operation|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:BCI2000 Messages|BCI2000 Messages|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Parameter Definition|Parameter Definition|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:State Definition|State Definition|/^Technical Reference:/&lt;br /&gt;
&lt;br /&gt;
*Contributions:Contents|Contributions&lt;br /&gt;
**Contributions:ADCs|Data Acquisition|/^Contributions:/&lt;br /&gt;
**Contributions:FileWriters|File Formats|/^Contributions:/&lt;br /&gt;
&lt;br /&gt;
*Programming Reference:Contents|Programming Manual&lt;br /&gt;
&lt;br /&gt;
*----&lt;br /&gt;
*BCI2000 Glossary&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=2681</id>
		<title>MediaWiki:TableOfContents</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:TableOfContents&amp;diff=2681"/>
		<updated>2007-11-20T18:22:00Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page defines a table of contents to be shown in the quick bar area.&lt;br /&gt;
Each line corresponds to an entry, with asterisks defining hierarchical depth.&lt;br /&gt;
Entry definitions consist of: link, caption, condition, separated with pipe symbols.&lt;br /&gt;
The condition field is a regular expression matched against page title to decide whether the entry should be displayed.&lt;br /&gt;
Entries without conditions will always be displayed.&lt;br /&gt;
&lt;br /&gt;
*User Reference:Contents|User Manual&lt;br /&gt;
**User Reference:Operator Module|Operator Module|/^User Reference:/&lt;br /&gt;
**User Reference:Filters|Configuration Guide|/^User Reference:/&lt;br /&gt;
**----&lt;br /&gt;
**User Reference:CursorTask|Cursor Task|/^User Reference:/&lt;br /&gt;
**User Reference:P3Speller|P3Speller Task|/^User Reference:/&lt;br /&gt;
**User Reference:StimulusPresentationTask|Stimulus Presentation|/^User Reference:/&lt;br /&gt;
**----&lt;br /&gt;
**User Reference:BCI2000Launcher|BCI2000Launcher|/^User Reference:/&lt;br /&gt;
**User Reference:BCI2000Viewer|BCI2000Viewer|/^User Reference:/&lt;br /&gt;
**User Reference:BCI2000FileInfo|BCI2000FileInfo|/^User Reference:/&lt;br /&gt;
**User Reference:BCI2000Export|BCI2000Export|/^User Reference:/&lt;br /&gt;
**User Reference:EEGLabImport|EEGLabImport|/^User Reference:/&lt;br /&gt;
**User Reference:Matlab MEX Files|Matlab MEX Files|/^User Reference:/&lt;br /&gt;
**User Reference:Command Line Processing|Command Line Processing|/^User Reference:/&lt;br /&gt;
&lt;br /&gt;
*Technical Reference:Contents|Technical Reference&lt;br /&gt;
**Technical Reference:System Design|System Design|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Core Modules|Core Modules|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:States of Operation|States of Operation|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:BCI2000 Messages|BCI2000 Messages|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:Parameter Definition|Parameter Definition|/^Technical Reference:/&lt;br /&gt;
**Technical Reference:State Definition|State Definition|/^Technical Reference:/&lt;br /&gt;
&lt;br /&gt;
*Contributions:Contents|Contributions&lt;br /&gt;
**Contributions:ADCs|Data Acquisition|/^Contributions:/&lt;br /&gt;
**Contributions:FileWriters|File Formats|/^Contributions:/&lt;br /&gt;
&lt;br /&gt;
*Programming Reference:Contents|Programming Manual&lt;br /&gt;
&lt;br /&gt;
*----&lt;br /&gt;
*BCI2000 Glossary&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Htmlhelp.css&amp;diff=2642</id>
		<title>MediaWiki:Htmlhelp.css</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Htmlhelp.css&amp;diff=2642"/>
		<updated>2007-11-13T18:11:50Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; body {&lt;br /&gt;
  font-family: sans-serif;&lt;br /&gt;
  font-size: 85%;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 h1.pagetitle { font-size: 250%; }&lt;br /&gt;
&lt;br /&gt;
 a:link {text-decoration:none;}&lt;br /&gt;
 a:visited {text-decoration:none;}&lt;br /&gt;
 a:hover {text-decoration:underline;}&lt;br /&gt;
 a:active {text-decoration:none;}&lt;br /&gt;
&lt;br /&gt;
 #quickbar {&lt;br /&gt;
  font-family: sans-serif;&lt;br /&gt;
  font-size: 90%;&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
  line-height: 1.5em;&lt;br /&gt;
  border: 1px solid #bba;&lt;br /&gt;
  background-color: #f7f7f7;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 #quickbar .image {&lt;br /&gt;
   margin-left: auto;&lt;br /&gt;
   margin-right: auto;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 #quickbar ul {&lt;br /&gt;
   list-style: outside;&lt;br /&gt;
   line-height: 1.2em;&lt;br /&gt;
   margin: 0 0 0 0.4em;&lt;br /&gt;
   padding: 0 0 0.5em 0;&lt;br /&gt;
 }&lt;br /&gt;
 #quickbar ol {&lt;br /&gt;
   list-style: outside;&lt;br /&gt;
   line-height: 1.2em;&lt;br /&gt;
   margin: 0 0 0 0.4em;&lt;br /&gt;
   padding: 0 0 0.5em 0;&lt;br /&gt;
   list-style-image: none;&lt;br /&gt;
 }&lt;br /&gt;
 #quickbar li {&lt;br /&gt;
  text-indent: 0;&lt;br /&gt;
  margin: 0 0 0 1em;&lt;br /&gt;
  padding: 0 0 0 0;&lt;br /&gt;
 }&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Htmlhelp.css&amp;diff=2641</id>
		<title>MediaWiki:Htmlhelp.css</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Htmlhelp.css&amp;diff=2641"/>
		<updated>2007-11-13T18:11:16Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; body {&lt;br /&gt;
  font-family: sans-serif;&lt;br /&gt;
  font-size: 85%;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 h1.pagetitle { font-size: 250%; }&lt;br /&gt;
&lt;br /&gt;
 a:link {text-decoration:none;}&lt;br /&gt;
 a:visited {text-decoration:none;}&lt;br /&gt;
 a:hover {text-decoration:underline;}&lt;br /&gt;
 a:active {text-decoration:none;}&lt;br /&gt;
&lt;br /&gt;
 #quickbar {&lt;br /&gt;
  font-family: sans-serif;&lt;br /&gt;
  font-size: 90%;&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
  line-height: 1.5em;&lt;br /&gt;
  border: 1px solid #bba;&lt;br /&gt;
  background-color: #f7f7f7;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 #quickbar .image {&lt;br /&gt;
   margin-left: auto;&lt;br /&gt;
   margin-right: auto;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 #quickbar ul {&lt;br /&gt;
   list-style: outside;&lt;br /&gt;
   line-height: 1.2em;&lt;br /&gt;
   margin: 0.5em 0 0 0.4em;&lt;br /&gt;
   padding: 0 0 0.5em 0;&lt;br /&gt;
 }&lt;br /&gt;
 #quickbar ol {&lt;br /&gt;
   list-style: outside;&lt;br /&gt;
   line-height: 1.2em;&lt;br /&gt;
   margin: 0.5em 0 0 0.4em;&lt;br /&gt;
   padding: 0 0 0.5em 0;&lt;br /&gt;
   list-style-image: none;&lt;br /&gt;
 }&lt;br /&gt;
 #quickbar li {&lt;br /&gt;
  text-indent: 0;&lt;br /&gt;
  margin: 0 0 0 1em;&lt;br /&gt;
  padding: 0 0 0 0;&lt;br /&gt;
 }&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Htmlhelp.css&amp;diff=2640</id>
		<title>MediaWiki:Htmlhelp.css</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Htmlhelp.css&amp;diff=2640"/>
		<updated>2007-11-13T18:09:47Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; body {&lt;br /&gt;
  font-family: sans-serif;&lt;br /&gt;
  font-size: 85%;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 h1.pagetitle { font-size: 250%; }&lt;br /&gt;
&lt;br /&gt;
 a:link {text-decoration:none;}&lt;br /&gt;
 a:visited {text-decoration:none;}&lt;br /&gt;
 a:hover {text-decoration:underline;}&lt;br /&gt;
 a:active {text-decoration:none;}&lt;br /&gt;
&lt;br /&gt;
 #quickbar {&lt;br /&gt;
  font-family: sans-serif;&lt;br /&gt;
  font-size: 90%;&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
  line-height: 1.5em;&lt;br /&gt;
  border: 1px solid #bba;&lt;br /&gt;
  background-color: #f7f7f7;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 #quickbar .image {&lt;br /&gt;
   margin-left: auto;&lt;br /&gt;
   margin-right: auto;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 #quickbar ul {&lt;br /&gt;
    list-style: outside;&lt;br /&gt;
    line-height: 1.2em;&lt;br /&gt;
    margin: 0 0 0 0.4em;&lt;br /&gt;
    padding: 0 0 0.5em 0;&lt;br /&gt;
 }&lt;br /&gt;
 #quickbar ol {&lt;br /&gt;
    list-style: outside;&lt;br /&gt;
    line-height: 1.2em;&lt;br /&gt;
    margin: 0 0 0 0.4em;&lt;br /&gt;
    padding: 0 0 0.5em 0;&lt;br /&gt;
    list-style-image: none;&lt;br /&gt;
 }&lt;br /&gt;
 #quickbar li {&lt;br /&gt;
  text-indent: 0;&lt;br /&gt;
  margin: 0 0 0 1em;&lt;br /&gt;
  padding: 0 0 0 0;&lt;br /&gt;
 }&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Htmlhelp.css&amp;diff=2639</id>
		<title>MediaWiki:Htmlhelp.css</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=MediaWiki:Htmlhelp.css&amp;diff=2639"/>
		<updated>2007-11-13T18:08:13Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; body {&lt;br /&gt;
  font-family: sans-serif;&lt;br /&gt;
  font-size: 85%;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 h1.pagetitle { font-size: 250%; }&lt;br /&gt;
&lt;br /&gt;
 a:link {text-decoration:none;}&lt;br /&gt;
 a:visited {text-decoration:none;}&lt;br /&gt;
 a:hover {text-decoration:underline;}&lt;br /&gt;
 a:active {text-decoration:none;}&lt;br /&gt;
&lt;br /&gt;
 #quickbar {&lt;br /&gt;
  font-family: sans-serif;&lt;br /&gt;
  font-size: 90%;&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
  line-height: 1.5em;&lt;br /&gt;
  border: 1px solid #bba;&lt;br /&gt;
  background-color: #f7f7f7;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 #quickbar .image {&lt;br /&gt;
   margin-left: auto;&lt;br /&gt;
   margin-right: auto;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 #quickbar ul {&lt;br /&gt;
    text-indent: 0em;&lt;br /&gt;
    list-style: outside;&lt;br /&gt;
    line-height: 1.2em;&lt;br /&gt;
    margin: 0 0 0 0.4em;&lt;br /&gt;
    padding: 0 0 0.5em 0;&lt;br /&gt;
 }&lt;br /&gt;
 #quickbar ol {&lt;br /&gt;
    text-indent: 0em;&lt;br /&gt;
    list-style: outside;&lt;br /&gt;
    line-height: 1.2em;&lt;br /&gt;
    margin: 0 0 0 0.4em;&lt;br /&gt;
    padding: 0 0 0.5em 0;&lt;br /&gt;
    list-style-image: none;&lt;br /&gt;
 }&lt;br /&gt;
 #quickbar li {&lt;br /&gt;
  margin: 0 0 0 1em;&lt;br /&gt;
  padding: 0 0 0 0;&lt;br /&gt;
 }&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>