Skip to content

Commit e80b4bc

Browse files
committed
fix: remove cifti element spec
1 parent 6fa78bc commit e80b4bc

File tree

1 file changed

+0
-52
lines changed

1 file changed

+0
-52
lines changed

nibabel/cifti2.py

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -73,58 +73,6 @@
7373
'CIFTI_STRUCTURE_THALAMUS_LEFT',
7474
'CIFTI_STRUCTURE_THALAMUS_RIGHT')
7575

76-
'''
77-
CIFTI_ELEMENTS = {'CIFTI': {'Attributes': ['Version'],
78-
'Children': [('Matrix', '1')],
79-
'Parent': None
80-
},
81-
'Matrix': {'Attributes': None,
82-
'Children': [('Metadata', '?'),
83-
('MatrixIndicesMap', '+')],
84-
'Parent': ['CIFTI']
85-
},
86-
'Metadata': {'Attributes': None,
87-
'Children': [('MD', '*')],
88-
'Parent': ['Matrix', 'NamedMap']
89-
},
90-
'MD': {'Attributes': None,
91-
'Children': [('Name', '1'),
92-
('Value', '1')],
93-
'Parent': ['Metadata']
94-
},
95-
'Name': {'Attributes': None,
96-
'Children': None,
97-
'Parent': ['MD']
98-
},
99-
'Value': {'Attributes': None,
100-
'Children': None,
101-
'Parent': ['MD']
102-
},
103-
'MatrixIndicesMap': {'Attributes': ['AppliesToMatrixDimension',
104-
('IndicesMapToDataType',
105-
CIFTI_MAP_TYPES),
106-
'NumberOfSeriesPoints',
107-
'SeriesExponent',
108-
'SeriesStart',
109-
'SeriesStep',
110-
('SeriesUnit',
111-
CIFTI_SERIESUNIT_TYPES)],
112-
'Children': [('BrainModel', '*'),
113-
('NamedMap', '*'),
114-
('Parcel', '*'),
115-
('Surface', '*'),
116-
('Volume', '?')],
117-
'Parent': ['Matrix']
118-
},
119-
'NamedMap': {'Attributes': None,
120-
'Children': [('MapName', '1'),
121-
('LabelTable', '?'),
122-
('MetaData', '?')],
123-
'Parent': ['MatrixIndicesMap']
124-
},
125-
126-
}
127-
'''
12876

12977
class CiftiMetaData(object):
13078
""" A list of GiftiNVPairs in stored in

0 commit comments

Comments
 (0)