-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME
26 lines (19 loc) · 1.05 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
MEGCONNECTOME is the analysis toolbox for the MEG component to the
Human Connectome Project. Unless otherwise noted, this code is
copyright by the Human Connectome Project and its coworkers.
See http://www.humanconnectome.org for more details.
-----------------------------------------------------------------------
The MATLAB code that is compiled into the megconnectome stand-alone
executable application should consist of functions. These function
m-files go into analysis_functions and in trial_functions.
The MATLAB code that represents the analysis pipeline scripts that
are executed by the megconnectome application should all be
scripts (not functions) and go into pipeline_scripts.
The build folder contains the MATLAB and shell-scripting code that
is required for building the megconnectome stand-alone executable
application.
The bin folder contains a collection of Linux shell scripts to
facilitate pipeline execution. It also contains the megconnectome
application.
The template folder contains a number of template files for
visualization purposes.