Skip to content

Commit

Permalink
Merge pull request #4 from AlexBowring/FSL_NL_default
Browse files Browse the repository at this point in the history
Fsl nl default
  • Loading branch information
AlexBowring authored Sep 10, 2018
2 parents 38bf424 + 93d4ad3 commit 70ba960
Show file tree
Hide file tree
Showing 380 changed files with 5,387 additions and 71,028 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ Supporting code to perform the analyses and create the figures of the manuscript
## Table of contents
* [How to cite](#how-to-cite)
* [How to reproduce the figures](#how-to-reproduce-the-figures)
* [Fig. 1](#fig-1)
* [Figs. 1a & 1b](#figs-1a-1b)
* [Fig. 2](#fig-2)
* [Fig. 3a](#fig-3a)
* [Fig. 3b](#fig-3b)
* [Fig. 4](#fig-4)
* [Fig. 5](#fig-5)
* [Figs. 5a & 5b](#figs-5a-5b)
* [Fig. 6](#fig-6)
* [Fig. 7](#fig-7)
* [Fig. 8](#fig-8)
Expand All @@ -33,7 +33,7 @@ pip install -r requirements.txt

You will also need to have Jupyter notebook installed, we recommend using [Anaconda](https://conda.io/docs/user-guide/install/index.html) to perform the install.

### Fig. 1
### Figs. 1a & 1b

#### Left column
1. From a Terminal, run:
Expand All @@ -42,13 +42,13 @@ You will also need to have Jupyter notebook installed, we recommend using [Anaco
jupyter notebook ./figures/ds001_notebook.ipynb
```
2. In the notebook, run all the cells up to the cell starting with `from lib import plot_excursion_sets`. In this cell, make sure that `x_coords=[4, 32]`. Running this cell will then reproduce the first column of figure 1.
2. In the notebook, run all the cells up to the cell starting with `from lib import plot_excursion_sets`. In this cell, make sure that `x_coords=[4, 32]`. Running this cell will then reproduce the first column of Figure 1a and first row of Figure 1b.
#### Middle column
Same as Fig. 1, but using `./figures/ds109_notebook.ipynb`; again, make sure that `x_coords=[0, 32]`.
Same as Figs. 1a & 1b, but using `./figures/ds109_notebook.ipynb`; again, make sure that `x_coords=[0, 32]`.
#### Right column
Same as Fig. 1, but using `./figures/ds120_notebook.ipynb` again, make sure that `x_coords=[0, 32]`.
Same as Figs. 1a & 1b, but using `./figures/ds120_notebook.ipynb` again, make sure that `x_coords=[0, 32]`.
### Fig. 2
Expand Down Expand Up @@ -102,9 +102,9 @@ Same as Fig. 4 left but using `./figures/ds109_notebook.ipynb`.
#### Right sub-plot
Same as Fig. 4 left but using `./figures/ds120_notebook.ipynb`.
### Fig. 5
### Figs. 5a and 5b
#### Left column
#### Left column of both figures
1. From a Terminal, run:
```
Expand All @@ -113,8 +113,8 @@ Same as Fig. 4 left but using `./figures/ds120_notebook.ipynb`.
2. In the notebook, run all the cells up to the cell starting with `from lib import euler_characteristics`.
#### Right column
Same as Fig. 5 left but using `./figures/ds109_notebook.ipynb`.
#### Right column of both figures
Same as Figs. 5a & 5b left, but using `./figures/ds109_notebook.ipynb`.
### Fig. 6
1. From a Terminal, run:
Expand Down
121 changes: 121 additions & 0 deletions ds001/AFNI/LEVEL2/cluster_count.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
-6,1
-5.9,1
-5.8,1
-5.7,1
-5.6,1
-5.5,1
-5.4,1
-5.3,1
-5.2,1
-5.1,1
-5,1
-4.9,1
-4.8,2
-4.7,2
-4.6,1
-4.5,1
-4.4,1
-4.3,2
-4.2,2
-4.1,2
-4,4
-3.9,3
-3.8,3
-3.7,5
-3.6,4
-3.5,4
-3.4,5
-3.3,14
-3.2,10
-3.1,15
-3,15
-2.9,18
-2.8,20
-2.7,22
-2.6,21
-2.5,19
-2.4,21
-2.3,31
-2.2,28
-2.1,29
-2,33
-1.9,25
-1.8,30
-1.7,43
-1.6,42
-1.5,46
-1.4,45
-1.3,39
-1.2,49
-1.1,36
-1,36
-0.9,40
-0.8,46
-0.7,44
-0.6,34
-0.5,34
-0.4,29
-0.3,29
-0.2,43
-0.1,50
0,58
0.1,61
0.2,62
0.3,58
0.4,75
0.5,81
0.6,77
0.7,95
0.8,106
0.9,114
1,135
1.1,138
1.2,134
1.3,159
1.4,147
1.5,145
1.6,156
1.7,173
1.8,189
1.9,181
2,186
2.1,173
2.2,172
2.3,171
2.4,165
2.5,179
2.6,179
2.7,158
2.8,160
2.9,169
3,164
3.1,164
3.2,163
3.3,147
3.4,150
3.5,137
3.6,133
3.7,122
3.8,124
3.9,124
4,118
4.1,114
4.2,112
4.3,111
4.4,109
4.5,106
4.6,104
4.7,107
4.8,100
4.9,103
5,95
5.1,98
5.2,90
5.3,86
5.4,93
5.5,87
5.6,79
5.7,76
5.8,71
5.9,69
6,57
Loading

0 comments on commit 70ba960

Please sign in to comment.