![](https://secure.gravatar.com/avatar/62f52afe231d5b05707bc20a964497b0.jpg?s=120&d=mm&r=g)
April 18, 2017
11:13 a.m.
Hi yt users! Does anybody know how to create a projection for particles using another field rather than "particle_mass"? I was using this: proj = ds.proj('density', 2,data_source=disk_dd,method='sum') frb = proj.to_frb(width, res, center=[0.5,0.5,0.5]) M_star=frb[('deposit', 'young_stars_mass')].in_units('Msun') But now I would like to do this with a particle mass field that depends on the characteristic timescales of the particles rather than the default field. Cheers! José Utreras