rsingla92 / aegle

A DICOM to STL application, intended to allow DICOM images to be 3D printed. Work in progress.
0 stars 3 forks source link

Parse the DICOM #2

Open rsingla92 opened 10 years ago

rsingla92 commented 10 years ago

Create module that other developers can treat as a black box that .dicom files come out and a DICOM object (see issue #6) comes out

sarahlynn commented 10 years ago

ftp://medical.nema.org/medical/dicom/2011/

rsingla92 commented 10 years ago

Sarah - are you still facing trouble with the byte ordering?

If so - for implementation guides, try the links below: http://stackoverflow.com/questions/2381983/c-how-to-read-parts-of-a-file-dicom https://code.google.com/p/pydicom/source/browse/source/dicom/filereader.py

sarahlynn commented 10 years ago

Byte ordering seems to be okay! Now just to debug the parsing