@@ -1052,37 +1052,6 @@ def to_file_map(self, file_map=None):
1052
1052
img .to_file_map (file_map or self .file_map )
1053
1053
1054
1054
1055
- # class Cifti2DenseDataSeriesHeader(Cifti2Header):
1056
- # @classmethod
1057
- # def may_contain_header(klass, binaryblock):
1058
- # from .parse_cifti2_fast import _Cifti2DenseDataSeriesNiftiHeader
1059
- # return _Cifti2DenseDataSeriesNiftiHeader.may_contain_header(binaryblock)
1060
-
1061
-
1062
- # class Cifti2DenseDataSeries(Cifti2Image):
1063
- # """Class to handle Dense Data Series
1064
- #
1065
- # Dense Data Series
1066
- # -----------------
1067
- #
1068
- # Intent_code: 3002, NIFTI_INTENT_CONNECTIVITY_DENSE_SERIES
1069
- # Intent_name: ConnDenseSeries
1070
- # File extension: .dtseries.nii
1071
- # AppliesToMatrixDimension 0: series
1072
- # AppliesToMatrixDimension 1: brain models
1073
- #
1074
- # This file type represents data points in a series for every vertex and voxel
1075
- # in the mapping. A row is a complete data series,for a single vertex or
1076
- # voxel in the mapping that applies along the second dimension. A data series
1077
- # is often a timeseries, but it can also represent other data types such as a
1078
- # series of sampling depths along the surface normal from the white to pial
1079
- # surface. It retains the 't' in dtseries from CIFTI-1 naming conventions.
1080
- # """
1081
- # header_class = Cifti2DenseDataSeriesHeader
1082
- # valid_exts = ('.dtseries.nii',)
1083
- # files_types = (('image', '.dtseries.nii'),)
1084
-
1085
-
1086
1055
def load (filename ):
1087
1056
""" Load cifti2 from `filename`
1088
1057
0 commit comments