AndrewWAlexander / Pinnacle-tar-DICOM

Converting Pinnacle tar files to DICOM files
MIT License
23 stars 14 forks source link

Getting started? #4

Closed willbur209 closed 6 years ago

willbur209 commented 6 years ago

Hello,

Having some issues running your script. Do you have some setup instructions or example?

pchlap commented 6 years ago

Hi,

did you see the guide in the Wiki? https://github.com/AndrewWAlexander/Pinnacle-tar-DICOM/wiki/Running-the-code :)

Cheers Phil

willbur209 commented 6 years ago

Wow sorry I missed that. Do you know if this is for python 2 or python 3? I was having some issues with import pydicom in python 3. Another user uploaded his code that looks like it uses pydciom. Do you support that?

Thanks!

Will

On Jan 16, 2018, at 7:14 PM, Phillip Chlap notifications@github.com wrote:

Hi,

did you see the guide in the Wiki? https://github.com/AndrewWAlexander/Pinnacle-tar-DICOM/wiki/Running-the-code :)

Cheers Phil

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

pchlap commented 6 years ago

You will definitely require pydicom to run the script :) I believe the script works only with python 3, but can be modified pretty easily to work with python 2 (by taking out the encoding parameter from the calls to open()).

Phil

AndrewWAlexander commented 6 years ago

Hi Will and pchlap, Thanks for giving this code a look over. I did not include the python version in the wiki. I'll update that.