<html><body>
<p>New issue 1193: Add a default particle filter for Enzo <a href="https://bitbucket.org/yt_analysis/yt/issues/1193/add-a-default-particle-filter-for-enzo">https://bitbucket.org/yt_analysis/yt/issues/1193/add-a-default-particle-filter-for-enzo</a></p>
<p>Matthew Turk:</p>
<p>Right now (as pointed out by @rthompson ) particle filters for Star particles from “old” Enzo aren't set up.  We may want to do this, so that they show up in particle types.  For reference:</p>
<p>```#define PARTICLE_TYPE_GAS            0 #define PARTICLE_TYPE_DARK_MATTER    1 #define PARTICLE_TYPE_STAR           2 #define PARTICLE_TYPE_TRACER         3 #define PARTICLE_TYPE_MUST_REFINE    4 #define PARTICLE_TYPE_SINGLE_STAR    5 #define PARTICLE_TYPE_BLACK_HOLE     6 #define PARTICLE_TYPE_CLUSTER        7 #define PARTICLE_TYPE_MBH            8 #define PARTICLE_TYPE_COLOR_STAR     9 #define PARTICLE_TYPE_SIMPLE_SOURCE 10 ```</p>
<p>This would likely come in around the time that default particle unions are set up.</p>

<img src="http://link.bitbucket.org/wf/open?upn=JlBWjyZTyKwhM1rBKe-2BcAdFPwdECN4PBooLGVSVl7EJZLabgFdLYjZDBtMEnBvz5-2BdStVJzxeYjYZT4jUtoS3gwnViaskqaMSVWH2-2FphtfTuApUyIbZKE9YUCk6rwI3aIRCKWKG1DjmYXU5lMfUm7OOlKNR1s7AbvJQeIJcaV2Z8AYV6blmkVaHmmScmn48J5EjaexN9X1IicPGiI3M73GVfoIK5BPwOenVF-2B4gcwPo-3D" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body></html>