Skip to content

Commit

Permalink
Use example_lesion
Browse files Browse the repository at this point in the history
  • Loading branch information
neurolabusc committed Jun 17, 2024
1 parent 5f790ba commit 31f4045
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<header>
<button id="openBtn">Open Lesion Map</button>
<label for="cocLetters">letters CoC (-1..1)</label>
<input style="width: 7em" type="number" id="cocLetters" min="-1" value ="0.3" max="1"/>
<input style="width: 7em" type="number" id="cocLetters" min="-1" value ="0.87" max="1"/>
<label for="cocBells">bells CoC (-1..1)</label>
<input style="width: 7em" type="number" id="cocBells" min="-1" value ="0.2" max="1"/>
<input style="width: 7em" type="number" id="cocBells" min="-1" value ="0.81" max="1"/>
<label for="copyScore">copying score (0..8)</label>
<input style="width: 7em" type="number" id="copyScore" min="0" value ="2" max="8"/>
<button id="predictBtn">Prediction</button>
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ async function main() {
{ url: './betsct1_unsmooth.nii.gz' },
{url: './mask_noCoC.nii.gz', colormap: "green"},
{url: './mask.nii.gz', colormap: "blue"},
{url: './M2095_lesion.nii.gz', colormap: "red"},
{url: './example_lesion.nii.gz', colormap: "red"},
])
maskSlider.oninput()
lesionSlider.oninput()
Expand Down

0 comments on commit 31f4045

Please sign in to comment.