<div dir="ltr">Hi all,<div><br></div><div>I'm working with particle filters for the first time and I'm unclear on the role of the filtered_type keyword.  For example, in the following script:</div><div><a href="http://paste.yt-project.org/show/4099/">http://paste.yt-project.org/show/4099/</a><br>
</div><div>I define filters that should catch every single particle in an Enzo-3.0 dataset.  My understanding of the filtered_type keyword is that is preselected which type of particles to pass through the filter.</div><div>
In this dataset, I have the following particles:</div><div>Type           Number</div><div>DarkMatter  32768</div><div>CenOstriker 10543</div><div>Total            43311</div><div><br></div><div>So, my understanding is that</div>
<div>print ad['finest_all', 'particle_mass'].size<br></div><div>should print 43311 and </div><div>print ad['finest_all', 'particle_mass'].size<br></div><div>should print 32768.</div><div><br>
</div><div>However, they both print 43311.  Is this a bug or am I not understanding what filtered_type is supposed to do?</div><div><br></div><div>Britton</div></div>