Skip to content

Commit 31f4045

Browse files
committed
Use example_lesion
1 parent 5f790ba commit 31f4045

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<header>
1313
<button id="openBtn">Open Lesion Map</button>
1414
<label for="cocLetters">letters CoC (-1..1)</label>
15-
<input style="width: 7em" type="number" id="cocLetters" min="-1" value ="0.3" max="1"/>
15+
<input style="width: 7em" type="number" id="cocLetters" min="-1" value ="0.87" max="1"/>
1616
<label for="cocBells">bells CoC (-1..1)</label>
17-
<input style="width: 7em" type="number" id="cocBells" min="-1" value ="0.2" max="1"/>
17+
<input style="width: 7em" type="number" id="cocBells" min="-1" value ="0.81" max="1"/>
1818
<label for="copyScore">copying score (0..8)</label>
1919
<input style="width: 7em" type="number" id="copyScore" min="0" value ="2" max="8"/>
2020
<button id="predictBtn">Prediction</button>

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ async function main() {
306306
{ url: './betsct1_unsmooth.nii.gz' },
307307
{url: './mask_noCoC.nii.gz', colormap: "green"},
308308
{url: './mask.nii.gz', colormap: "blue"},
309-
{url: './M2095_lesion.nii.gz', colormap: "red"},
309+
{url: './example_lesion.nii.gz', colormap: "red"},
310310
])
311311
maskSlider.oninput()
312312
lesionSlider.oninput()

0 commit comments

Comments
 (0)