Hi Mathieu,<br><br>Thanks for your suggestions. I&#39;ve changed from Secondary Capture to CT Image and the problem is still there.<br><br>I&#39;ve also set these fields to &quot;imitate&quot; an original CT DICOM file:<br>

<br>tagkey = &quot;0028|1052&quot;; // Rescale Intercept<br>value = &quot;-1024&quot;;<br>itk::EncapsulateMetaData&lt;std::string&gt;(dict, tagkey, value);<br>tagkey = &quot;0028|1053&quot;; // Rescale Slope<br>value = &quot;1&quot;;<br>

itk::EncapsulateMetaData&lt;std::string&gt;(dict, tagkey, value );<br>tagkey = &quot;0028|1054&quot;; // Rescale Type<br>value = &quot;HU&quot;;<br><br>but the generated DICOM shows &quot;US&quot; as &quot;Rescale Type&quot;, and it doesn&#39;t solve the problem.<br>

<br>I&#39;ve tried to change the &quot;SyntaxTransfer&quot; field to &quot;Implicit VR Little Endian&quot;, but I don&#39;t know if that makes sense. <br><br>Today I&#39;ve tried with 3DSlicer and it opens o the generated DICOM. I&#39;m still wondering why VolView fails when trying to open it (and also why the Stryker navigator renders it with a grey box around).<br>

<br>Thanks,<br><br>Federico<br><br><div class="gmail_quote">On Thu, Apr 7, 2011 at 8:53 AM, Mathieu Malaterre <span dir="ltr">&lt;<a href="mailto:mathieu.malaterre@gmail.com">mathieu.malaterre@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Federico,<br>
<br>
  Pixel Padding is in the General Equipement so it should be ok to<br>
have this attribute in Secondary Capture Image Storage. Anyway maybe<br>
there is an issue with support of those SOP Class Instance. What i<br>
would do it simply try to convert the Seconday Capture to CT Image<br>
Storage just in case...<br>
<br>
2cts<br>
<div><div></div><div class="h5"><br>
On Thu, Apr 7, 2011 at 2:21 AM, Federico Milano &lt;<a href="mailto:fmilano@gmail.com">fmilano@gmail.com</a>&gt; wrote:<br>
&gt; Hi, I&#39;m generating a synthetic DICOM image with the Insight Toolkit (using<br>
&gt; itk::GDCMImageIO) and I&#39;ve found two problems:<br>
&gt;<br>
&gt; VolView fails loading my DICOM (with the message: Sorry, the file cannot be<br>
&gt; read). ITK-Snap opens and shows it OK.<br>
&gt; I&#39;m trying to use this image in a Stryker surgical navigator. The problem is<br>
&gt; that the image is loaded ok, but then the padding pixels are shown in a<br>
&gt; certain gray level, showing a box (actually the bounding box) of the image.<br>
&gt; If I load non synthetic DICOMs this doesn&#39;t happen.<br>
&gt;<br>
&gt; This is what gdcminfo is showing:<br>
&gt;<br>
&gt; MediaStorage is 1.2.840.10008.5.1.4.1.1.7 [Secondary Capture Image Storage]<br>
&gt; TransferSyntax is 1.2.840.10008.1.2.1 [Explicit VR Little Endian]<br>
&gt; NumberOfDimensions: 2<br>
&gt; Dimensions: (33,159,1)<br>
&gt; Origin: (0,0,0)<br>
&gt;<br>
&gt;<br>
&gt; Spacing: (1,1,1)<br>
&gt; DirectionCosines: (1,0,0,0,1,0)<br>
&gt; Rescale Intercept/Slope: (0,1)<br>
&gt; SamplesPerPixel    :1<br>
&gt; BitsAllocated      :16<br>
&gt; BitsStored         :16<br>
&gt; HighBit            :15<br>
&gt; PixelRepresentation:0<br>
&gt; ScalarType found   :UINT16<br>
&gt;<br>
&gt;<br>
&gt; PhotometricInterpretation: MONOCHROME2<br>
&gt; PlanarConfiguration: 0<br>
&gt; TransferSyntax: 1.2.840.10008.1.2.1<br>
&gt; Orientation Label: AXIAL<br>
&gt;<br>
&gt; I&#39;m using unsigned short as pixel type in itk::Image object and I&#39;m setting<br>
&gt; all the padding pixels to 0 (zero), as is suggested by the DICOM standard<br>
&gt; for unsigned scalar images. gdcminfo does not show it, but I&#39;m also setting<br>
&gt; the Pixel Padding (0028,0120) field to zero.<br>
&gt;<br>
&gt; I would really appreciate any hint about this problem.<br>
&gt;<br>
&gt; Thanks in advance,<br>
&gt;<br>
&gt; Federico<br>
&gt;<br>
</div></div>&gt; _____________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Kitware offers ITK Training Courses, for more information visit:<br>
&gt; <a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt; <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
<font color="#888888">Mathieu<br>
</font></blockquote></div><br>