-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
90 lines (64 loc) · 3.61 KB
/
index.xml
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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Documentation on mtrk</title>
<link>https://mtrk-dev.github.io/doc/</link>
<description>Recent content in Documentation on mtrk</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Fri, 15 Jun 2018 00:00:00 +0000</lastBuildDate>
<atom:link href="https://mtrk-dev.github.io/doc/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Description Language</title>
<link>https://mtrk-dev.github.io/doc/sdl/</link>
<pubDate>Fri, 15 Jun 2018 00:00:00 +0000</pubDate>
<guid>https://mtrk-dev.github.io/doc/sdl/</guid>
<description>&nbsp;Sequence Description Language &nbsp; File Structure &nbsp; mtrk files are UTF-8 encoded text-files in the JSON format and need to contain the following properties:
{ "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 }, "</description>
</item>
<item>
<title>Sample Sequence</title>
<link>https://mtrk-dev.github.io/doc/sample/</link>
<pubDate>Fri, 15 Jun 2018 00:00:00 +0000</pubDate>
<guid>https://mtrk-dev.github.io/doc/sample/</guid>
<description>&nbsp;Sample Sequence &nbsp; The code below shows how the famous &ldquo;MiniFLASH&rdquo; sequence can be expressed using the mtrk SDL. In this formulation, the amplitude of the phase-encoding gradient is varied using an equation. Alternatively, the gradient amplitude could also be stored and read from an array using the line-counter as index.
{ "file": { "format": "mtrk-SDL", "version": 1, "measurement": "abc", "system": "Skyra-XQ" }, "settings": { "readout_os": 2 }, "</description>
</item>
<item>
<title>Simulation UI</title>
<link>https://mtrk-dev.github.io/doc/ui/</link>
<pubDate>Fri, 15 Jun 2018 00:00:00 +0000</pubDate>
<guid>https://mtrk-dev.github.io/doc/ui/</guid>
<description> &nbsp;Simulation UI &nbsp; Under ConstructionSorry, section is still missing. </description>
</item>
<item>
<title>Driver Sequence</title>
<link>https://mtrk-dev.github.io/doc/driver/</link>
<pubDate>Fri, 15 Jun 2018 00:00:00 +0000</pubDate>
<guid>https://mtrk-dev.github.io/doc/driver/</guid>
<description> &nbsp;Driver Sequence &nbsp; Under ConstructionSorry, section is still missing. </description>
</item>
<item>
<title>FAQ</title>
<link>https://mtrk-dev.github.io/doc/faq/</link>
<pubDate>Fri, 15 Jun 2018 00:00:00 +0000</pubDate>
<guid>https://mtrk-dev.github.io/doc/faq/</guid>
<description>&nbsp;Frequently Asked Questions &nbsp; Can I create mtrk files without generator?The mtrk format is human-readable and, therefore, it is possible to modify sequences by directly editing the file in a text editor. However, except for debugging tasks, it is generally easier to write a small program that generates the mtrk file (referred to as generator).How can I get help?Please use our Gitter Channel to get in touch (click the OPEN CHAT button on the bottom-right).</description>
</item>
</channel>
</rss>