<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
I'm trying to read a series of dicom images into a 3D volume. The image slices are 2048 x 2048 x 1 each.<br>I'm getting this error:<br><br>itk::ExceptionObject (0xb7b006a8)<br>Location: "TElement* itk::ImportImageContainer&lt;TElementIdentifier, TElement&gt;::AllocateElements(TElementIdentifier) const [with TElementIdentifier = long unsigned int, TElement = short int]" <br>File: /home/xxx/Insight/Code/Common/itkImportImageContainer.txx<br>Line: 194<br>Description: Failed to allocate memory for image.<br><br>I'm not sure what values to put for the line in the code that calls the method AddSeriesRestriction:<br><br>&nbsp; typedef itk::GDCMSeriesFileNames NamesGeneratorType;<br>&nbsp; NamesGeneratorType::Pointer nameGenerator = NamesGeneratorType::New();<br><br>&nbsp; nameGenerator-&gt;SetUseSeriesDetails( true );<br>&nbsp; nameGenerator-&gt;AddSeriesRestriction(&nbsp; ??? );<br><br>Here are the tag details from the series (printed by DicomSeriesReadPrintTags):<br><br>0002|0000 = 192<br>0002|0001 = AAE=<br>0002|0002 = 1.2.840.10008.5.1.4.1.1.7<br>0002|0003 = 1.2.826.0.1.3680043.2.1125.1.124709114899.2008120418554077162<br>0002|0010 = 1.2.840.10008.1.2.1<br>0002|0012 = 1.2.40.0.13.1.1<br>0002|0013 = dcm4che-1.4.18<br>0008|0008 = DERIVED\PRIMARY <br>0008|0012 = 20081204<br>0008|0013 = 185540<br>0008|0016 = 1.2.840.10008.5.1.4.1.1.7<br>0008|0018 = 1.2.826.0.1.3680043.2.1125.1.124709114899.2008120418554077162<br>0008|0020 = 20080905<br>0008|0030 = 121300.000<br>0008|0050 = <br>0008|0060 = CT<br>0008|0064 = SYN <br>0008|0070 = SSSSSS MMMMMMM<br>0008|0080 = PPPPPPPP XXXX <br>0008|0090 = WWWWWWW YYYYY <br>0008|1030 = 7 day old mouse femur <br>0010|0010 = XXXXXX: growth plate&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; �<br>0010|0020 = 98<br>0010|0021 = XXXXXXXX<br>0010|0030 = <br>0010|0040 = <br>0018|1164 = 12.000000\12.000000 <br>0020|000d = 1.2.826.0.1.3680043.2.1125.1.124709114899.2008120418553643884<br>0020|000e = 1.2.826.0.1.3680043.2.1125.1.124709114899.2008120418553643839<br>0020|0010 = 3 <br>0020|0011 = 1 <br>0020|0013 = 3 <br>0020|0020 = L\P <br>0020|0032 = -12800.000000\-12800.000000\0.000000<br>0020|0037 = 1.000000\0.000000\0.000000\0.000000\1.000000\0.000000 <br>0028|0002 = 1<br>0028|0004 = MONOCHROME2 <br>0028|0010 = 2048<br>0028|0011 = 2048<br>0028|0030 = 12.000000\12.000000 <br>0028|0100 = 16<br>0028|0101 = 16<br>0028|0102 = 15<br>0028|0103 = 1<br>0032|000a = <br>300a|00c8 = 3 <br>Patient's Name (0010|0010)&nbsp; is: XXXXX: growth plate <br><br><br>I'm also attaching the source file.<br><br><br /><hr />Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! <a href='http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us' target='_new'>Try it!</a></body>
</html>