<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1522" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi all,</FONT></DIV>
<DIV><FONT face=Arial size=2>I´m with a problem in the execution of my 
program.</FONT></DIV>
<DIV><FONT face=Arial size=2>An error&nbsp;is occuring and my program&nbsp;is 
closing and&nbsp;this message appears : 'python.exe error'</FONT></DIV>
<DIV><FONT face=Arial size=2>I´m openning a lot of images with vtkImageReader. ( 
about 400 slices with spaccing : (0.5,0.5,0.3) extent ( 0, 511, 0, 511, 1, 400) 
)</FONT></DIV>
<DIV><FONT face=Arial size=2>the error occurs when the pipeline is in this point 
:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; fator = 
2</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; magnify = 
vtkImageMagnify()<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; magnify.AddObserver("StartEvent", 
lambda obj, event: ProgressBar.StartProgress("Magnify 
image..."))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
magnify.AddObserver("ProgressEvent", 
ProgressBar.UpdateProgress)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
magnify.AddObserver("EndEvent", 
ProgressBar.EndProgress)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
magnify.SetInput(reader.GetOutput())<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
magnify.SetMagnificationFactors(self.fator,self.fator,1)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
magnify.SetInterpolate(1)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;magnify.Update()<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
print 
magnify.GetOutput()&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
imageColors = 
vtkImageMapToColors()<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
imageColors.AddObserver("StartEvent", lambda obj, event: 
ProgressBar.StartProgress("Color 
image..."))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
imageColors.AddObserver("ProgressEvent", 
ProgressBar.UpdateProgress)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
imageColors.AddObserver("EndEvent", ProgressBar.EndProgress)</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
imageColors.SetInput(magnify.GetOutput())<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
imageColors.SetLookupTable(mapaLabel.ilut)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
imageColors.Update()</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>exactly in vtkImageMapToColors !!!</FONT></DIV>
<DIV><FONT face=Arial size=2>the image data in vtkImageManify that I print with 
magnify.GetOutput is :</FONT></DIV>
<DIV><FONT face=Arial size=2><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
</FONT></DIV>
<DIV><FONT face=Arial size=2>vtkImageData (1F951F78)<BR>&nbsp; Debug: 
Off<BR>&nbsp; Modified Time: 16078<BR>&nbsp; Reference Count: 3<BR>&nbsp; 
Registered Events: (none)<BR>&nbsp; Source: 018964D8<BR>&nbsp; Release Data: 
Off<BR>&nbsp; Data Released: False<BR>&nbsp; Global Release Data: Off<BR>&nbsp; 
MaximumNumberOfPieces: -1<BR>&nbsp; PipelineMTime: 16060<BR>&nbsp; UpdateTime: 
16079<BR>&nbsp; UpdateExtent: Not Initialized<BR>&nbsp; Update Number Of Pieces: 
1<BR>&nbsp; Update Piece: 0<BR>&nbsp; Update Ghost Level: 0<BR>&nbsp; 
RequestExactExtent: Off<BR>&nbsp;&nbsp; UpdateExtent: 0, 511, 0, 511, 0, 
399<BR>&nbsp; WholeExtent: 0, 511, 0, 511, 0, 399<BR>&nbsp; Field 
Data:<BR>&nbsp;&nbsp;&nbsp; Debug: Off<BR>&nbsp;&nbsp;&nbsp; Modified Time: 
16067<BR>&nbsp;&nbsp;&nbsp; Reference Count: 1<BR>&nbsp;&nbsp;&nbsp; Registered 
Events: (none)<BR>&nbsp;&nbsp;&nbsp; Number Of Arrays: 0<BR>&nbsp;&nbsp;&nbsp; 
Number Of Components: 0<BR>&nbsp;&nbsp;&nbsp; Number Of Tuples: 0<BR>&nbsp; 
Locality: 0<BR>&nbsp; NumberOfConsumers: 0<BR>&nbsp; ExtentTranslator: 
(0195DB10)<BR>&nbsp; MaximumNumberOfPieces: -1<BR>&nbsp; Number Of Points: 
104857600<BR>&nbsp; Number Of Cells: 104187279<BR>&nbsp; Cell 
Data:<BR>&nbsp;&nbsp;&nbsp; Debug: Off<BR>&nbsp;&nbsp;&nbsp; Modified Time: 
16069<BR>&nbsp;&nbsp;&nbsp; Reference Count: 1<BR>&nbsp;&nbsp;&nbsp; Registered 
Events: (none)<BR>&nbsp;&nbsp;&nbsp; Number Of Arrays: 0<BR>&nbsp;&nbsp;&nbsp; 
Number Of Components: 0<BR>&nbsp;&nbsp;&nbsp; Number Of Tuples: 
0<BR>&nbsp;&nbsp;&nbsp; Copy Flags: ( 1 1 1 1 1 )<BR>&nbsp;&nbsp;&nbsp; Scalars: 
(none)<BR>&nbsp;&nbsp;&nbsp; Vectors: (none)<BR>&nbsp;&nbsp;&nbsp; Normals: 
(none)<BR>&nbsp;&nbsp;&nbsp; TCoords: (none)<BR>&nbsp;&nbsp;&nbsp; Tensors: 
(none)<BR>&nbsp; Point Data:<BR>&nbsp;&nbsp;&nbsp; Debug: 
Off<BR>&nbsp;&nbsp;&nbsp; Modified Time: 16078<BR>&nbsp;&nbsp;&nbsp; Reference 
Count: 1<BR>&nbsp;&nbsp;&nbsp; Registered Events: (none)<BR>&nbsp;&nbsp;&nbsp; 
Number Of Arrays: 1<BR>&nbsp;&nbsp;&nbsp; Array 0 name = 
ImageFile<BR>&nbsp;&nbsp;&nbsp; Number Of Components: 1<BR>&nbsp;&nbsp;&nbsp; 
Number Of Tuples: 104857600<BR>&nbsp;&nbsp;&nbsp; Copy Flags: ( 1 1 1 1 1 
)<BR>&nbsp;&nbsp;&nbsp; Scalars:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Debug: 
Off<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Modified Time: 
16075<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Reference Count: 
1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Registered Events: 
(none)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Name: 
ImageFile<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Number Of Components: 
1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Number Of Tuples: 
104857600<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Size: 
104857600<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MaxId: 
104857599<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LookupTable: 
(none)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Array: 51050020<BR>&nbsp;&nbsp;&nbsp; 
Vectors: (none)<BR>&nbsp;&nbsp;&nbsp; Normals: (none)<BR>&nbsp;&nbsp;&nbsp; 
TCoords: (none)<BR>&nbsp;&nbsp;&nbsp; Tensors: (none)<BR>&nbsp; 
Bounds:<BR>&nbsp;&nbsp;&nbsp; Xmin,Xmax: (0, 256.502)<BR>&nbsp;&nbsp;&nbsp; 
Ymin,Ymax: (0, 256.502)<BR>&nbsp;&nbsp;&nbsp; Zmin,Zmax: (0, 119.7)<BR>&nbsp; 
Compute Time: 0<BR>&nbsp; Release Data: Off<BR>&nbsp; ScalarType: 4<BR>&nbsp; 
NumberOfScalarComponents: 1<BR>&nbsp; Spacing: (0.501961, 0.501961, 
0.3)<BR>&nbsp; Origin: (0, 0, 0)<BR>&nbsp; Dimensions: (512, 512, 400)<BR>&nbsp; 
Increments: (1, 512, 262144)<BR>&nbsp; Extent: (0, 511, 0, 511, 0, 
399)<BR>&nbsp; WholeExtent: (0, 511, 0, 511, 0, 399)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I would like to know if the memory is a problem in 
this case !!?</FONT></DIV>
<DIV><FONT face=Arial size=2>Thanks !!!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>python2.3</FONT></DIV>
<DIV><FONT face=Arial size=2>vtk 4.4</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>platform : windows 2000</FONT></DIV>
<DIV><FONT face=Arial size=2>memory: 512 MB</FONT></DIV>
<DIV><FONT face=Arial size=2>processor : AMD Athlon(tm) XP 2400+</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>memory usage at crash point: 1300000 
KB</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>