Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Taylor Hanayik
nifti-rater
Commits
d1ce1ecc
Commit
d1ce1ecc
authored
Sep 09, 2021
by
Taylor Hanayik
Browse files
remove volumelist
parent
8d9df839
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
d1ce1ecc
...
...
@@ -24,22 +24,7 @@
</body>
<script>
let
index
=
0
var
volumeList
=
[
// first object in array is brackground image
{
url
:
"
./some_image.nii.gz
"
,
volume
:
{
hdr
:
null
,
img
:
null
},
name
:
"
some_image
"
,
intensityMin
:
0
,
// not used yet
intensityMax
:
100
,
// not used yet
intensityRange
:[
0
,
100
],
// not used yet
colorMap
:
"
gray
"
,
opacity
:
100
,
visible
:
true
,
}
]
let
index
=
0
// Niivue will adjust the canvas to 100% of its parent container's size
// the parent element can be any size you want (small or large)
var
nv
=
new
niivue
.
Niivue
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment