-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
262 lines (196 loc) · 8.69 KB
/
index.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
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<!DOCTYPE html>
<html class="no-js">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>mtrk · Description Language</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="" />
<meta name="keywords" content="">
<meta property="og:title" content="Description Language · mtrk ">
<meta property="og:site_name" content="mtrk"/>
<meta property="og:url" content="https://mtrk-dev.github.io/doc/sdl/" />
<meta property="og:locale" content="en-us">
<meta property="og:type" content="article" />
<meta property="og:description" content=""/>
<meta property="og:article:published_time" content="2018-06-15T00:00:00Z" />
<meta property="og:article:modified_time" content="2018-06-15T00:00:00Z" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Article",
"headline": "Description Language",
"author": {
"@type": "Person",
"name": "http://profiles.google.com/+?rel=author"
},
"datePublished": "2018-06-15",
"description": "",
"wordCount": 149
}
</script>
<link rel="canonical" href="https://mtrk-dev.github.io/doc/sdl/" />
<meta name="generator" content="Hugo 0.54.0" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="/assets/css/prism.css">
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="stylesheet" href="/assets/css/components.css">
<link rel="stylesheet" href="/assets/css/custom.css">
</head>
<body class="layout-3">
<div id="app">
<div class="main-wrapper">
<div id="navheader">
<div class="navbar-bg" style="height: 70px;"></div>
<nav class="navbar navbar-expand-lg main-navbar main-wrapper ">
<a href="/" class="navbar-brand sidebar-gone-hide" style="margin-left: 0px; margin-right: 40px;"><img
src="/mtrk_top.png" height="50" width="121"></a>
<div class="navbar-nav">
</div>
<div class="nav-collapse">
<a href="#" class="nav-link nav-collapse-toggle sidebar-gone-show"><i class="fas fa-bars"
style="font-size: 20px;"></i></a>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link menu-item "
href="/">
<span
class="text-capitalize no-decoration text-white">Home</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link menu-item active"
href="/doc">
<span
class="text-capitalize no-decoration text-white">Documentation</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link menu-item "
href="/resources">
<span
class="text-capitalize no-decoration text-white">Resources</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link menu-item "
href="/blog">
<span
class="text-capitalize no-decoration text-white">Blog</span>
</a>
</li>
</ul>
</div>
<div class="ml-auto">
</div>
<ul class="navbar-nav navbar-right">
<li>
<a class="nav-link gitlink mt-auto mb-auto" href="https://github.com/mtrk-dev" target="_blank">
<span><i class="fab fa-github" style="font-size: 36px;"></i></span>
</a>
</li>
</ul>
</nav>
</div>
<div id="main-content" class="main-content main-content-nomenu">
<section class="section">
<div class="section-body">
<div class="row">
<div class="col-xs-12 col-lg-3">
<div class="list-group mr-3 mb-4">
<a href="https://mtrk-dev.github.io/doc/" class="list-group-item list-group-item-action">Overview</a>
<a href="/doc/sdl/"
class="list-group-item list-group-item-action active">–
Description Language</a>
<a href="/doc/sample/"
class="list-group-item list-group-item-action ">–
Sample Sequence</a>
<a href="/doc/ui/"
class="list-group-item list-group-item-action ">–
Simulation UI</a>
<a href="/doc/driver/"
class="list-group-item list-group-item-action ">–
Driver Sequence</a>
<a href="/doc/faq/"
class="list-group-item list-group-item-action ">–
FAQ</a>
</div>
</div>
<div class="col-xs-12 col-lg-9 post-container">
<div class="content pt-2">
<h3 id="hahahugoshortcode-0xc00029cf00-1-hbhb">
<div style="margin-bottom: 20px;"><i class="fas fa-angle-double-right" style="color: #c4a987; font-size: 24px;"> </i>Sequence Description Language</div>
</h3>
<div style="margin-bottom: 10px; font-size: 0px;"> </div>
<h4 id="hahahugoshortcode-0xc00029cf00-3-hbhb">
<div style="margin-bottom: 20px;"><i class="fas fa-minus" style="color: #c4a987; font-size: 24px; margin-right: 8px;"></i>File Structure</div>
</h4>
<div style="margin-bottom: 10px; font-size: 0px;"> </div>
<p>mtrk files are UTF-8 encoded text-files in the JSON format and need to contain the following properties:</p>
<pre><code class="language-json">{
"file": {
// General information about the sequence and suited MR system
},
"settings": {
// Settings relevant for the sequence execution
},
"infos": {
// Parameters that are passed to IDEA (without impact on the sequence execution)
// E.g., values that should be written into the DICOM tags
},
"instructions": {
// Blocks with instructions (actions) that are executed during the sequence run
},
"objects": {
// List of event objects that are used for the actions
},
"arrays": {
// Data arrays for RF / gradient waveforms or other purpose
},
"equations": {
// List of equations evaluated during the sequence run
},
"generator": {
// Generator parameters used to calculate the sequence. Only stored for reference.
}
}
</code></pre>
<div style="margin-bottom: 30px; font-size: 0px;"> </div>
<h4 id="hahahugoshortcode-0xc00029cf00-6-hbhb">
<div style="margin-bottom: 20px;"><i class="fas fa-minus" style="color: #c4a987; font-size: 24px; margin-right: 8px;"></i>Instructions</div>
</h4>
<div style="margin-bottom: 10px; font-size: 0px;"> </div>
</div>
</div>
</div>
</div>
</section>
</div>
<footer class="main-footer">
<div class="footer-left">
Copyright © 2020 <div class="bullet"></div> Developed by the <a href="https://github.com/orgs/mtrk-dev/people" target="_blank">mtrk Team</a>
</div>
<div class="footer-right">
</div>
</footer>
</div>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.9.2/umd/popper.min.js" integrity="sha512-2rNj2KJ+D8s1ceNasTIex6z4HWyOnEYLVC3FigGOmyQCZc2eBXKgOxQmo3oKLHyfcj53uz4QMsRCWNbLd32Q1g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.nicescroll/3.7.6/jquery.nicescroll.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment.min.js"></script>
<script src="/assets/js/prism.js"></script>
<script src="/assets/js/prism-json.js"></script>
</div>
</body>
</html>