Skip to content

Commit

Permalink
Correct information about confounds #15
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed May 8, 2018
1 parent 3178b1f commit 95a09c9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions autism_starting_kit.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The original data acquired are resting-state functional MRI. For each subject, we preliminary extracted signals using different brain parcellations and atlases and accounting for motion correction and confounds. Those brain atlases and parcellations are: (i) BASC parcellations with 64, 122, and 197 regions (Bellec 2010), (ii) Ncuts parcellations (Craddock 2012), (iii) Harvard-Oxford anatomical parcellations, (iv) MSDL functional atlas (Varoquaux 2011), and (v) Power atlas (Power 2011). The script used for this extraction can be found [there](https://github.com/ramp-kits/autism/blob/master/preprocessing/extract_time_series.py)."
"The original data acquired are resting-state functional MRI. Each subject also comes with fMRI signals extracted on different brain parcellations and atlases, and a set of confound signals. Those brain atlases and parcellations are: (i) BASC parcellations with 64, 122, and 197 regions (Bellec 2010), (ii) Ncuts parcellations (Craddock 2012), (iii) Harvard-Oxford anatomical parcellations, (iv) MSDL functional atlas (Varoquaux 2011), and (v) Power atlas (Power 2011). The script used for this extraction can be found [there](https://github.com/ramp-kits/autism/blob/master/preprocessing/extract_time_series.py)."
]
},
{
Expand Down Expand Up @@ -2514,21 +2514,21 @@
"metadata": {
"celltoolbar": "Raw Cell Format",
"kernelspec": {
"display_name": "Python 2",
"display_name": "Python 3",
"language": "python",
"name": "python2"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.12"
"pygments_lexer": "ipython3",
"version": "3.6.4"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 95a09c9

Please sign in to comment.