farrell236 commited on
Commit
d9d3709
β€’
1 Parent(s): 5809257

Create convert.log

Browse files
Files changed (1) hide show
  1. convert.log +84 -0
convert.log ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ (python39) farrell@helios:/vol/biodata/data$ python convert.py
2
+ 3%|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 13/422 [01:11<37:25, 5.49s/it]Slice increment not consistent through all slices
3
+ ---------------------------------------------------------
4
+ [-250.112 -250.112 -61.9 ] [ 0. 0. -6.]
5
+ [-250.112 -250.112 -58.9 ] [ 0. 0. -3.]
6
+ Instance Number: 70
7
+ ---------------------------------------------------------
8
+ Traceback (most recent call last):
9
+ File "/vol/medic01/users/bh1511/_venv/python39/lib/python3.9/site-packages/dicom2nifti/convert_dir.py", line 85, in convert_directory
10
+ convert_dicom.dicom_array_to_nifti(dicom_input, nifti_file, reorient)
11
+ File "/vol/medic01/users/bh1511/_venv/python39/lib/python3.9/site-packages/dicom2nifti/convert_dicom.py", line 117, in dicom_array_to_nifti
12
+ results = convert_generic.dicom_to_nifti(dicom_list, output_file)
13
+ File "/vol/medic01/users/bh1511/_venv/python39/lib/python3.9/site-packages/dicom2nifti/convert_generic.py", line 132, in dicom_to_nifti
14
+ common.validate_slice_increment(dicom_input)
15
+ File "/vol/medic01/users/bh1511/_venv/python39/lib/python3.9/site-packages/dicom2nifti/common.py", line 873, in validate_slice_increment
16
+ raise ConversionValidationError('SLICE_INCREMENT_INCONSISTENT')
17
+ dicom2nifti.exceptions.ConversionValidationError: SLICE_INCREMENT_INCONSISTENT
18
+ 5%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 20/422 [01:43<34:03, 5.08s/it]Slice increment not consistent through all slices
19
+ ---------------------------------------------------------
20
+ [-250.112 -250.112 67.1 ] [ 0. 0. -3.]
21
+ [-250.112 -250.112 73.1 ] [ 0. 0. -6.]
22
+ Instance Number: 81
23
+ ---------------------------------------------------------
24
+ Traceback (most recent call last):
25
+ File "/vol/medic01/users/bh1511/_venv/python39/lib/python3.9/site-packages/dicom2nifti/convert_dir.py", line 85, in convert_directory
26
+ convert_dicom.dicom_array_to_nifti(dicom_input, nifti_file, reorient)
27
+ File "/vol/medic01/users/bh1511/_venv/python39/lib/python3.9/site-packages/dicom2nifti/convert_dicom.py", line 117, in dicom_array_to_nifti
28
+ results = convert_generic.dicom_to_nifti(dicom_list, output_file)
29
+ File "/vol/medic01/users/bh1511/_venv/python39/lib/python3.9/site-packages/dicom2nifti/convert_generic.py", line 132, in dicom_to_nifti
30
+ common.validate_slice_increment(dicom_input)
31
+ File "/vol/medic01/users/bh1511/_venv/python39/lib/python3.9/site-packages/dicom2nifti/common.py", line 873, in validate_slice_increment
32
+ raise ConversionValidationError('SLICE_INCREMENT_INCONSISTENT')
33
+ dicom2nifti.exceptions.ConversionValidationError: SLICE_INCREMENT_INCONSISTENT
34
+ 20%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 84/422 [07:47<34:41, 6.16s/it]Slice increment not consistent through all slices
35
+ ---------------------------------------------------------
36
+ [-250.112 -250.112 -700.9 ] [ 0. 0. -3.]
37
+ [-250.112 -250.112 -694.9 ] [ 0. 0. -6.]
38
+ Instance Number: 100
39
+ ---------------------------------------------------------
40
+ Traceback (most recent call last):
41
+ File "/vol/medic01/users/bh1511/_venv/python39/lib/python3.9/site-packages/dicom2nifti/convert_dir.py", line 85, in convert_directory
42
+ convert_dicom.dicom_array_to_nifti(dicom_input, nifti_file, reorient)
43
+ File "/vol/medic01/users/bh1511/_venv/python39/lib/python3.9/site-packages/dicom2nifti/convert_dicom.py", line 117, in dicom_array_to_nifti
44
+ results = convert_generic.dicom_to_nifti(dicom_list, output_file)
45
+ File "/vol/medic01/users/bh1511/_venv/python39/lib/python3.9/site-packages/dicom2nifti/convert_generic.py", line 132, in dicom_to_nifti
46
+ common.validate_slice_increment(dicom_input)
47
+ File "/vol/medic01/users/bh1511/_venv/python39/lib/python3.9/site-packages/dicom2nifti/common.py", line 873, in validate_slice_increment
48
+ raise ConversionValidationError('SLICE_INCREMENT_INCONSISTENT')
49
+ dicom2nifti.exceptions.ConversionValidationError: SLICE_INCREMENT_INCONSISTENT
50
+ 22%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 94/422 [08:43<31:14, 5.71s/it]Slice increment not consistent through all slices
51
+ ---------------------------------------------------------
52
+ [-250.112 -250.112 -331.6 ] [ 0. 0. -3.]
53
+ [-250.112 -250.112 -329.6 ] [ 0. 0. -2.]
54
+ Instance Number: 100
55
+ ---------------------------------------------------------
56
+ Traceback (most recent call last):
57
+ File "/vol/medic01/users/bh1511/_venv/python39/lib/python3.9/site-packages/dicom2nifti/convert_dir.py", line 85, in convert_directory
58
+ convert_dicom.dicom_array_to_nifti(dicom_input, nifti_file, reorient)
59
+ File "/vol/medic01/users/bh1511/_venv/python39/lib/python3.9/site-packages/dicom2nifti/convert_dicom.py", line 117, in dicom_array_to_nifti
60
+ results = convert_generic.dicom_to_nifti(dicom_list, output_file)
61
+ File "/vol/medic01/users/bh1511/_venv/python39/lib/python3.9/site-packages/dicom2nifti/convert_generic.py", line 132, in dicom_to_nifti
62
+ common.validate_slice_increment(dicom_input)
63
+ File "/vol/medic01/users/bh1511/_venv/python39/lib/python3.9/site-packages/dicom2nifti/common.py", line 873, in validate_slice_increment
64
+ raise ConversionValidationError('SLICE_INCREMENT_INCONSISTENT')
65
+ dicom2nifti.exceptions.ConversionValidationError: SLICE_INCREMENT_INCONSISTENT
66
+ 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 193/422 [18:04<21:14, 5.56s/it]Slice increment not consistent through all slices
67
+ ---------------------------------------------------------
68
+ [-250.112 -250.112 -532.5 ] [ 0. 0. -3.]
69
+ [-250.112 -250.112 -526.5 ] [ 0. 0. -6.]
70
+ Instance Number: 112
71
+ ---------------------------------------------------------
72
+ Traceback (most recent call last):
73
+ File "/vol/medic01/users/bh1511/_venv/python39/lib/python3.9/site-packages/dicom2nifti/convert_dir.py", line 85, in convert_directory
74
+ convert_dicom.dicom_array_to_nifti(dicom_input, nifti_file, reorient)
75
+ File "/vol/medic01/users/bh1511/_venv/python39/lib/python3.9/site-packages/dicom2nifti/convert_dicom.py", line 117, in dicom_array_to_nifti
76
+ results = convert_generic.dicom_to_nifti(dicom_list, output_file)
77
+ File "/vol/medic01/users/bh1511/_venv/python39/lib/python3.9/site-packages/dicom2nifti/convert_generic.py", line 132, in dicom_to_nifti
78
+ common.validate_slice_increment(dicom_input)
79
+ File "/vol/medic01/users/bh1511/_venv/python39/lib/python3.9/site-packages/dicom2nifti/common.py", line 873, in validate_slice_increment
80
+ raise ConversionValidationError('SLICE_INCREMENT_INCONSISTENT')
81
+ dicom2nifti.exceptions.ConversionValidationError: SLICE_INCREMENT_INCONSISTENT
82
+ 58%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 245/422 [22:41<17:21, 5.88s/it]Removing duplicate slice from series
83
+ 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 422/422 [39:52<00:00, 5.67s/it]
84
+ (python39) farrell@helios:/vol/biodata/data$