<div dir="ltr">Thanks Matt, that worked!</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 24, 2014 at 10:47 PM, Matt McCormick <span dir="ltr"><<a href="mailto:matt.mccormick@kitware.com" target="_blank">matt.mccormick@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Matias,<br>
<br>
  reader->UpdateOutputInformation();<br>
<br>
must be called for gdcmImageIO to parse the tags.<br>
<br>
HTH,<br>
Matt<br>
<div><div class="h5"><br>
<br>
On Mon, Nov 24, 2014 at 7:31 PM, Matias Montroull <<a href="mailto:matimontg@gmail.com">matimontg@gmail.com</a>> wrote:<br>
> Hi,<br>
><br>
> I'm struggling with code I did to get the RescaleIntercept of an image.<br>
><br>
> It's simple as this:<br>
><br>
> typedef itk::GDCMImageIO ImageIOTypeGDCM;<br>
> ImageIOTypeGDCM::Pointer gdcmImageIO = ImageIOTypeGDCM::New();<br>
> reader->SetImageIO( gdcmImageIO );<br>
><br>
> double intercept = gdcmImageIO->GetRescaleIntercept();<br>
> std::cout << "Rescale Intercept value: " << intercept << std::endl;<br>
><br>
> Now, the last line returns "0" and actually the tag (0028|1052) reads<br>
> "-1000"<br>
><br>
> Is there any issues with the code or something I missed?<br>
><br>
</div></div>> _____________________________________<br>
> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
><br>
> Kitware offers ITK Training Courses, for more information visit:<br>
> <a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
><br>
> Please keep messages on-topic and check the ITK FAQ at:<br>
> <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://public.kitware.com/mailman/listinfo/insight-users" target="_blank">http://public.kitware.com/mailman/listinfo/insight-users</a><br>
><br>
</blockquote></div><br></div>