The Batch Context extension for EEGLAB provides an interface for generating data processing pipelines and executing them on multiple data files either locally or on remote clusters. This extension also provides the tools needed to manage remote server addresses and facilitates working in remote environments.
This plugin is part of BUCANL's Lossless EEG pipeline. As part of this, all tutorials and documentation are written using the Face13 dataset. Instructions on how to download and initialize this data can be found, here.
The reference manual for this plugin can be found on this repository's accompanying wiki page.
A tutorial with examples using the Face13 data can be found, here.
This plugin can be installed with the plugin manager via EEGLAB. Additionally it can be installed by navigating to your eeglab/plugins
folder and running the following command inside of a terminal:
git clone https://github.com/BUCANL/Batch-Context.git
Please see the Contact Us page if you have any questions.
Code initially designed and written by James A. Desjardins (SHARCNET) with contributions from Andrew Lofts, Allan Campopiano, Mae Kennedy, Tyler Collins, Sara Stephenson, and Mike Cichonski supported by NSERC to Sidney J. Segalowitz at the Jack and Nora Walker Centre for Lifespan Development Research (Brock University), Brain Canada funding to Alan C. Evans at the Montreal Neurological Institute and Hospital (McGill University), and a Dedicated Programming award from SHARCNET, Compute Ontario.
Copyright (C) 2017 James Desjardins and others. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program (LICENSE.txt file in the root directory); if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA