Thanks I do it! I have modified ImageColorViewer.cxx deleting the lines for Images and add necessary lines for read a 2D Dicom Serie wich is located in one directory. Thanks for the A) idea.<br><br><div class="gmail_quote">
2008/7/9 Luis Ibanez &lt;<a href="mailto:luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Kendra,<br>
<br>
Thanks for your Open Source spirit of going after improving an existing<br>
application.<br>
<br>
The modifications in the ImageViewer will require to replace the<br>
ImageFileReader with a SeriesFileReader.<br>
<br>
I would suggest to look at:<br>
<br>
<br>
A)<br>
<br>
 &nbsp; &nbsp;Insight/Examples/IO/DicomSeriesReadImageWrite2.cxx<br>
<br>
<br>
<br>
B)<br>
<br>
 &nbsp; &nbsp;InsightApplications/LiverTumorSegmentation/<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DicomImageReader.h<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DicomImageReader.txx<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DicomImageReaderBase.cxx<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DicomImageReaderBase.h<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DicomImageReaderGUI.fl<br>
<br>
<br>
<br>
C) InsighApplications/Auxiliary/vtk<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vtkKWImage.cxx<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vtkKWImage.h<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vtkKWImageIO.cxx<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vtkKWImageIO.h<br>
<br>
<br>
<br>
D) InsightApplications/SNAP<br>
<br>
 &nbsp; &nbsp; &nbsp;SNAP will be able to load DICOM series and<br>
 &nbsp; &nbsp; &nbsp;to visualize them in 3D orthogonal slices.<br>
<br>
<br>
<br>
<br>
The simplest change, will be to use the code from (A).<br>
<br>
The most modular change will be to use the code from (C) but it<br>
has the disadvantage that then the ImageViewer will depend on VTK<br>
<br>
<br>
Please take a look at the code and let us know if you have<br>
any questions.<br>
<br>
<br>
BTW: If you are simply looking for a good DICOM Viewer,<br>
 &nbsp; &nbsp; Slicer may be a better option.<br>
<br>
<br>
<br>
 &nbsp; Regards,<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; Luis<br>
<br>
<br>
--------------<br>
Kendra wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">
I saw the FLTKImageViewe code and ImageColorViewer code and I would like to add this functionality to move through diferent dcm files of my directory with some free keys. Where I could add this code? In wich font file?<br>

<br></div>
2008/7/9 Kendra &lt;<a href="mailto:kendracorreo@gmail.com" target="_blank">kendracorreo@gmail.com</a> &lt;mailto:<a href="mailto:kendracorreo@gmail.com" target="_blank">kendracorreo@gmail.com</a>&gt;&gt;:<div class="Ih2E3d">
<br>
<br>
 &nbsp; &nbsp;The file format is .dcm<br>
 &nbsp; &nbsp;Yes I see Dims: 512 x 512 x 1. &nbsp;I have &nbsp;got a directory with 2D<br>
 &nbsp; &nbsp;dicom files (.dcm) than forms a dicom serie and an XML file<br>
 &nbsp; &nbsp;indicates me the Z coordinate. You are in right. It&#39;s impossible for<br>
 &nbsp; &nbsp;the application moves trough diferent dcm files in my directory. It<br>
 &nbsp; &nbsp;was a confusion of myself.<br>
<br>
 &nbsp; &nbsp;2008/7/9 Luis Ibanez &lt;<a href="mailto:luis.ibanez@kitware.com" target="_blank">luis.ibanez@kitware.com</a><br></div><div class="Ih2E3d">
 &nbsp; &nbsp;&lt;mailto:<a href="mailto:luis.ibanez@kitware.com" target="_blank">luis.ibanez@kitware.com</a>&gt;&gt;:<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Hi Kendra,<br>
<br></div><div class="Ih2E3d">
 &nbsp; &nbsp; &nbsp; &nbsp;What file format are you passing as input to the ImageViewer ?<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;If you have a set of image slices saved in independent DICOM files,<br>
 &nbsp; &nbsp; &nbsp; &nbsp;then each file has only one slice, and when you read it in the<br>
 &nbsp; &nbsp; &nbsp; &nbsp;ImageViewer you will have a collapsed 3D image of NxMx1 pixels.<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;The simply way to know is to look at the Image data that the<br>
 &nbsp; &nbsp; &nbsp; &nbsp;ImageViewer displays on the bottom left corner.<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;The second line of that text should day something like:<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dims: 512 x 512 x 200<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;(if you have a 3D image)<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;or something like:<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br>
 &nbsp; &nbsp; &nbsp; &nbsp;(if you have a 2D image)<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Please take a look at that text and let us know what you find.<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Thanks<br>
<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;BTW: If you are looking for applications for viewing, you should<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;consider downloading Slicer:<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.slicer.org/" target="_blank">http://www.slicer.org/</a><br>
<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Luis<br>
<br>
<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;---------------<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Kendra wrote:<br>
<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;---------- Forwarded message ----------<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;From: *Kendra* &lt;<a href="mailto:kendracorreo@gmail.com" target="_blank">kendracorreo@gmail.com</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:kendracorreo@gmail.com" target="_blank">kendracorreo@gmail.com</a>&gt;<br></div><div class="Ih2E3d">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:kendracorreo@gmail.com" target="_blank">kendracorreo@gmail.com</a> &lt;mailto:<a href="mailto:kendracorreo@gmail.com" target="_blank">kendracorreo@gmail.com</a>&gt;&gt;&gt;<br></div>
<div class="Ih2E3d">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Date: 2008/7/9<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Subject: Re: [Insight-users] Fwd: DicomImageViewer and<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ImageViewer not visualice Dicom Images in RGB<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;To: Luis Ibanez &lt;<a href="mailto:luis.ibanez@kitware.com" target="_blank">luis.ibanez@kitware.com</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:luis.ibanez@kitware.com" target="_blank">luis.ibanez@kitware.com</a>&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:luis.ibanez@kitware.com" target="_blank">luis.ibanez@kitware.com</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:luis.ibanez@kitware.com" target="_blank">luis.ibanez@kitware.com</a>&gt;&gt;&gt;<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;How can I check my dicom image has indeed multiple slices? I<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;save a processed dicom serie, First I have got a 2d dicom<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;serie, then I convert it in a volume for process it and then<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;I save each slide separately but &#39;,&#39; and &#39;.&#39; keys not works...<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;I have got a spanish keyboard.<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2008/7/8 Kendra &lt;<a href="mailto:kendracorreo@gmail.com" target="_blank">kendracorreo@gmail.com</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:kendracorreo@gmail.com" target="_blank">kendracorreo@gmail.com</a>&gt;<br></div>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:kendracorreo@gmail.com" target="_blank">kendracorreo@gmail.com</a><div class="Ih2E3d"><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:kendracorreo@gmail.com" target="_blank">kendracorreo@gmail.com</a>&gt;&gt;&gt;:<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Thanks Luis, I will try it.<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2008/7/8 Luis Ibanez &lt;<a href="mailto:luis.ibanez@kitware.com" target="_blank">luis.ibanez@kitware.com</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:luis.ibanez@kitware.com" target="_blank">luis.ibanez@kitware.com</a>&gt;<br></div><div class="Ih2E3d">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;mailto:<a href="mailto:luis.ibanez@kitware.com" target="_blank">luis.ibanez@kitware.com</a><br></div><div><div></div><div class="Wj3C7c">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:luis.ibanez@kitware.com" target="_blank">luis.ibanez@kitware.com</a>&gt;&gt;&gt;:<br>
<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Hi Kendra,<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; You can switch slices with the &quot;.&quot; and &quot;,&quot; buttons.<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; They have the &quot;&lt;&quot; and &quot;&gt;&quot; on top in the US keyboard<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;layout.<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Check first that your image has indeed multiple slices...<br>
<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Regards,<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Luis<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ---------------<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Kendra wrote:<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Ah, and I dont know how to see the next and<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;previous slide<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; with ImageViewer. It seems to be posible with &quot;&gt;&quot;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;and &quot;&lt;&quot;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; keys but it doesn&#39;t works for me :-( Is this with<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;other keys<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; and I understand bad the ImageViewer help?<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ---------- Forwarded message ----------<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; From: *Kendra* &lt;<a href="mailto:kendracorreo@gmail.com" target="_blank">kendracorreo@gmail.com</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:kendracorreo@gmail.com" target="_blank">kendracorreo@gmail.com</a>&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;mailto:<a href="mailto:kendracorreo@gmail.com" target="_blank">kendracorreo@gmail.com</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:kendracorreo@gmail.com" target="_blank">kendracorreo@gmail.com</a>&gt;&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;mailto:<a href="mailto:kendracorreo@gmail.com" target="_blank">kendracorreo@gmail.com</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:kendracorreo@gmail.com" target="_blank">kendracorreo@gmail.com</a>&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:kendracorreo@gmail.com" target="_blank">kendracorreo@gmail.com</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:kendracorreo@gmail.com" target="_blank">kendracorreo@gmail.com</a>&gt;&gt;&gt;&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Date: 2008/7/2<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Subject: DicomImageViewer and ImageViewer not<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;visualice<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dicom Images in RGB<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; To: Insight Users &lt;<a href="mailto:insight-users@itk.org" target="_blank">insight-users@itk.org</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:insight-users@itk.org" target="_blank">insight-users@itk.org</a>&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;mailto:<a href="mailto:insight-users@itk.org" target="_blank">insight-users@itk.org</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:insight-users@itk.org" target="_blank">insight-users@itk.org</a>&gt;&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:insight-users@itk.org" target="_blank">insight-users@itk.org</a> &lt;mailto:<a href="mailto:insight-users@itk.org" target="_blank">insight-users@itk.org</a>&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;mailto:<a href="mailto:insight-users@itk.org" target="_blank">insight-users@itk.org</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:insight-users@itk.org" target="_blank">insight-users@itk.org</a>&gt;&gt;&gt;&gt;<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; I process a DICOM series images, each slide in<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2D, and I<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; saved them with nodules marked in RGB and with a<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;filter that<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; applies RGB colors to de image like Osiris for<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;example do<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; it. When I visualize this RGB Dicom Images with<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ImageViewer<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; or DicomImageViewer they appears in gray scale<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;not in RGB<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; colors. What I can do?<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Esther.<br>
<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Esther.<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ------------------------------------------------------------------------<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; _______________________________________________<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Insight-users mailing list<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="mailto:Insight-users@itk.org" target="_blank">Insight-users@itk.org</a><br></div></div>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:Insight-users@itk.org" target="_blank">Insight-users@itk.org</a>&gt; &lt;mailto:<a href="mailto:Insight-users@itk.org" target="_blank">Insight-users@itk.org</a><div class="Ih2E3d"><br>

 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:Insight-users@itk.org" target="_blank">Insight-users@itk.org</a>&gt;&gt;<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
<br>
<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -- &nbsp; &nbsp;Esther.<br>
<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;--  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Esther.<br>
<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;--  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Esther.<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;------------------------------------------------------------------------<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;_______________________________________________<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Insight-users mailing list<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:Insight-users@itk.org" target="_blank">Insight-users@itk.org</a> &lt;mailto:<a href="mailto:Insight-users@itk.org" target="_blank">Insight-users@itk.org</a>&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
<br>
<br>
<br>
<br>
 &nbsp; &nbsp;--  &nbsp; &nbsp;Esther. <br>
<br>
<br>
<br>
-- <br>
Esther.<br>
</div></blockquote>
</blockquote></div><br><br clear="all"><br>-- <br>Esther.