-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
143 lines (112 loc) · 9.6 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Image Guided Systems InterOp by IGSIO</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<script src="javascripts/scale.fix.js"></script>
<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 class="header">Image<br>Guided<br>Systems<br>Inter<br>Operability</h1>
<p class="header">Advancing open-source image guided systems through cooperation and collaboration.</p>
<ul>
<li><a class="buttons github" href="https://github.com/IGSIO">GitHub Profile</a></li>
</ul>
</header>
<section>
<h3>
<a id="mission" class="anchor" href="#mission" aria-hidden="true"><span class="octicon octicon-link"></span></a>Mission</h3>
<p>The IGSIO was founded after lengthy discussions regarding the standardization of tracked ultrasound communication to work towards improving the interoperability between industrial products and research software platforms <a href="http://wiki.na-mic.org/Wiki/index.php/2016_Winter_Project_Week/Projects/TrackedUltrasoundStandardization">[1]</a>. Prior to these discussions, the commonly accepted solution was to pass specially constructed messages over the OpenIGTLink protocol. This workaround solution indicated that a more formal definition was needed to enable the research community to move towards a vision held by the founding members.</p>
<p>The mission of the IGSIO is to develop a written standard defining the communication of tracked ultrasound systems between software platforms and to produce an open-source reference implementation of an OpenIGTLink client and server for use by any adhering software platform.</p>
<h3>
<a id="goals" class="anchor" href="#goals" aria-hidden="true"><span class="octicon octicon-link"></span></a>Goals</h3>
<p>We seek to achieve the following goals:</p>
<ul>
<li>To advance the image-guided systems community through co-operation and collaboration</li>
<li>To define a written standard for tracked ultrasound communication</li>
<li>To provide a reference standard implementation of a tracked ultrasound client/server</li>
</ul>
<h3>
<a id="founding-members" class="anchor" href="#founding-members" aria-hidden="true"><span class="octicon octicon-link"></span></a>Founding Members</h3>
<p>IGSIO was founded at the NAMIC 2016 Winter Project week in Cambridge, Massachusetts. Founding members include:</p>
<ul>
<li>Andras Lasso <a href="https://github.com/lassoan" class="user-mention">@lassoan</a> (<a href="http://perk.cs.queensu.ca/">Laboratory for Percutaneous Surgery</a>, Queen's University, Canada)</li>
<li>Adam Rankin <a href="https://github.com/adamrankin" class="user-mention">@adamrankin</a> (<a href="http://www.imaging.robarts.ca/petergrp/Research">VASST Laboratory</a>, Western University, Canada)</li>
<li>Christian Askeland <a href="https://github.com/christiana" class="user-mention">@christiana</a> (<a href="https://www.sintef.no/en/technology-and-society/health_research/medical_technology/#/">SINTEF Medical Technology</a>, Norway)</li>
<li>Simon Drouin <a href="https://github.com/drouin-simon" class="user-mention">@drouin-simon</a> (<a href="http://www.bic.mni.mcgill.ca/ResearchLabsIPL/HomePage">Neuroimaging and Surgical Tools Lab</a>, McGill University, Canada)</li>
<li>Thomas Kirchner <a href="https://github.com/thkirchner" class="user-mention">@thkirchner</a> (<a href="https://www.dkfz.de/en/index.html">German Cancer Research Center (DKFZ)</a>, Germany)</li>
<li>Janek Gröhl <a href="https://github.com/jgroehl" class="user-mention">@jgroehl</a> (<a href="https://www.dkfz.de/en/index.html">German Cancer Research Center (DKFZ)</a>, Germany)</li>
<li>Janne Beate Bakeng <a href="https://github.com/jbake" class="user-mention">@jbake</a> (<a href="http://www.sintef.no/en/technology-and-society/departments/medical-technology/#/">SINTEF Medical Technology</a>, Norway)</li>
</ul>
<h3>
<a id="the-standard-tracked-ultrasound-over-openigtlink-tuo" class="anchor" href="#the-standard-tracked-ultrasound-over-openigtlink-tuo" aria-hidden="true"><span class="octicon octicon-link"></span></a>The Standard: Tracked Ultrasound over OpenIGTLink (TUO)</h3>
<p>Extensions to the OpenIGTLink protocol was proposed <a href="http://openigtlink.org/protocols/v3_proposal.html">here</a> and these extensions were implemented in <a href="https://github.com/IGSIO/OpenIGTLinkIO">OpenIGTLinkIO</a>.</p>
<h4>
<a id="ultrasound-sector-information" class="anchor" href="#ultrasound-sector-information" aria-hidden="true"><span class="octicon octicon-link"></span></a>Ultrasound sector information</h4>
<hr>
<p>Ultrasound sector information is added to the ultrasound image packages as meta information: <a href="http://openigtlink.org/developers/spec#meta-data">OpenIGTLink specification</a>.
See the implementation in the Plus Toolkit <a href="https://github.com/PlusToolkit/PlusLib/blob/8d2a180c2c2b299b6ca4c6cfbc8e7136360b02b1/src/PlusDataCollection/BkProFocus/vtkPlusBkProFocusOemVideoSource.cxx#L1293-L1326">vtkPlusBkProFocusOemVideoSource.cxx</a> </p>
<p>Needed meta information fields to recreate ultrasound image sector:</p>
<ul>
<li><b>ProbeType</b> - Sector probe = 1, Linear probe = 2, Mechanical probe = 3</li>
<li><b>Origin</b> - Sector origin relative to upper left corner of image, in pixels.</li>
<li><b>Angles</b> - Probe sector angles relative to down, in radians. 2 angles for 2D, and 4 for 3D probes. For regular imaging with linear probes these will be 0</li>
<li><b>BoundingBox</b> - Boundaries to cut away areas outside the US sector, in pixels. 4 for 2D, and 6 for 3D.</li>
<li><b>Depths</b> - Start, stop depth, relative to the origin, for the imaging, in mm.</li>
<li><b>LinearWidth</b> - Width of linear probe, in mm.</li>
<li><b>SpacingX</b> - Pixel spacing in the x direction, in mm.</li>
<li><b>SpacingY</b> - Pixel spacing in the y direction, in mm.</li>
</ul>
<p>Other ultrasound parameters may be added as well as meta information fields. The vtkPlusBkProFocusOemVideoSource.cxx example adds depth and gain as well.</p>
<h4>
<a id="commands" class="anchor" href="#commands" aria-hidden="true"><span class="octicon octicon-link"></span></a>The communication protocol</h4>
<hr>
<p>A client and a server connects over OpenIGTLink. Messages can be then be sent both ways. To request information a query is sent.</p>
<p>Queries and their response are handled by the <em>COMMAND</em> message, introduced in the OpenIGTLink v3 standard. The information requested is passed using the other types of messages. Every query (COMMAND) should result in a respons (RTS_COMMAND) and optionally one or more other message types. All message types are specified in the <a href="http://openigtlink.org/protocols/v3_proposal.html">OpenIGTLink standard v3</a>.</p>
<center><img src="images/command-sequence.png" style="width:300px;height:250px;"></center>
<p>The COMMAND message has a command name. There are 4 command names defined: Get, Set, Subscribe and Unsubscribe. The command name is specified in the COMMAND messages command_name field. The body of the COMMAND message contains a content field which will specify what kind of information is requested. The content is structured using xml tags.</p>
<h4>Command names</h4>
<p> "Get" requests information one time, like the depth setting of the scanner. "Set" requests setting for example a parameter on a scanner. "Subscribe" and "Unsubscribe" requests to start or stop getting continuous updates, for example getting updates when the depth setting is changed. </p>
<h4>Examples</h4>
<hr>
<h5>Command:</h5>
<pre><code><Command Name="GetUSParameter">
<Parameter Name="Gain"/>
</Command></code></pre>
<h5>Reply:</h5>
<pre><code><CommandReply Name="GetUSParameter">
<ParameterName="Gain" Value="50" />
</CommandReply></code></pre>
<h5>Command:</h5>
<pre><code><Command Name="SetUsParameter">
<Parameter Name="Gain" Value="50"/>
</Command></code></pre>
<h5>Reply:</h5>
<pre><code><CommandReply Name="SetUSParameter">
<ParameterName="Gain" Success="TRUE" />
</CommandReply></code></pre>
<h3>
<a id="links" class="anchor" href="#links" aria-hidden="true"><span class="octicon octicon-link"></span></a>Links</h3>
<ol>
<li><a href="http://wiki.na-mic.org/Wiki/index.php/2016_Winter_Project_Week/Projects/TrackedUltrasoundStandardization">2016_Winter_Project_Week/Projects/TrackedUltrasoundStandardization</a></li>
<li><a href="http://www.na-mic.org/Wiki/index.php/2016_Summer_Project_Week/Tracked_Ultrasound_Standardization">2016_Summer_Project_Week/Projects/TrackedUltrasoundStandardization</a></li>
<li><a href="http://www.na-mic.org/Wiki/index.php/2017_Winter_Project_Week/Tracked_Ultrasound_Standardization">2017_Winter_Project_Week/Tracked_Ultrasound_Standardization</a></li>
<li><a href="http://openigtlink.org/protocols/v3_proposal.html">http://openigtlink.org/protocols/v3_proposal.html</a></li>
<li><a href="https://github.com/IGSIO/OpenIGTLinkIF">https://github.com/IGSIO/OpenIGTLinkIF</a></li>
</ol>
</section>
<footer>
<p><small>Hosted on <a href="https://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>