@@ -174,7 +174,7 @@ def _to_xml_element(self):
174
174
175
175
176
176
class Cifti2LabelTable (xml .XmlSerializable , collections .MutableMapping ):
177
- """ Cifti2 label table: a sequence of ``Cifti2Label``s
177
+ """ CIFTI2 label table: a sequence of ``Cifti2Label``s
178
178
179
179
* Description - Used by NamedMap when IndicesMapToDataType is
180
180
"CIFTI_INDEX_TYPE_LABELS" in order to associate names and display colors
@@ -232,7 +232,7 @@ def _to_xml_element(self):
232
232
233
233
234
234
class Cifti2Label (xml .XmlSerializable ):
235
- """ Cifti2 label: association of integer key with a name and RGBA values
235
+ """ CIFTI2 label: association of integer key with a name and RGBA values
236
236
237
237
For all color components, value is floating point with range 0.0 to 1.0.
238
238
@@ -310,7 +310,7 @@ def _to_xml_element(self):
310
310
311
311
312
312
class Cifti2NamedMap (xml .XmlSerializable ):
313
- """Cifti2 named map: association of name and optional data with a map index
313
+ """CIFTI2 named map: association of name and optional data with a map index
314
314
315
315
Associates a name, optional metadata, and possibly a LabelTable with an
316
316
index in a map.
@@ -428,7 +428,7 @@ def _to_xml_element(self):
428
428
429
429
430
430
class Cifti2VoxelIndicesIJK (xml .XmlSerializable , collections .MutableSequence ):
431
- """Cifti2 VoxelIndicesIJK: Set of voxel indices contained in a structure
431
+ """CIFTI2 VoxelIndicesIJK: Set of voxel indices contained in a structure
432
432
433
433
* Description - Identifies the voxels that model a brain structure, or
434
434
participate in a parcel. Note that when this is a child of BrainModel,
@@ -510,7 +510,7 @@ def _to_xml_element(self):
510
510
511
511
512
512
class Cifti2Vertices (xml .XmlSerializable , collections .MutableSequence ):
513
- """Cifti2 vertices - association of brain structure and a list of vertices
513
+ """CIFTI2 vertices - association of brain structure and a list of vertices
514
514
515
515
* Description - Contains a BrainStructure type and a list of vertex indices
516
516
within a Parcel.
@@ -576,7 +576,7 @@ def _to_xml_element(self):
576
576
577
577
578
578
class Cifti2Parcel (xml .XmlSerializable ):
579
- """Cifti2 parcel: association of a name with vertices and/or voxels
579
+ """CIFTI2 parcel: association of a name with vertices and/or voxels
580
580
581
581
* Description - Associates a name, plus vertices and/or voxels, with an
582
582
index.
@@ -687,7 +687,7 @@ def _to_xml_element(self):
687
687
688
688
689
689
class Cifti2Volume (xml .XmlSerializable ):
690
- """Cifti2 volume: information about a volume for mappings that use voxels
690
+ """CIFTI2 volume: information about a volume for mappings that use voxels
691
691
692
692
* Description - Provides information about the volume for any mappings that
693
693
use voxels.
@@ -730,7 +730,7 @@ def _to_xml_element(self):
730
730
731
731
732
732
class Cifti2VertexIndices (xml .XmlSerializable , collections .MutableSequence ):
733
- """Cifti2 vertex indices: vertex indices for an associated brain model
733
+ """CIFTI2 vertex indices: vertex indices for an associated brain model
734
734
735
735
The vertex indices (which are independent for each surface, and
736
736
zero-based) that are used in this brain model[.] The parent
@@ -1146,7 +1146,7 @@ def _to_xml_element(self):
1146
1146
1147
1147
1148
1148
class Cifti2Header (FileBasedHeader , xml .XmlSerializable ):
1149
- ''' Class for Cifti2 header extension '''
1149
+ ''' Class for CIFTI2 header extension '''
1150
1150
1151
1151
def __init__ (self , matrix = None , version = "2.0" ):
1152
1152
FileBasedHeader .__init__ (self )
@@ -1220,7 +1220,7 @@ def nifti_header(self):
1220
1220
1221
1221
@classmethod
1222
1222
def from_file_map (klass , file_map ):
1223
- """ Load a Cifti2 image from a file_map
1223
+ """ Load a CIFTI2 image from a file_map
1224
1224
1225
1225
Parameters
1226
1226
----------
0 commit comments