|
|
**Table of contents**
|
|
|
|
|
|
[[_TOC_]]
|
|
|
|
|
|
# Abstract
|
|
|
This repository contains the *eeg_pipe_asr_amica* pipeline package that contains everything you need to get started processing EEG data.
|
|
|
|
|
|
The pipeline is a combination of many scripts, that are run consecutively on multiple data files. This pipeline also acts as the tutorial for the BUCANL pipeline process and is used in the tutorials of many of the plugins.
|
|
|
|
|
|
***
|
|
|
|
|
|
*Code written by James A. Desjardins, supported by NSERC funding to Sidney J. Segalowitz
|
|
|
at the Jack and Nora Walker Centre for Lifespan Development Research (Brock University),
|
|
|
and a Dedicated Programming award from SHARCNet, Compute Ontario.*
|
|
|
|
|
|
*This package includes the following external tools from the Matlab File Share:
|
|
|
Property grid using JIDE implementation, by Levente Hunyadi*
|
|
|
|
|
|
# Page Navigation
|
|
|
**Tutorial**
|
|
|
|
|
|
The tutorial is step by step and be run through by clicking next step at the bottom of each page.
|
|
|
* [Install & Download](install-download)
|
|
|
* [Opening EEGLAB](opening-eeglab)
|
|
|
* [Setup Context Config](configuring-context-config)
|
|
|
* [Running your first job](running-your-first-job)
|
|
|
* [Tuning pipeline configs](tuning-pipeline-configs)
|
|
|
|
|
|
**Lossless Pipeline**
|
|
|
* [Install & Download](install-download)
|
|
|
* [Directories Layout](directories)
|
|
|
* [Pipeline Scripts](pipeline-scripts)
|
|
|
|
|
|
**ESS and QA**
|
|
|
* [ESS and Raw File Initialisation](essinit)
|
|
|
* [QA and Diagnostics](postprocessingscript)
|
|
|
|
|
|
**Reference and Help**
|
|
|
* [Updates and Git Version Control](updates-and-git-version-control)
|
|
|
* [Contributing and Contacting us](contributing)
|
|
|
|
|
|
|
|
|
|
|
|
# Best Practice
|
|
|
There are three symbols that you should keep an eye out for in BUCANL documentation:
|
|
|
* :so: These stars highlight our recommended **Best Practices**.
|
|
|
|
|
|
You will see the following symbols in other BUCANL Wiki Pages. **They are referring to this pipeline!**
|
|
|
* :b: The letter B indicates an **Example** based off of this BUCANL Pipeline Tutorial
|
|
|
* :warning: This warning indicates when you have to **Change a Tutorial File** or something else important in order for the script to work.
|
|
|
|
|
|
***
|
|
|
|
|
|
* :floppy_disk: Please note that whenever you make a change to a GUI(Graphic User Interface) field box, you must click off of it so that the field box is **not** highlighted, for EEGLAB to record your change.
|
|
|
|
|
|
### License and Copyright
|
|
|
*Copyright (C) 2017 James Desjardins*
|
|
|
|
|
|
*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*
|
|
|
|
|
|
[ :arrow_up: Top of Page](home)
|
|
|
|
|
|
\ No newline at end of file |