Skip to content

Commit 5d7d9bd

Browse files
committed
Fixed bmaxADC b value in Example script
1 parent 76b20d4 commit 5d7d9bd

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
@@ -27,7 +27,7 @@
2727

2828
# Generate ADC and define the min and max b value that will be used for ADC fitting as well as the max b value
2929
# that will be used for separate Dstar fitting
30-
ADClog, perfFrac, Dstar = generate_IVIMmaps_standalone(DWI_data, bvalues, bminADC=150, bmaxADC=200, bmaxDstar=150)
30+
ADClog, perfFrac, Dstar = generate_IVIMmaps_standalone(DWI_data, bvalues, bminADC=150, bmaxADC=500, bmaxDstar=150)
3131
Slice = 5
3232

3333
# Plot the ADC, f and D* maps

0 commit comments

Comments
 (0)