Skip to content

Commit d32460b

Browse files
committed
Merge branch 'dicom2niix' of https://github.com/jph6366/TF2.4_IVIM-MRI_CodeCollection into dicom2niix
2 parents 201f495 + 92abf87 commit d32460b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "TF2.4_IVIM-MRI-CodeCollection"
33
version = "0.1.0"
4-
description = "IVIM MRI signal processing and DICOM/NIfTI processing tools"
4+
description = "IVIM MRI signal processing and NIfTI/DICOM processing tools"
55
requires-python = ">=3.9"
66
readme = "README.md"
77
license = {text = "Apache 2"}

0 commit comments

Comments
 (0)