Skip to content

Commit

Permalink
Removed YOUR_PATH from example file
Browse files Browse the repository at this point in the history
  • Loading branch information
KoenBaas committed Oct 25, 2023
1 parent c368022 commit 9e9653a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/original/PvH_KB_NKI/DWI_Examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import matplotlib.pyplot as plt

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

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

0 comments on commit 9e9653a

Please sign in to comment.