Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.65 KB

setup.md

File metadata and controls

29 lines (17 loc) · 1.65 KB
title
Setup

Download and install MATLAB

  • 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 git package

  • This tutorial requires the git package. You likely already have it natively installed with your system. To check if you have git, open a terminal window and type:

    >> git --version
  • If you do not have git, contact your system administrator for installation help.

Download the Face13 sample dataset

  • The Face13 tutorial dataset can be downloaded from this google drive. Download the sourcedata folder from the drive. This folder contains the raw EEG data, standard montages that are used during initialization, and task information.

  • To run through this Lossless pipeline tutorial, the data needs to be initialized and in the BIDS standard. The steps to prepare data for running through the pipeline can be found in the BIDS-EEG-EEGLAB tutorial. The BIDS-EEG-EEGLAB tutorial needs to be completed prior to this Lossless tutorial.

Set up a Compute Canada account

  • You will need access to a remote cluster to run data files through the pipeline. The Lossless pipeline is optimized to run on Compute Canada clusters. Information on setting up a Compute Canada account can be found here.

{% include links.md %}