Hi!
I 'm very new with DICOM images processing and with Python
I have 3DSlicer version 4.10.2 installed and the Python version I see in Python Interactor is:
Python 2.7.13 (default, May 16 2019, 14:27:45) [MSC v.1900 64 bit (AMD64)] on win32
Is there a way to upgrade to Python 3.7?
The original reason for wanting to do this is because when trying to load DICOM files I get the following error:
DICOM Plugin failed: ‘module’ object has no attribute ‘TemporaryDirectory’
and from what I 've read, an upgrade to python 3.7 may solve the problem
I only have the information from the file’s metadata, so I can see the following:
Source Application Entity Title: ECHOPAC
Manufacturer: GE Vingmed Ultrasound
Manufacturer’s Model Name: EchoPAC PC SW-Only
It looks like your files are pretty badly formatted or maybe corrupted by some processing step. Since you can’t share them, a good path would be for you would be to study up on dicom. There are tons of books and web pages. Also try the analyze tab on the innolitics site to better understand what’s going on inside.