<div dir="ltr">Hi, all--<div><br></div><div>I have a dumb projection question.  </div><div><br></div><div>Why is it that when I do a projection, the minimum pdx is smaller than the minimum cell width in my simulation?</div>

<div><br></div><div style><div>>>> pf.h.get_smallest_dx()</div><div>0.0001220703125</div><div>>>> 1./pf.h.get_smallest_dx()</div><div>8192.0</div><div><br></div><div style>Additionally, the sum of the areas is not what I expect.  I expect</div>

<div style><br></div><div style><div>>>> proj=pf.h.proj(0,'Density')</div><div>>>> (proj['pdx']*proj['pdy']).sum()</div><div>0.25</div><div><br></div><div><br></div><div style>I get 0.25, instead of 1 (consistent with the above, if all the widths are down by a factor of 2.)</div>

<div style><br></div><div style>I assumed that proj['pdx'] is the width of the zone of the projection, which I naievely expect to be the smallest cell width along any line of sight.  </div><div style><br></div><div style>

Could one of you good people fill in what I'm misunderstanding?</div><div style><br></div><div style>Thanks a ton!</div><div style>d.</div></div></div></div>