On Mon, Jan 30, 2012 at 1:59 PM, David Doria &lt;<a href="mailto:daviddoria@gmail.com">daviddoria@gmail.com</a>&gt; wrote:<br>&gt; I have a data set that has a 308D vector associated with the PointData:<br>&gt;<br>&gt; descriptors-&gt;SetNumberOfComponents(308);<br>
&gt; descriptors-&gt;SetName(&quot;Descriptors&quot;);<br>&gt; descriptors-&gt;SetNumberOfTuples(polyData-&gt;GetNumberOfPoints());<br>&gt; ...<br>&gt; polyData-&gt;GetPointData()-&gt;AddArray(descriptors);<br>&gt;<br>&gt; I want to apply a Calculator filter to filter the points by their<br>
&gt; descriptor magnitude. In the Calculator filter, I choose<br>&gt;<br>&gt; Attribute mode: PointData<br>&gt;<br>&gt; Then if I click the &quot;Vectors&quot; drop down box, I see two other vectors<br>&gt; (colors and coords), but not &quot;Descriptors&quot;. If I click on the<br>
&gt; &quot;Scalars&quot; drop down box, I see 308 entries for a single dimension of<br>&gt; the descriptor vector with their index appended after an underscore<br>&gt; (ie. Descriptors_0 ...Descriptors_307), but not the whole vector. Is<br>
&gt; there a way to apply a norm(Descriptors) operation in the Calculator<br>&gt; filter with this data set?<br><div><br></div><div>I found the Auto Convert Properties which lets me threshold the magnitudes directly in the Threshold filter (this is nice!). However, it still seems like you should be able to use the magnitude in a calculator filter.<br>
</div>