drivendataorg / concept-to-clinic

ALCF Concept to Clinic Challenge
https://concepttoclinic.drivendata.org/
MIT License
367 stars 147 forks source link

#229 Fix Classification #256

Closed WGierke closed 6 years ago

WGierke commented 6 years ago

There was no method implemented how to get the origin of a DICOM image series which resulted in an error. I initially set it to [0, 0, 0] but due to my lack of domain knowledge I don't know how to correctly calculate it from DICOM images. If you know the answer, feel free to comment :)

Reference to official issue

This references #229 - classification doesn't work on DICOM images.

How Has This Been Tested?

I added the test given in #229

CLA

lamby commented 6 years ago

Thanks!