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 78140ef commit 3877f13Copy full SHA for 3877f13
heudiconv/convert.py
@@ -877,7 +877,7 @@ def filter_partial_volumes(
877
"""
878
# dcm2niix sets metadata "RawImage": false and "SeriesNumber" += 1000 to mark partial volumes
879
# https://github.com/rordenlab/dcm2niix/blob/f6d7a0018d9d268ed1d084faafdedfadcbbb830b/console/nii_dicom.cpp#L8434-L8437
880
- # following that logic until https://github.com/nipy/heudiconv/pull/828 gets resolved
+ # following that logic until https://github.com/rordenlab/dcm2niix/issues/972 is addressed
881
partial_volumes = [
882
not metadata.get("RawImage", True)
883
and metadata.get("SeriesNumber", 0) > 1000
0 commit comments