-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,16 +4,16 @@ cluster_roi | |
pyClusterROI_test.py | ||
Copyright (C) 2010 R. Cameron Craddock ([email protected]) | ||
|
||
This script is a part of the pyClusterROI python toolbox for the spatially | ||
constrained clustering of fMRI data. It is a demonstration of how to use the | ||
toolbox and a regression test to make sure that the toolbox code works. | ||
This is the pyClusterROI python toolbox for the spatially | ||
constrained clustering of fMRI data. | ||
|
||
For more information refer to: | ||
|
||
Craddock, R. C.; James, G. A.; Holtzheimer, P. E.; Hu, X. P. & Mayberg, H. S. | ||
A whole brain fMRI atlas generated via spatially constrained spectral | ||
clustering Human Brain Mapping, 2012, 33, 1914-1928 doi: 10.1002/hbm.21333. | ||
|
||
::: bibtex | ||
ARTICLE{Craddock2012, | ||
author = {Craddock, R C and James, G A and Holtzheimer, P E and Hu, X P and | ||
Mayberg, H S}, | ||
|
@@ -33,20 +33,6 @@ cluster_roi | |
NITRC web page: http://www.nitrc.org/projects/cluster_roi/ and on github at | ||
https://github.com/ccraddock/cluster_roi | ||
|
||
|
||
This program 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. | ||
|
||
This program 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 this program. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
This library requires [NumPy](http://numpy.scipy.org), [SciPy](http://www.scipy.org), and [NiBabel](http://nipy.sourceforge.net/nibabel). | ||
|
||
Please refer to pyClusterROI_test.py for detailed instructions on how to use the code. This script can be executed using [test data.](https://www.nitrc.org/frs/downloadlink.php/3719) |