<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 27, 2016 at 3:26 PM, Vincent Picouet <span dir="ltr"><<a href="mailto:vincent.picouet@student.ecp.fr" target="_blank">vincent.picouet@student.ecp.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
I am getting an issue with a very basic YT code:<br>
<br>
I am using the 3.3.1 version and I can not access the cells contained in a sphere (it returns all the cells of the ENZO simulation):<br>
The YT cookbook explains that to access the different fields (for example the x position) of the cells contained in a sphere one must code : ds.sphere[(0.5,0.5,0.5),0.1)][<wbr>‘x’] …<br></blockquote><div><br></div><div>Are you sure this is the exact code you're using? I think this is a syntax error.</div><div><br></div><div>Here's a copy/paste of an interactive session I just went though using yt 3.3.1 and a test Enzo dataset we have on <a href="http://yt-project.org/data">yt-project.org/data</a>:</div><div><br></div><div><a href="http://paste.yt-project.org/show/6904/">http://paste.yt-project.org/show/6904/</a><br></div><div><br></div><div>If you follow along with that, do you get that ad['x'].shape and sph['x'].shape are the same?</div><div><br></div><div>-Nathan</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
But it gives me exactly the same results of ds.all_data().[‘x’] which is a 100M cells’ list.<br>
Do you have an idea about selecting only the sphere region easily?<br>
<br>
Thanks<br>
<br>
Vincent<br>
______________________________<wbr>_________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" rel="noreferrer" target="_blank">http://lists.spacepope.org/<wbr>listinfo.cgi/yt-users-<wbr>spacepope.org</a><br>
</blockquote></div><br></div></div>