FieldTrip Workshop in Exeter, UK

  • Workshop leaders: Eelke Spaak and Linda Drijvers
  • When: 6-7 June 2017
  • Where: University of Exeter

We will keep this page up to date and post new information here when available.

Schedule

Day 1 (Tuesday 6 June 2017)

Day 2 (Wednesday 7 June 2017)

Further reading on connectivity and its pitfalls (Bastos and Schoffelen, 2016): http://journal.frontiersin.org/article/10.3389/fnsys.2015.00175/full

Tutorial preparation

All the code (correct FieldTrip version) and data for the tutorials are already downloaded on your workshop computer (thus no need to install FieldTrip, nor to download the data when the tutorial indicates this).

  • Change directory to the location of the FieldTrip package (here: C:\workshop-exeter). Note the subfolders present.
  • Add the FieldTrip folder to the pat

    addpath(‘C:/workshop-exeter/fieldtrip’);

Note: do not add the folder recursively, i.e., do not use addpath(genpath(‘C:/workshop-exeter/fieldtrip’)).

  • Run ‘ft_defaults’ in Matlab.
  • Then change directory to the one specifically holding the data for the particular tutorial, e.g., the first is preprocessing_erp.
  • Confirm that FT has been successfully added to your path, for example by typing ‘which ft_preprocessing’ in Matlab; the correct path should be displayed.