Single DICOM file to series #1751
Replies: 2 comments
-
It is certainly possible, but pydicom does not have any specific functionality for this. IIRC, .ima files are just DICOM files from a certain vendor (Siemens?). What is your specific goal - e.g. converting a multiframe image into a series of slices? |
Beta Was this translation helpful? Give feedback.
-
Yes, .ima files are DICOM files from Siemens. And they can easily be converted by just renaming .dcm to .ima. So that is not that important I guess. I was curious if it is possible to convert a multiframe DICOM image into a series of slices using this library. Which I guess would be possible by just slicing the image array accordingly, but I was kind of lost on how I was supposed to generate the slices from scratch. However later on I noticed that this was also doable using the nifti2dicom tool on Ubuntu. So I am using that instead. Thanks for your answer, though! |
Beta Was this translation helpful? Give feedback.
-
Hello, is it possible to convert a single .dcm file into a series of .ima files using this library?
Beta Was this translation helpful? Give feedback.
All reactions