This repository provides a root BIDS level initialization and BIDSification tool suite.
This installation assumes familiarity with the bash terminal, paths, and Matlab console use.
- Download Face13 sourcedata folder, here
- Create a project folder:
mkdir Face13
- Move the sourcedata into the project folder and rename as
sourcedata
. This step may differ based on download location and platform. - Enter the project folder:
cd Face13
- Create a code folder:
mkdir code
- Enter code folder:
cd code
- Within the code folder, clone the BIDS initialization suite. NOTE: Use the recursive flag in order to clone all the required submodules:
git clone --recursive https://github.com/BUCANL/BIDS-Init-Face13-EEGLAB.git
- Point Matlab to project folder. In our case, Face13.
- In the Matlab console execute:
addpath code/BIDS-Init-Face13-EEGLAB
- In the Matlab console execute:
addpath code/BIDS-Init-Face13-EEGLAB/eeglab
- In the Matlab console execute:
eeglab
- At this point the familiar eeglab window should appear.
- To merge and relabel bdf files run:
init_script.m
- To BIDSify run:
bids_face13.m
- Select the project directory with the file chooser
- Visualize your data!
If you are looking to customize the scripts here to BIDSify you own data, please visit the bids-matlab-tools plugin page here.
If you have any questions or concerns about this project please do not hesitate to contact the individual below:
Tyler K. Collins
Research Assistant
Laboratory of Cognitive and Affective Neuroscience
Brock University
[email protected]
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