You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the very useful tool!
I got the following error while I wanted to convert a sequence of dicoms to nifti.
AttributeError: 'FileDataset' object has no attribute 'PerFrameFunctionalGroupsSequence'
How can I resolve this error?
If I load every single dicom slice, I can get (0020, 0032) Image Position (Patient) information via pydicom. Would this be used to stack dicoms together?
The text was updated successfully, but these errors were encountered:
More context for where the errors come out:
In the common.py
def multiframe_validate_orientation(dicoms):
"""
Validate that all dicoms have the same orientation
:param dicoms: list of dicoms
"""
frame_info = dicoms[0].PerFrameFunctionalGroupsSequence
Thanks for the very useful tool!
I got the following error while I wanted to convert a sequence of dicoms to nifti.
AttributeError: 'FileDataset' object has no attribute 'PerFrameFunctionalGroupsSequence'
How can I resolve this error?
If I load every single dicom slice, I can get (0020, 0032) Image Position (Patient) information via pydicom. Would this be used to stack dicoms together?
The text was updated successfully, but these errors were encountered: