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

Philips enhanced survive implicit conversion #190

Closed
wants to merge 4 commits into from

Conversation

neurolabusc
Copy link
Collaborator

This patch makes dcm2niix more robust to manipulation of Philips DICOM enhanced images.

Critical diffusion parameters are stored Philips private SQs such as 0018,9117. Conversion to implicit VR using dcmconv +ti ex.DCM im.DCM removes the "SQ" VRs, and the resulting tag explicitly provides the length for the whole SQ. The private SQs effectively become old-DICOM style shadow groups. This requires an explicit dictionary that identifies which private tags are actually SQs.

The result code handles issue 189 while attempting to maintain as much robustness as possible.

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

Successfully merging this pull request may close these issues.

1 participant