-
Notifications
You must be signed in to change notification settings - Fork 0
/
mni.html
46 lines (40 loc) · 1.58 KB
/
mni.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<!-- iOS meta tags -->
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<style>html {font-family: Verdana, Geneva, Tahoma, sans-serif;}</style>
<link rel="stylesheet" type="text/css" href="styles/papaya.css?build=1449" />
<script type="text/javascript" src="scripts/papaya-atlas.js?build=1449"></script>
<title>MNI Viewer</title>
<script type="text/javascript">
var params = {
"mni.nii.gz": { min: 0.0, max: 10000.0, lut: "Grayscale" },
combineParametric: false,
coordinate: [0, 0, 0],
expandable: false,
fullScreenPadding: true,
images: ["images/mni.nii.gz"],
kioskMode: false,
orthogonalDynamic: true,
radiological: false,
showControlBar: true,
showControls: true,
showOrientation: true,
showRuler: false,
smoothDisplay: true,
worldSpace: true,
};
</script>
</head>
<body>
<h3 style="text-align:center;font-family:sans-serif">MNI Standard Space image</h3>
<div style="width:100%;margin:auto;text-align:center;">
<div class="papaya" data-params="params"></div>
</div>
<p style="width:55%;margin:10px auto;text-align:center;font-family:sans-serif">1 x 1 x 1 mm voxels</p>
</body>
</html>