title |
---|
Setup |
You will need a fairly recent version of MATLAB (procedure tested on MATLAB 2012b and newer versions). For detailed installation instructions, click here.
- Download the Face13 tutorial dataset from this google drive.
- Download the initalization suite from this google drive
- Create a folder called
Face13
on your Desktop. - Move the downloaded folders to
Face13
. - Unzip the folders.
You should see two folders called sourcedata
and code
in the Face13
directory on your Desktop. The sourcedata
folder contains the EEG data and standard montages that are used during initialization. The code
folder contains a version of EEGLAB and the necessary scripts to intialize the data into a BIDS compliant folder structure.
To run through this EEGLAB tutorial, the data needs to be initialized and in the BIDS standard. The following steps to initialize the data assume familiarity with BIDS and Matlab console use. If you do not have experience using BIDS or Matlab, more detailed steps for intilizing data can be found in the BIDS-EEG-EEGLAB tutorial.
- In Matlab, navigate to the
Face13
folder. - To set the path and open EEGLAB, in Matlab Command Window type:
{: .source}
>> addpath code/BIDS-Init-Face13-EEGLAB >> addpath code/BIDS-Init-Face13-EEGLAB/eeglab >>eeglab
- To make the data compliant with BIDS, run the
bids_face13.m
script in the Matlab Command Window:{: .source}>> bids_face13
- In the file chooser window that pops up when running the
bids_face13.m
scipt, select the Face13 directory. This will createsub-*/eeg/
folders in theFace13
directory.
{% include links.md %}