<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr">Hi everyone,<div><br></div><div>Myself and one other who should be joining this list soon are interested in implementing some new functionality and I would like to solicit some advice.</div><div><br></div><div>What we have are halo catalog datasets that, for the most part, are already loadable in yt.  They are loadable in that each individual halo is a particle such that querying the mass field returns the mass of each halo.  However, these datasets also store the particles from the simulation snapshot that are the members of each halo.  We currently do not have the machinery to query them and this is what we would like to add.</div><div><br></div><div>It seems the most sensible idea is to create a halo data container such that something like the following returns the mass of all the particles in a halo:</div><div><br></div><div>my_halo = ds.halo(some_id)</div><div>my_halo["particle_mass"]</div><div><br></div><div>This is somewhat different from the existing data containers as it is not geometric.  The member particles are explicitly known.  I don't have much experience with making data containers so I can't tell if this makes things easier or harder.  Anyway, this is the plan.</div><div><br></div><div>If anyone has reasons this may be too difficult or simply not work, I would appreciate hearing them.  Any general advice or other ideas for making this functionality work would also be welcome.</div><div><br></div><div>Thanks!</div><div><br></div><div>Britton</div></div>