Skip to content

Commit ee2eb99

Browse files
committed
Change the name of the ivim_image.nii.gz to ivim_simulation.nii.gz
1 parent 7b2f0b8 commit ee2eb99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Docker/generate_signal_docker_test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ def save_bval_bvec(filename, values):
3535
signals = gd.ivim_signal(D_in, Dp_in, f_in, S0, bvals_reshaped)
3636

3737
# Save the generated image as a NIfTI file
38-
save_nifti_file(signals, "ivim_image.nii.gz")
38+
save_nifti_file(signals, "ivim_simulation.nii.gz")
3939
# Save the bval in a file
40-
save_bval_bvec("ivim_image.bval", [0, 50, 100, 500, 1000])
40+
save_bval_bvec("ivim_simulation.bval", [0, 50, 100, 500, 1000])
4141
# Save the bvec value
42-
save_bval_bvec("ivim_signal.bvec", [[1, 0, 0], [0, 1, 0], [0, 0, 1]])
42+
save_bval_bvec("ivim_simulation.bvec", [[1, 0, 0], [0, 1, 0], [0, 0, 1]])

0 commit comments

Comments
 (0)