-
Notifications
You must be signed in to change notification settings - Fork 5
Installation
The toolbox uses code projects (eeg_toolbox and beh_toolbox) developed by the Kahana Computational Memory Lab at UPenn. They are included in the aperture/external directory.
Pattern classification requires the Princeton MVPA Toolbox, which should be placed in aperture/external/mvpa. EEGLAB is also used for some plotting functions; place a copy in aperture/external/eeglab.
To generate PDF reports, you must have a distribution of LaTeX installed and have pdflatex on your path. We've had some issues with compiling documents through Matlab on Macs, though it seems to work consistently on Linux. If there are problems with compiling, running pdflatex directly in the Terminal should work.
Download the toolbox, open MATLAB, and change into the main toolbox directory. Then enter
init_aperture
to add the necessary directories to your path. If you have EEGLAB or MVPA installed in other locations than specified above, modify init_aperture.m to change those paths.