-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
add a DICOM loader #135
Comments
is this still an open issue? Happy to contribute here as well |
yes it is, would be great to have it in a similar format to |
all right. Would it belong to |
Hi @mhubii , Glad to see your contribution here!
Thanks. |
Support for ITK Python (and SimpleITK). ITK Python provides direct support for numpy arrays, xarrays, and other data formats. It also exposes more of ITK and is more "pythonic" than SimpleITK. See |
Hi all, I'd happy to contribute as well. In particular, after reading the DICOM, properly sorting slices can be a bit tricky. Is this a useful / desired feature? |
ITK has a fairly good function for sorting DICOM. Here is the Python code
for using it:
https://itk.org/ITKExamples/src/IO/GDCM/ReadDICOMSeriesAndWrite3DImage/Documentation.html
…On Mon, Jul 6, 2020 at 11:07 AM Pablo F. Damasceno ***@***.***> wrote:
Hi all, I'd happy to contribute as well.
In particular, after reading the DICOM, properly sorting slices can be a
bit tricky
<https://github.com/UCSF-intelligent-imaging/I2T2/blob/master/I2T2/io.py#L163>.
Is this a useful / desired feature?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#135 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACEJL2ELGDTX4WYIAQPYYLR2HSCHANCNFSM4LAMICJA>
.
--
Stephen R. Aylward, Ph.D.
Senior Director of Strategic Initiatives
---
Kitware: *Advancing the frontiers of understanding*
*by developing innovative open-source software platforms*
*and integrating them into research, processes, and products.*
|
Hi @mjorgecardoso , Could you please help share the latest status of DICOM discussion in our IO working group? |
… On Mon, Jul 6, 2020 at 12:18 PM Nic Ma ***@***.***> wrote:
Hi @mjorgecardoso <https://github.com/mjorgecardoso> ,
Could you please help share the latest status of DICOM discussion in our
IO working group?
Thanks.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#135 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACEJL2MUX4EWBMYPJIMPVDR2H2M7ANCNFSM4LAMICJA>
.
--
Stephen R. Aylward, Ph.D.
Senior Director of Strategic Initiatives
---
Kitware: *Advancing the frontiers of understanding*
*by developing innovative open-source software platforms*
*and integrating them into research, processes, and products.*
|
closing this in favour of #856 |
Nibabal is used to load Nifti files,
would be great to have preliminary support of loading DICOM (using pydicom)
The text was updated successfully, but these errors were encountered: