<div dir="ltr">FYI: With PV 4.2 you'll need to use make_vector() instead of hstack.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Aug 29, 2014 at 3:11 PM, Casey Goodlett <span dir="ltr"><<a href="mailto:casey.goodlett@kitware.com" target="_blank">casey.goodlett@kitware.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi all,<br><br></div>I often do something similar when reading data originally from a text table.  In this case I need to turn 3 arrays into a single 3-component uchar array for the purpose of RGB 
coloring.  I found that I can also use the following python calculator 
expression to accomplish this goal (assuming the arrays are named 'R', 
'G', 'B' respectively).  This assumes the values are already scaled 
between 0-255.<br><br>hstack([inputs[0].PointData['R'], inputs[0].PointData['G'], inputs[0].PointData['B']]).astype(uint8)<span class="HOEnZb"><font color="#888888"><br clear="all"><br><div class="gmail_extra">
-- <br><div dir="ltr">Casey B. Goodlett, Ph.D.<br>

Technical Leader<br>Kitware, Inc. - North Carolina Office<br><a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a><br>
<a href="tel:%28919%29%20969-6990%20x310" value="+19199696990" target="_blank">(919) 969-6990 x310</a></div>
</div></font></span></div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>