Skip to content

Commit e99f083

Browse files
committed
dropped 2nd level GLM as too complex for now
1 parent 8bae6d3 commit e99f083

File tree

4 files changed

+24
-1217
lines changed

4 files changed

+24
-1217
lines changed

new-docs/source/examples/first-level-glm.ipynb renamed to new-docs/source/examples/glm.ipynb

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,13 @@
6262
"from scipy.stats import norm\n",
6363
"\n",
6464
"import nibabel as nib\n",
65-
"from nilearn.datasets import (\n",
66-
" fetch_openneuro_dataset_index,\n",
67-
" fetch_openneuro_dataset,\n",
68-
" select_from_index,\n",
69-
" )\n",
65+
"# These functions were removed within nilearn, so this notebook needs to be rewritten\n",
66+
"# to use the 'openneuro' module instead\n",
67+
"# from nilearn.datasets import (\n",
68+
"# fetch_openneuro_dataset_index,\n",
69+
"# fetch_openneuro_dataset,\n",
70+
"# select_from_index,\n",
71+
"# )\n",
7072
"from nilearn.interfaces.fsl import get_design_from_fslmat\n",
7173
"from nilearn.glm.first_level import first_level_from_bids\n",
7274
"from nilearn.reporting import get_clusters_table, make_glm_report\n",
@@ -750,9 +752,21 @@
750752
],
751753
"metadata": {
752754
"kernelspec": {
753-
"display_name": "Python 3 (ipykernel)",
755+
"display_name": "wf12",
754756
"language": "python",
755757
"name": "python3"
758+
},
759+
"language_info": {
760+
"codemirror_mode": {
761+
"name": "ipython",
762+
"version": 3
763+
},
764+
"file_extension": ".py",
765+
"mimetype": "text/x-python",
766+
"name": "python",
767+
"nbconvert_exporter": "python",
768+
"pygments_lexer": "ipython3",
769+
"version": "3.12.5"
756770
}
757771
},
758772
"nbformat": 4,

0 commit comments

Comments
 (0)