<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Arial;color: #000000;font-size: 10pt;">Hi Arefin,<br>
<br>
Your tool is designated as a dynamic reference frame (usage="reference"). You need to remove this tag. You will also need the corresponding mesh for display. I am not sure if there is a mesh for the polaris.<br>
<br>
               hope this helps <br>
                           Ziv<br>
<div><br>
<div style="font-family: Tahoma; font-size: 13px;">
<pre class="moz-signature" cols="72">-- 
Ziv Yaniv, PhD., Research Assistant Professor
Imaging Science and Information Systems (ISIS) Center
Department of Radiology
Georgetown University Medical Center
2115 Wisconsin Avenue, Suite 603
Washington, DC, 20007,
Phone: +1-202-6877286
Fax: +1-202-784-3479
email: <a class="moz-txt-link-abbreviated" href="mailto:zivy@isis.georgetown.edu">zivy@isis.georgetown.edu</a>
web: <a class="moz-txt-link-freetext" href="http://isiswiki.georgetown.edu/zivy/">http://isiswiki.georgetown.edu/zivy/</a>
<br><br></pre>
</div>
</div>
<div style="font-family: Times New Roman; color: rgb(0, 0, 0); font-size: 16px;">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF998160"><font color="#000000" face="Tahoma" size="2"><b>From:</b> igstk-users-bounces@public.kitware.com [igstk-users-bounces@public.kitware.com] on behalf of Arefin Shamsil [marefin@uwo.ca]<br>
<b>Sent:</b> Wednesday, May 18, 2011 12:01 PM<br>
<b>To:</b> igstk-users@public.kitware.com<br>
<b>Subject:</b> [IGSTK-Users] Having Issues in running TrackingVolumeViewer example in IGSTK<br>
</font><br>
</div>
<div></div>
<div> Hi All,<br>
<br>
I have built the Tracking Volume Viewer application successfully. When I run it in Visual Studio 2010, it shows me a window with four quadrants. But they are all empty. I loaded the xml file containing the tracker and tool information into the running application
 window. I have pasted the xml script below. It is a modified version of the xml file given in the IGSTK/Data/TrackerConfiguration directory (after building IGSTK) and named as polarisHybridConfiguration.xml
<br>
<br>
I have a NDI Polaris system, and a marker tool which I obtained from NDI 6D Architect software. I would like to track that marker using Polaris through the TrackingVolumeViewer application to make sure that::: I can track my marker(s), the setup is done correctly
 and to obtain a physical measurement of the Field of View of my Polaris attained through the IGSTK TrackingVolumeViewer application.
<br>
<br>
The issue I am having now is:::: I loaded the modified xml file into the application, but i get the message [Missing tag(s) in xml file] once I load the file. And then nothing is shown in any of the four quadrants of the application window as expected in
<a href="http://public.kitware.com/IGSTKWIKI/index.php/Tracking_Volume_Viewer" target="_blank">
http://public.kitware.com/IGSTKWIKI/index.php/Tracking_Volume_Viewer</a><br>
<br>
Please let me know if my steps of actions are not clear enough and I will try to explain more clearly. I would appreciate if anyone could guide me to understand the current issue I am facing.
<br>
<br>
Thanks & Regards<br>
Arefin<br>
<br>
----------------------------- My own XML file ----------------------<br>
<br>
<?xml version="1.0" encoding="ISO-8859-1"?><br>
<br>
<tracking_system type = "polaris hybrid"><br>
<br>
    <refresh_rate> 30 </refresh_rate><br>
<br>
    <serial_communication> <br>
      <com_port>3</com_port><br>
      <baud_rate>115200</baud_rate> <br>
      <data_bits>8</data_bits><br>
      <parity>N</parity> <br>
      <stop_bits>1</stop_bits> <br>
      <hand_shake>0</hand_shake> <br>
    </serial_communication><br>
<br>
    <tool usage="reference"><br>
      <name> reference frame </name> <br>
      <srom_file>C:/Documents and Settings/Arefin/Desktop/IGSTK Software Package/Inputs/mark2.rom</srom_file><br>
    </tool><br>
<br>
</tracking_system><br>
<br>
</div>
</div>
</div>
</body>
</html>