<div dir="ltr">Hi yt users!<br><br>Does anybody know how to create a projection for particles using another field rather than "particle_mass"?<br><br>I was using this:<br><br><div>proj = ds.proj('density', 2,data_source=disk_dd,method='sum')</div><div>frb = proj.to_frb(width, res, center=[0.5,0.5,0.5])<br></div><div>M_star=frb[('deposit', 'young_stars_mass')].in_units('Msun')<br><br>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. <br>Cheers!<br><br>José Utreras</div></div>