<p>Not too surprising. We already revert to overlap for sims with a refinement factor not equal to 2. We should for dimensionality less than 3.</p>
<p>But, you can also slice and do rays for lower dimensionality simulations, too. </p>
<div class="gmail_quote">On Nov 29, 2012 6:37 PM, "Nathan Goldbaum" <<a href="mailto:nathan12343@gmail.com">nathan12343@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Sam points out on IRC that overlap_proj works as expected - the issue is with QuadTreeProj.<br>
<br>
-Nathan<br>
<br>
On 11/29/12 3:23 PM, Nathan Goldbaum wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all,<br>
<br>
This discussion is based on the work we're doing for the enzo testing suite.  As part of this, we're doing a number of 1D and 2D enzo simulations.  Unfortunately, we're getting some strange results which makes me curious whether it actually makes any sense to project 1D and 2D AMR data in yt.  This is motivated by inspection of my data:<br>

<br>
In [58]: pf.dimensionality<br>
Out[58]: 1<br>
<br>
In [59]: prj = pf.h.proj(0,'Density',weight_<u></u>field='Density')<br>
yt : [INFO     ] 2012-11-29 15:17:55,860 Projection completed<br>
<br>
In [60]: prj['Density']<br>
Out[60]:<br>
array([ 1.        ,  1.        ,  1.        ,  1.        , 1.        ,<br>
        1.        ,  1.        ,  1.        ,  1.        , 2.24475454,<br>
        2.54903927,  2.54903927,  2.54903927])<br>
<br>
Formally the simulation has no extent along y or z, yet the projection I'm getting back isn't a scalar.<br>
<br>
For reference, this is the Toro-3-ShockTubeAMR test that comes with enzo.<br>
<br>
I guess the real question I have is what is the best tool inside yt to quantitatively inspect and compare 1D and 2D datasets?  Am I making a mistake in the way the test simulation is set up, causing yt to misinterpret it somehow?<br>

<br>
Thanks very much for your help with this.<br>
<br>
Cheers,<br>
<br>
Nathan<br>
</blockquote>
<br>
______________________________<u></u>_________________<br>
yt-dev mailing list<br>
<a href="mailto:yt-dev@lists.spacepope.org" target="_blank">yt-dev@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org" target="_blank">http://lists.spacepope.org/<u></u>listinfo.cgi/yt-dev-spacepope.<u></u>org</a><br>
</blockquote></div>