Skip to content

Commit f5866a9

Browse files
demianweffigies
authored andcommitted
Removed commented code
1 parent a5cd5db commit f5866a9

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

nibabel/cifti2/cifti2.py

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,37 +1052,6 @@ def to_file_map(self, file_map=None):
10521052
img.to_file_map(file_map or self.file_map)
10531053

10541054

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-
10861055
def load(filename):
10871056
""" Load cifti2 from `filename`
10881057

0 commit comments

Comments
 (0)