Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error messages "MISSING_DICOM_FILES" and "AttributeError: no attribue PixelData" #147

Open
mingtian126 opened this issue Jun 18, 2024 · 0 comments

Comments

@mingtian126
Copy link

Hello,
When I batch processing a series of cases using dicom2nifti (used by another package), some cases got error messages like following: dicom2nifti/convert_generic.py", line 127, in _get_full_block
raise ConversionError("MISSING_DICOM_FILES")
dicom2nifti.exceptions.ConversionError: MISSING_DICOM_FILES
I checked dicom images, don't think there's any missing dcm file.

other cases got error messages like following: AttributeError: 'FileDataset' object has no attribute 'PixelData'
When I readin those dicom files, they seem fine.

Is there a way to fix it or get around of these errors?
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant