Skip to content

Commit

Permalink
megconnectome pipeline v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoostenveld committed Dec 7, 2017
0 parents commit 82e3f62
Show file tree
Hide file tree
Showing 105 changed files with 24,060 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Contents.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
% megconnectome
% Version 1.0 www.humanconnectome.org 24-Feb-2014

% Copyright (C) 2011-2014 by the Human Connectome Project, WU-Minn Consortium (1U54MH091657)
%
% This file is part of megconnectome.
%
% megconnectome is free software: you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation, either version 3 of the License, or
% (at your option) any later version.
%
% megconnectome is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.
%
% You should have received a copy of the GNU General Public License
% along with megconnectome. If not, see <http://www.gnu.org/licenses/>.
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,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.
Loading

0 comments on commit 82e3f62

Please sign in to comment.