Commit 31ee5fe57f6f32c804580d2b222fc7df275e6777
1 parent
39fe6b78
Exists in
master
and in
6 other branches
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,6 +70,9 @@ def LoadImages(dir_): | ||
70 | file_list.append(dicom.image.file) | 70 | file_list.append(dicom.image.file) |
71 | 71 | ||
72 | files = file_list | 72 | files = file_list |
73 | + print "*********" | ||
74 | + print file_list | ||
75 | + print "*********" | ||
73 | spacing = dicom.image.spacing | 76 | spacing = dicom.image.spacing |
74 | 77 | ||
75 | #Coronal Crash. necessary verify | 78 | #Coronal Crash. necessary verify |