Skip to content

Commit e634413

Browse files
author
Shuo Han
committed
Merge remote-tracking branch 'upstream/master' into shuo_fixed_colors
2 parents 3da8b55 + 5c7f169 commit e634413

39 files changed

+1985
-636
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
/docs/_build
22
doctrees
3-
mindboggle.*.box
43
mindboggle.egg-info
54
vtk_cpp_tools/bin
6-
.vagrant/
75

86
build
97
CMakeCache.txt

README.rst

Lines changed: 159 additions & 110 deletions
Large diffs are not rendered by default.

THANKS.rst

Lines changed: 3 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -2,57 +2,8 @@
22
Thanks
33
==============================================================================
44

5-
| Mindboggle is an open source project for brain image analysis using Python.
6-
| It is a community project with a growing list of contributors (see `people <http://mindboggle.info/people.html>`_).
7-
| Below is a list of software contributors in chronological order.
5+
Mindboggle is an open source project for brain image analysis using Python.
86

9-
+-------------------------+-------------------------------------+-------------------------------------------+
10-
| | | |
11-
+-------------------------+-------------------------------------+-------------------------------------------+
12-
| **Contributors** | **Contact** | **Primary contributions** |
13-
+-------------------------+-------------------------------------+-------------------------------------------+
14-
| `Arno Klein`_ | [email protected] | Main developer |
15-
+-------------------------+-------------------------------------+-------------------------------------------+
16-
| `Forrest Bao`_ | forrest.bao [at] gmail.com | VTK i/o, spectra port [1], MST fundi |
17-
+-------------------------+-------------------------------------+-------------------------------------------+
18-
| Joachim Giard | joachimgiard [at] gmail.com | C++ surface shapes (depth, curvature) |
19-
+-------------------------+-------------------------------------+-------------------------------------------+
20-
| Yrjo Hame | yrjo.hame [at] gmail.com | HMMF fundi |
21-
+-------------------------+-------------------------------------+-------------------------------------------+
22-
| Eliezer Stavsky | eli.stavsky [at] gmail.com | Label propagation |
23-
+-------------------------+-------------------------------------+-------------------------------------------+
24-
| Elias Chaibub Neto | elias.chaibub.neto [at] sagebase.org| Statistical analysis (R code) |
25-
+-------------------------+-------------------------------------+-------------------------------------------+
26-
| Daniel Clark | daniel.clark [at] childmind.org | Install script (bash) |
27-
+-------------------------+-------------------------------------+-------------------------------------------+
28-
| | | |
29-
+-------------------------+-------------------------------------+-------------------------------------------+
30-
| **Tank Think Labs** | | |
31-
+-------------------------+-------------------------------------+-------------------------------------------+
32-
| `Satrajit Ghosh`_ | satra [at] mit.edu | Nipype and informatics help |
33-
+-------------------------+-------------------------------------+-------------------------------------------+
34-
| `Nolan Nichols`_ | nolan.nichols [at] gmail.com | Linked data i/o |
35-
+-------------------------+-------------------------------------+-------------------------------------------+
36-
| Brian Rossa | brian.rossa [at] gmail.com | Zernike moments port [2] |
37-
+-------------------------+-------------------------------------+-------------------------------------------+
38-
| Oliver Hinds | ohinds [at] gmail.com | Label propagation |
39-
+-------------------------+-------------------------------------+-------------------------------------------+
40-
| | | |
41-
+-------------------------+-------------------------------------+-------------------------------------------+
42-
| **Third party** | | |
43-
+-------------------------+-------------------------------------+-------------------------------------------+
44-
| `Martin Reuter`_ | mreuter [at] nmr.mgh.harvard.edu | [1] Laplace-Beltrami spectra (Matlab) |
45-
+-------------------------+-------------------------------------+-------------------------------------------+
46-
| Arthur Mikhno | arthur.mikhno [at] gmail.com | [2] Zernike moments (Matlab) |
47-
+-------------------------+-------------------------------------+-------------------------------------------+
48-
| Hal Canary | hal [at] cs.unc.edu | vtkviewer_ (Python VTK viewer) |
49-
+-------------------------+-------------------------------------+-------------------------------------------+
50-
| | | |
51-
+-------------------------+-------------------------------------+-------------------------------------------+
7+
It is a community project with a growing number of contributors.
528

53-
.. _`Arno Klein`: http://binarybottle.com
54-
.. _`Satrajit Ghosh`: http://mit.edu/~satra
55-
.. _`Forrest Bao`: https://sites.google.com/site/forrestbao/
56-
.. _`Nolan Nichols`: http://www.linkedin.com/in/nolannichols
57-
.. _`Martin Reuter`: http://reuter.mit.edu/
58-
.. _vtkviewer: https://github.com/HalCanary/vtkviewer
9+
Please see `people <http://mindboggle.info/people.html>`_ for an updated list.

docs/faq.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@
88
faq/why_mindboggle
99
faq/why_license
1010
faq/why_python
11+
faq/citing_mindboggle
1112
faq/run_time
1213
labels
14+
faq/singularity

docs/faq/citing_mindboggle.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.. _citing_mindboggle:
2+
3+
------------------------------------------------------------------------------
4+
How do we cite Mindboggle?
5+
------------------------------------------------------------------------------
6+
7+
For Mindboggle-related articles, visit `mindboggle.info/papers.html <http://mindboggle.info/papers.html>`_.
8+
When using Mindboggle please cite the primary reference:
9+
10+
A Klein, SS Ghosh, FS Bao, J Giard, Y Hame, E Stavsky, N Lee, B Rossa, M Reuter, EC Neto, A Keshavan. 2017.
11+
**Mindboggling morphometry of human brains**.
12+
*PLoS Computational Biology* 13(3): e1005350. `doi:10.1371/journal.pcbi.1005350 <http://dx.doi.org/10.1371/journal.pcbi.1005350>`_
13+
14+
Contributors are listed on Mindboggle's `team page <http://mindboggle.info/people.html>`_.
15+

docs/faq/run_time.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ When only the surface shapes of gyrus labels were computed,
1313
without Laplace-Beltrami spectra or Zernike moments,
1414
Mindboggle took less than 7 minutes using the following command::
1515

16-
mindboggle $FREESURFER_SUBJECT --working $MINDBOGGLING \
17-
--out $MINDBOGGLED --no_volumes --no_sulci --no_moments --no_spectra
16+
mindboggle $FREESURFER_SUBJECT --out $MINDBOGGLED \
17+
--no_volumes --no_sulci --no_moments --no_spectra

docs/faq/singularity.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
.. _singularity:
2+
3+
------------------------------------------------------------------------------
4+
How do I create and use a Singularity image rather than Docker?
5+
------------------------------------------------------------------------------
6+
7+
To convert the Mindboggle Docker image to a Singularity image, run::
8+
9+
singularity pull mindboggle.img docker://nipy/mindboggle
10+
11+
After the conversion, you'll need 3 mounts (data, working directory, and
12+
home directory) for it to work. Here is an example of the full command
13+
together with some of the optional arguments (thanks, Satra!), using the same
14+
environment variables as in the `README <http://mindboggle.info/software.html>`_::
15+
16+
singularity run \
17+
-B $HOST:$DOCK:ro \
18+
-B $PWD:$DOCK \
19+
-B $PWD/jovyan:/home/jovyan \
20+
-e mindboggle.img \
21+
$DOCK/example_mri_data/T1.nii.gz \
22+
--id arno \
23+
--fs_T2image $DOCK/example_mri_data/T2.nii.gz \
24+
--plugin MultiProc --plugin_args "dict(n_procs=2)" \
25+
--fs_openmp 5 --ants_num_threads 5 --mb_num_threads 10
26+
27+

docs/faq/why_mindboggle.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ In 2016, Arno prepared Mindboggle for broader public use:
8787
- wrote docstring tests for almost every function
8888
- set up continuous testing on circleci.com (tests are run every time a commit is made to the GitHub repository)
8989

90-
9190
Please see our updated Mindboggle `team page <http://mindboggle.info/people.html>`_.
91+
43.9 KB
Loading

0 commit comments

Comments
 (0)