From 95a09c91615df6561afc1389c41b2f84d2fe5619 Mon Sep 17 00:00:00 2001 From: Guillaume Lemaitre Date: Tue, 8 May 2018 18:01:20 +0200 Subject: [PATCH] Correct information about confounds #15 --- autism_starting_kit.ipynb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/autism_starting_kit.ipynb b/autism_starting_kit.ipynb index 1db5207..c1d6f33 100644 --- a/autism_starting_kit.ipynb +++ b/autism_starting_kit.ipynb @@ -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)." ] }, { @@ -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,