Main public logs
Appearance
Combined display of all available logs of BCI2000 Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:09, 15 November 2025 Nluczak talk contribs uploaded File:RippleStimulationWaveform.png (Example monophasic stimulation train)
- 06:06, 15 November 2025 Nluczak talk contribs created page File:RippleStimulationParameters.png
- 06:06, 15 November 2025 Nluczak talk contribs uploaded File:RippleStimulationParameters.png
- 16:48, 29 October 2025 Mellinger talk contribs created page File:FTLF8519P3BNL.jpg
- 16:48, 29 October 2025 Mellinger talk contribs uploaded File:FTLF8519P3BNL.jpg
- 16:29, 29 October 2025 Mellinger talk contribs created page File:OpticalEthernetInterface.jpg
- 16:29, 29 October 2025 Mellinger talk contribs uploaded File:OpticalEthernetInterface.jpg
- 16:24, 29 October 2025 Mellinger talk contribs created page File:NeuralynxAmpFiberConnectors.jpg
- 16:24, 29 October 2025 Mellinger talk contribs uploaded File:NeuralynxAmpFiberConnectors.jpg
- 16:08, 29 October 2025 Mellinger talk contribs uploaded a new version of File:NeuralynxConnections.svg
- 15:59, 29 October 2025 Mellinger talk contribs uploaded a new version of File:NeuralynxConnections.svg
- 15:57, 29 October 2025 Mellinger talk contribs uploaded a new version of File:NeuralynxConnections.svg
- 15:43, 29 October 2025 Mellinger talk contribs created page File:NeuralynxConnections.svg
- 15:43, 29 October 2025 Mellinger talk contribs uploaded File:NeuralynxConnections.svg
- 20:30, 24 October 2025 Nluczak talk contribs created page Contributions:PicoscopeADC (Created page with "==Synopsis== This source module streams analog data from PicoScope 5000A series oscilloscopes using the official ps5000a API from Pico Technology. It supports 1–4 analog channels (A…D) depending on model and resolution, and integrates with BCI2000’s SourceFilter framework. ==Location== http://{{SERVERNAME}}/svn/trunk/src/custom/PicoScopeADC ==Versioning== ===Authors=== ChatGPT (initial BCI2000 integration and streaming path) Nich...")
- 16:05, 22 October 2025 Mellinger talk contribs created page User Tutorial:Testing AV Playback Tutorial (Created page with "==Purpose== This tutorial gives you an overview how to make sure that your computer system is able to fulfill the requirements of auditory and visual stimulus playback using BCI2000. ==Introduction== BCI2000 comes with an AVTest application module that produces video and audio suited to detect playback glitches. This is intended help you adjust system preferences in order to eliminate or minimize such glitches. ==Running AVTest with SignalGenerator== To run the AVTest...")
- 15:18, 24 September 2025 Mellinger talk contribs uploaded a new version of File:OperatorPreferences.png
- 15:02, 29 August 2025 Jhill talk contribs uploaded a new version of File:CustomDialogExample.png
- 22:37, 28 August 2025 Jhill talk contribs created page File:CustomDialogExample.png
- 22:37, 28 August 2025 Jhill talk contribs uploaded File:CustomDialogExample.png
- 17:58, 28 August 2025 Jhill talk contribs created page User Reference:Custom GUI Commands (Created page with "BCI2000's Operator Module Scripting capabilities include the ability to prompt the user for specific pieces of information via modal Qt dialogs. The expanded form of this documentation is still under construction. For now, here is the short summary: =====CHOOSE [INPUT] FILE[S] [OF TYPE <.ext1> [<.ext2> ...]] [STARTING AT <dir>] [WITH PROMPT <message>]===== Via the Qt graphical user interface, prompt the user to select an e...")
- 15:26, 28 June 2025 Mellinger talk contribs moved page CortecADC to Contributions:CortecADC
- 17:51, 24 June 2025 Wengelhardt talk contribs created page Closed-Loop Stimulation (Created page with "How do we do closed-loop stimulation in BCI2000? This page will provide a foundation to help you on your closed-loop journey. Since BCI2000 is designed to be closed-loop, implementing stimulation is relatively simple. There are only a few adjustments needed to change a closed-loop task, like the Mu Rhythm tutorial, to a closed-loop stimulation task. ==Stimulator Types== There are two types of stimulators in BCI2000 which are trea...")
- 16:18, 24 June 2025 Wengelhardt talk contribs created page User:Wengelhardt (Who am I?)
- 20:42, 19 June 2025 Admin talk contribs deleted page Contributions:BCI2000Automation (content was: "#REDIRECT Obsolete:Contributions:BCI2000Automation", and the only contributor was "Mellinger" (talk))
- 20:41, 19 June 2025 Mellinger talk contribs moved page Contributions:BCI2000Automation to Obsolete:Contributions:BCI2000Automation
- 20:11, 19 June 2025 Admin talk contribs deleted page Contributions:split bcidat (content was: "==Synopsis== split_bcidat is a a command line tool that splits BCI2000 .dat files into a number of smaller BCI2000 .dat files. It can be used in order to work around the 2 GB file size limitation that applies for the load_bcidat mex file. '''Note:''' The 2GB file size limit no longer applies for the load_bcidat mex file. Thus, this tool has become obsolete. ==Location=...", and the only contributor was "Mellinger" (talk))
- 04:11, 12 June 2025 Nluczak talk contribs created page Contributions:RippleADC (Initial publish)
- 16:44, 7 June 2025 Mellinger talk contribs uploaded a new version of File:OperatorVisualization.png
- 16:34, 7 June 2025 Mellinger talk contribs created page File:VisualizationDock.PNG
- 16:34, 7 June 2025 Mellinger talk contribs uploaded File:VisualizationDock.PNG
- 20:28, 3 June 2025 Mellinger talk contribs uploaded a new version of File:ColorSelector.PNG
- 20:10, 3 June 2025 Mellinger talk contribs created page File:ColorSelector.PNG
- 20:10, 3 June 2025 Mellinger talk contribs uploaded File:ColorSelector.PNG
- 19:57, 3 June 2025 Mellinger talk contribs uploaded a new version of File:BCI2000Viewer.PNG
- 17:07, 27 May 2025 Wengelhardt talk contribs created page Programming Reference:Implementing Stimulator in SCIT (Created page with "To implement a new stimulator in SCIT, follow the steps below. To first learn what SCIT is, and how it is used, see the SCIT User Reference page. right|frame|Template.m provides boilerplate code to start with =Design= SCIT has adopted an object-oriented implementation, where each stimulator is its own class. These classes all inherit from the AbstractStimulator, which defines all...")
- 17:05, 27 May 2025 Wengelhardt talk contribs created page File:TemplateSCIT.png
- 17:05, 27 May 2025 Wengelhardt talk contribs uploaded File:TemplateSCIT.png
- 16:46, 13 May 2025 Wengelhardt talk contribs created page Rebuild BCI2000 (Created page with "This tutorial is for developers who have downloaded the prerequisites and have the source code. If the follow the previous steps, you will have the full, default version of BCI2000 on your local computer. This maximizes the ease-of-use and flexibility for any custom uses. However, if you want to include any changes in the BCI2000 infrastructure, '''you will need to rebuild the appropriate modules in BCI2000'''. This...")
- 00:26, 13 May 2025 Swiftj talk contribs uploaded a new version of File:PsychoPyBciStart2.png
- 22:21, 12 May 2025 Swiftj talk contribs created page File:PsychoPyBciUpdateEvent1.png
- 22:21, 12 May 2025 Swiftj talk contribs uploaded File:PsychoPyBciUpdateEvent1.png
- 22:19, 12 May 2025 Swiftj talk contribs uploaded a new version of File:PsychoPyBciStart1.png
- 22:14, 12 May 2025 Swiftj talk contribs uploaded a new version of File:PsychoPyDemoStart.png
- 22:11, 12 May 2025 Swiftj talk contribs uploaded a new version of File:PsychoPy Start.png
- 21:59, 12 May 2025 Swiftj talk contribs uploaded a new version of File:BCI2000Start.png
- 21:56, 12 May 2025 Swiftj talk contribs uploaded a new version of File:PsychoPyWithoutBCI.png
- 18:34, 12 May 2025 Swiftj talk contribs uploaded a new version of File:Psychopy10.png
- 18:34, 12 May 2025 Swiftj talk contribs uploaded a new version of File:Psychopy9.png
- 18:34, 12 May 2025 Swiftj talk contribs uploaded a new version of File:Psychopy8.png