Commit 31ee5fe57f6f32c804580d2b222fc7df275e6777

Authored by tatiana
1 parent 39fe6b78

TEST: So we can do diff on higroma import under Windows and Mac OSX

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
invesalius/reader/dicom_reader.py
... ... @@ -70,6 +70,9 @@ def LoadImages(dir_):
70 70 file_list.append(dicom.image.file)
71 71  
72 72 files = file_list
  73 + print "*********"
  74 + print file_list
  75 + print "*********"
73 76 spacing = dicom.image.spacing
74 77  
75 78 #Coronal Crash. necessary verify
... ...