<div dir="ltr">Dear yt users,<div><br></div><div>Hi, I want to know about particle filters. I learned that I can specify some particle type by doing like this:</div><div><br></div><div><div>def stars(pfilter, data):</div><div>    filter = data[(pfilter.filtered_type, "particle_type")] == 2</div><div>    return filter</div></div><div><br></div><div>I learned that the filter for star is No.2 from this example. What about other particles like gas or dark matter ? (Nathan kindly told me that dark matter is 0, but fragmentary information I got from google search suggest that it's 1, so I'm confused...) Is there any good documentation for this?</div><div>I'm working with Enzo data.</div><div><br></div><div>Best,</div><div>Y.T.</div><div><br></div></div>