Hi, sorry for asking a dumb question, but when I do a projection of density<div><br></div><div>field = "Density"</div><div>proj = pf.h.proj(direction, field, weight_field=field)</div><div><br></div><div>the numbers I get are ~1e-28</div>
<div><br></div><div>but when I do</div><div>proj = pf.h.proj(direction, field, weight_field=None)</div><div><br></div><div>the numbers become ~1e-4</div><div><br></div><div>this is a 64 cube simulation, if I were to multiply 64 * 1e-28 for a projection with no weighting, shouldn't I still get numbers on the order of 1e-26 or 1e-27?  I'm guessing there's something I've misunderstood about pf.h.proj.  Am I missing like a CGS conversion factor when I don't weight it by some field?</div>
<div><br></div><div>From</div><div>G.S.</div>