The first is definitely possible.  Just add data_source=extractCube to your call to add_projection or add_slice or whatever.  The second probably won't work because the projection or slice routine will look for other things like cell dxs that won't be present from just a similarly sized array.  If you want to do something like that, you're probably better off making a new field and then projecting that with the above data_source keyword argument in there.<br>
<br>Britton<br><br><div class="gmail_quote">On Thu, Aug 18, 2011 at 10:59 AM, Elizabeth Tasker <span dir="ltr"><<a href="mailto:taskere@mcmaster.ca">taskere@mcmaster.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
Is it possible to make a slice or projection of a extracted, fixed resolution region? i.e. the resultant object of:<br>
<br>
extractCube = pf.h.covering_grid(extract_<u></u>level,<br>
                                        left_edge=extractLE,<br>
                                        right_edge=extractRE,<br>
                                        # How many dimensions along each axis<br>
                                        dims=extractDims,<br>
                                        # And any fields to preload (this is optional!)<br>
                                        fields=["PotentialField"],<br>
                                        num_ghost_zones = 3)<br>
<br>
<br>
Or of an array later made to the same size? e.g.<br>
<br>
cloud = na.zeros(extractCube["x-<u></u>velocity"].shape, dtype='float64')<br>
<br>
<br>
Elizabeth<br>
______________________________<u></u>_________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/<u></u>listinfo.cgi/yt-users-<u></u>spacepope.org</a><br>
</blockquote></div><br>