-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathspm_results.tpl
112 lines (104 loc) · 5.1 KB
/
spm_results.tpl
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>{SPM}: {CON_TITLE}</title>
<meta name="description" content="{CON_TITLE}">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="generator" content="{SPM} © 1991, 1994-{YEAR} Wellcome Trust Centre for NeuroImaging">
<!-- <link type="text/css" rel="stylesheet" href="spm.css"> -->
<style type="text/css">
.crisp {
image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -o-crisp-edges; /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.body {
margin-bottom: 50px;
}
.footer {
background: white;
position: fixed;
left: 0;
right: 0;
bottom: 0;
font-size: 0.9em;
}
</style>
<script type="text/javascript">
function moveto(x,y,z) {
P1 = 125; P2 = 269; P3 = 105; P4 = 307;
document.getElementById('cs1').style.left = P1+y+'px';
document.getElementById('cs1').style.top = P2+x+'px';
document.getElementById('cs2').style.left = P1+y+'px';
document.getElementById('cs2').style.top = P3-z+'px';
document.getElementById('cs3').style.left = P4+x+'px';
document.getElementById('cs3').style.top = P3-z+'px';
}
</script>
</head>
<div class="body">
<!--<h1 style="text-align:center;">{CON_TITLE}</h1>-->
<table>
<tr>
<td colspan="2" align="center"><h1 style="text-align:center;">{CON_TITLE}</h1></td>
</tr>
<tr>
<td><div style="position:relative;">
<img src="{IMG_MIP}" class="crisp"/>
<!-- BEGIN cursor -->
<img id="{CS_ID}" src="{IMG_CURSOR}" class="crisp" width="8" height="11" style="position:absolute;top:{CS_Y}px;left:{s}px"/>
<!-- END cursor -->
<div style="position:absolute;top:225px;left:240px;font-size:x-large;font-weight:bold;">{SOFTWARE}{{STAT_STR}}</div>
</div></td>
<td>
<table>
<tr><td>
<img src="{IMG_CON}" class="crisp" width="200" height="30" border="1" style="position:relative;bottom:2px;"/>
</td></tr>
<tr><td>
<img src="{IMG_X}" class="crisp" width="200" height="300" border="1"/>
</td></tr>
</table>
</td>
</tr>
</table>
<!--<p><strong>Statistics: <em>{RES_TITLE}</em></strong></p>-->
<table border="0">
<tr>
<td colspan="12" style="border-bottom: 5px solid #F00;"><strong>Statistics: <em>{RES_TITLE}</em></strong></td>
</tr>
<tr>
<td colspan="2" align="center" style="border-bottom: 2px solid #F00;">set-level</td>
<td colspan="4" align="center" style="border-bottom: 2px solid #F00;">cluster-level</td>
<td colspan="5" align="center" style="border-bottom: 2px solid #F00;">peak-level</td>
<td rowspan="2" align="center" style="padding-left:5px;padding-right:5px;">mm mm mm</td>
</tr>
<tr>
<td align="center" style="padding-left:5px;padding-right:5px;"><em>p</em></td><td align="center" style="padding-left:5px;padding-right:5px;">c</td>
<td align="center" style="padding-left:5px;padding-right:5px;"><em>p</em><sub>FWE-corr</sub></td><td align="center" style="padding-left:5px;padding-right:5px;"><em>p</em><sub>FDR-corr</sub></td><td align="center" style="padding-left:5px;padding-right:5px;">k<sub>≡</sub></td><td align="center" style="padding-left:5px;padding-right:5px;"><em>p</em><sub>unc</sub></td>
<td align="center" style="padding-left:5px;padding-right:5px;"><em>p</em><sub>FWE-corr</sub></td><td align="center" style="padding-left:5px;padding-right:5px;"><em>p</em><sub>FDR-corr</sub></td><td align="center" style="padding-left:5px;padding-right:5px;">{CON_STAT}</td><td align="center" style="padding-left:5px;padding-right:5px;">Z<sub>≡</sub></td><td align="center" style="padding-left:5px;padding-right:5px;"><em>p</em><sub>unc</sub></td>
</tr>
<tr>
<td colspan="12" style="border-bottom: 2px solid #F00;"><span style="font-size:1px;"> </span></td>
</tr>
<!-- BEGIN resrow -->
<tr>
<td align="center">{RES_COL1}</td><td align="center">{RES_COL2}</td><td align="center">{RES_COL3}</td><td align="center">{RES_COL4}</td><td align="center">{RES_COL5}</td><td align="center">{RES_COL6}</td><td align="center">{RES_COL7}</td><td align="center">{RES_COL8}</td><td align="center">{RES_COL9}</td><td align="center">{RES_COL10}</td><td align="center">{RES_COL11}</td><td align="center"><div onmouseover="moveto({RES_XYZ});this.style.fontWeight='bold';" onmouseout="this.style.fontWeight='normal';">{RES_COL12}</div></td></tr>
</tr>
<!-- END resrow -->
</table>
</div>
<div class="footer">
<hr/>
<p><em>{RES_STR}</em></p>
<table>
<!-- BEGIN resftr -->
<tr><td>{RES_FTR_1}</td><td>{RES_FTR_2}</td></tr>
<!-- END resftr -->
</table>
<hr/><address> {NIDMVERSION} Generated on {DATE} by <strong><a href="http://www.fil.ion.ucl.ac.uk/spm/">{SPM}</a></strong> © 1991, 1994-{YEAR} Wellcome Trust Centre for NeuroImaging</address>
</div>
</html>