-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
77 lines (56 loc) · 4.02 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>MOG-Public by MetricOptimizedGating</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>MOG-Public</h1>
<p>MOG is a MATLAB based image reconstruction pipeline for fetal MRI. It was developed at The Hospital for Sick Children in Toronto, Canada.</p>
<p class="view"><a href="https://github.com/MetricOptimizedGating/MOG-Public">View the Project on GitHub <small>MetricOptimizedGating/MOG-Public</small></a></p>
<ul>
<li><a href="https://github.com/MetricOptimizedGating/MOG-Public/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/MetricOptimizedGating/MOG-Public/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/MetricOptimizedGating/MOG-Public">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<p><img src="http://i.imgur.com/aJv2BDL.jpg" alt=""></p>
<hr><p>MOG is a MATLAB based image reconstruction pipeline for fetal MRI. It was developed at The Hospital for Sick Children in Toronto, Canada. It is licensed for non-commercial use. Two publications have been published on metric optimized gating. If you use MOG in a scientific paper please cite: 1) Jansz MS, Seed M, van Amerom JF, et al. Metric Optimized gating for fetal cardiac MRI. Magn Reson Med 2010;64(5):1304-1314. 2) Roy CW, Seed M, van Amerom JF, et al. Dynamic imaging of the fetal heart using metric optimized gating. Magn Reson Med 2013;70(6):1598-1607.</p>
<p>The Metric Optimization code found here uses two parameter optimization as described in Jansz et al. We have further developed MOG with multiparameter optimization, which will be available on github in the near future. </p>
<p>For more information on MOG, visit: <a href="http://www.sickkids.ca/Research/fetalMRI/MOG/index.html">http://www.sickkids.ca/Research/fetalMRI/MOG/index.html</a></p>
<p><img src="http://i.imgur.com/vuQlqi1.jpg" alt=""></p>
<p><img src="http://i.imgur.com/t3lRDA5.png" alt=""></p>
<p><img src="http://i.imgur.com/erSgEDP.jpg" alt=""></p>
<p>To run code: </p>
<pre><code>load ('MOG_Test_Data.mat')
MOG_Tool(Data,Coordinates)
</code></pre>
<p>output: metric optimized heart rate.</p>
<p>Structure containing times for each measurement and echos transformed and cropped in the frequency encoding direction.</p>
<p>Structure:</p>
<pre><code>Data(Rows,Velocity Encodes).Times(Measured Cardiac Phases)
Data(Rows,Velocity Encodes).KSpace(Columns, Coils, Measured Cardiac Phase)
</code></pre>
<p>In Siemens version there are two files read_raw_data.m and write_raw_data.m excluded from this repository but found on Siemens IDEA forum. </p>
<p>The Metric Optimization code found here uses two parameter optimization as described in Jansz et al. We are further developing MOG with multiparameter optimization which will be available on github eventually. </p>
<p><img src="http://i.imgur.com/SmDExh1.jpg" alt=""></p>
<p>Questions or comments? Contact us by creating a new issue on this page or directly: Aneta Chmielewski: <a href="mailto:[email protected]">[email protected]</a> Chris Roy: <a href="mailto:[email protected]">[email protected]</a></p>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/MetricOptimizedGating">MetricOptimizedGating</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>