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

BUG: Loading DICOM files with non-Siemens extensions fails #125

Closed
bennyrowland opened this issue Mar 2, 2020 · 1 comment
Closed

BUG: Loading DICOM files with non-Siemens extensions fails #125

bennyrowland opened this issue Mar 2, 2020 · 1 comment
Assignees

Comments

@bennyrowland
Copy link
Member

The suspect.image.load_dicom_volume() function only handles DICOM files with extensions of .ima or .dcm, failing for the Philips approach of no extension and the GE extension of .img. The most obvious solution would be to use the extension of the first DICOM file passed to the function, and try loading all files with a matching extension in the folder.

@bennyrowland
Copy link
Member Author

Fixed by #131

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