-
Notifications
You must be signed in to change notification settings - Fork 21
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
Possible error in dcm_write
#85
Comments
It could be a bug. What were the types for |
It looks like it does have something to do with the |
Yup, the |
That solved it dcm[tag"Rows"] = size(array, 1)
dcm[tag"Columns"] = size(array, 2) |
I am guessing there is a way to check for something like this when using |
I wrote this out on Zulip but I realized this might actually be a bug in
dcm_write
the more I am looking into itAny idea why a tag
(0x005e, 0x0040)
is being created after creating a DICOM file usingdcm_write
when the original DICOM file used indcm_write
doesn't contain the previously mentioned tag?The text was updated successfully, but these errors were encountered: