Closed ikatechis closed 1 year ago
Dear Iason,
We should be able to support this quite easily, however there is one condition. Due to the fact that we (icometrix) include dicom2nifti in our clinical products we need proper testing etc. If you would be able to share one example of this data with me (through email or so) this can be used to create a test dataset (fully anonimized, including random pixel data). Can also be a publicly available dataset.
Kind regards, Arne
Hi Arne Brys,
Thank you for your response. I attach two anonymized scans as examples through google drive. Let me know if you have trouble opening them.
Best regards, Iason
On Tue, Dec 20, 2022 at 8:04 PM Arne Brys @.***> wrote:
Dear Iason,
We should be able to support this quite easily, however there is one condition. Due to the fact that we (icometrix) include dicom2nifti in our clinical products we need proper testing etc. If you would be able to share one example of this data with me (through email or so) this can be used to create a test dataset (fully anonimized, including random pixel data). Can also be a publicly available dataset.
Kind regards, Arne Brys
— Reply to this email directly, view it on GitHub https://github.com/icometrix/dicom2nifti/issues/127#issuecomment-1359924098, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEH5OSQ4X2XJ44XHSDM32YLWOHYKVANCNFSM6AAAAAATEMTF5M . You are receiving this because you authored the thread.Message ID: @.***>
Dear Iason,
I just requested access to the file. Once I receive it I can take a further look and push a small release to fix this issue.
Kind regards, Arne
Hi Arne,
Could you please request access for this one? Sorry for the inconvenience
I think you should have access now. Thank you very much for your interest!
The download worked. I will try to push out a release with a fix soon.
The sirona "multiframe" dicom file seems to take a quite liberal interpretation for multiframe dicom headers. I was however able to make it work.
Fix will be available starting release 2.4.7 (hopefully still today)
Release pushed out to pypi and conda
Iason,
Thanks for sharing the data and making this changes possible.
Kind regards, Arne
Hi Arne,
You are amazing! Thank you for the super quick update!
All the best, Iason
I am trying to read a cbct scan dicom file with the following multi-frame structure.
The
PlaneOrientationSequence
is missing but the ImageOrientationPatient property is there. Is there a way to support the conversion of this dicom structure?