Skip to content

Commit af52229

Browse files
Update sim_ivim_sig.py
1 parent 0ce1638 commit af52229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phantoms/MR_XCAT_qMRI/sim_ivim_sig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def XCAT_to_MR_DCE(XCAT, TR, TE, bvalue, D, f, Ds, b0=3, ivim_cont = True):
273273
73: 'Pancreas tumor',
274274
}
275275
###############################################################################
276-
np.random.seed(41)
276+
np.random.seed(42)
277277
Tissue = np.zeros((74, 4))
278278
Tissue[1] = [1030, 40, 1471, 47]
279279
Tissue[2] = [1030, 40, 1471, 47]

0 commit comments

Comments
 (0)