Skip to content

Commit 92abf87

Browse files
authored
Update generate_signal_docker_test.py
1 parent ac752cb commit 92abf87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docker/generate_signal_docker_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ def save_dicom_files():
103103

104104
args = sys.argv[1:]
105105
if "--dicom" in args:
106+
# read the generated nii file to dicom files
106107
save_dicom_files()
107108
# Save the bval in a file
108109
save_bval_bvec(os.path.join("ivim_simulation","ivim_simulation.bval"), [0, 50, 100, 500, 1000])
109110
# Save the bvec value
110111
save_bval_bvec(os.path.join("ivim_simulation","ivim_simulation.bvec"), [[1, 0, 0], [0, 1, 0], [0, 0, 1]])
111-
# read the generated nii file to dicom files

0 commit comments

Comments
 (0)