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

DICOM Reader #20

Open
borupdaniel opened this issue Sep 9, 2019 · 6 comments
Open

DICOM Reader #20

borupdaniel opened this issue Sep 9, 2019 · 6 comments

Comments

@borupdaniel
Copy link
Member

A node that reads DICOM images and outputs them for use in the canvas. Could also include an option to save in another format like .npy.

@rkrobison
Copy link
Contributor

@borupdaniel, a DICOM reader for GPI exists as part of the GPIdicom library.

@borupdaniel
Copy link
Member Author

Thanks Ryan, I'll have a look at that. I think this would be of general interest — would you be okay with folding it into gpi_core?

@rkrobison
Copy link
Contributor

rkrobison commented Mar 25, 2020 via email

@borupdaniel
Copy link
Member Author

Hey @rkrobison — have you used the ReadDICOM node from GPIdicom for Enhanced DICOM images before? I'm finding it works ok for a single slice, but not in the case of multi-slice enhanced DICOM.

@rkrobison
Copy link
Contributor

Hi @borupdaniel, that is a good question. I think I might not have tested it with Enhanced DICOM to date.

I think it is supported by pydicom, but it might require some different handling of the data in the GPI node. I don't have any enhanced DICOM data, but I could try to take a look sometime if you want to share some.

@mlewis1973
Copy link

fyi pydicom is not installed as a default dependency. one needs to manually install it to use ReadDICOM node

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants