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

improve support and add tests for XA enhanced dicoms #31

Open
bpinsard opened this issue Dec 10, 2024 · 1 comment
Open

improve support and add tests for XA enhanced dicoms #31

bpinsard opened this issue Dec 10, 2024 · 1 comment

Comments

@bpinsard
Copy link

I tried using this on XA enhanced dicoms CSA tags and can't make it work.

sds1=dcm.SharedFunctionalGroupsSequence[0][(0x0021, 0x10FE)][0]
mrprot = sds1.get((0x0021, 0x1019))
parsed_csa = CsaHeader(mrprot.value).read()
CsaReadError: CSA element #0 has an invalid check bit value: 1632648224!
Valid values are {205, 77}

Could use https://github.com/neurolabusc/dcm_qa_xa30/tree/main/In and https://github.com/neurolabusc/dcm_qa_xa60/tree/main/In as test dicoms.

@ZviBaratz
Copy link
Contributor

I'm sorry, @bpinsard, but the package isn't currently maintained. Very happy to accept PRs 🙏

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

2 participants