We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594b22f commit 29a5287Copy full SHA for 29a5287
nibabel/cifti2/cifti2_axes.py
@@ -87,7 +87,7 @@
87
>>> parcel = cifti2.Parcels.from_brain_models([
88
... ('surface_parcel', bm_cortex[:100]), # contains first 100 cortical vertices
89
... ('volume_parcel', bm_thal), # contains thalamus
90
-... ('combined_parcel', bm_full[[1, 8, 10, 50, 120, 127]) # contains selected voxels/vertices
+... ('combined_parcel', bm_full[[1, 8, 10, 120, 127]) # contains selected voxels/vertices
91
... ]) # doctest: +SKIP
92
93
Time series are represented by their starting time (typically 0), step size
0 commit comments