Skip to content

Commit 01b7923

Browse files
committed
Removed YOUR_PATH from example file
1 parent 805bd4c commit 01b7923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/original/PvH_KB_NKI/DWI_Examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import matplotlib.pyplot as plt
1515

1616
#Load some DWI data
17-
DWI_data = np.load(r'<YOUR_PATH>\IVIM_b0_15_150_500.npy')
17+
DWI_data = np.load(r'IVIM_b0_15_150_500.npy')
1818

1919
# Specify b values that are in the data
2020
bvalues = [0, 15, 150, 500]

0 commit comments

Comments
 (0)