Hi Matt<div><br></div><div>When you said '<font class="Apple-style-span" face="'courier new', monospace">adaptive projections and slice</font>s' you mean for instance:</div><div><br></div><div>pf = load(...)</div>
<div>proj1 = pf.h.slice(axis, coord1, field_name)    # will be slow</div><div>proj2 = pf.h.slice(axis, coord2, field_name)    # should be very fast?</div><div><br>proj2 should be done very fast in comparison with proj1? If so, the idea is to save 'pf' object?</div>
<div><br></div><div>How do you can I update the extent in yt?</div><div><br></div><div>Regards,  </div><div><br><div class="gmail_quote">On Wed, Jun 15, 2011 at 10:26 PM, Matthew Turk <span dir="ltr"><<a href="mailto:matthewturk@gmail.com">matthewturk@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi Jorge,<br>
<br>
Once I figured out how to load plugins (Plugin Manager -> Load New -><br>
XML) I was able to get these in and they completely worked for me.<br>
This is really cool.<br>
<br>
One thing that might be neat would be to use the visible extents to<br>
determine the extents of the image -- i.e., zooming would then be able<br>
to actually zoom in the image.  One of the neat things about yt is the<br>
adaptive projections and slices, so that you can use the same source<br>
data and update the extents essentially instantaneously to get a new<br>
image at a higher spatial resolution.<br>
<br>
Thanks very much for this, it's really cool.  The other night I<br>
blogged about it on the yt blog: <a href="http://post.ly/2Cxhb" target="_blank">http://post.ly/2Cxhb</a> and I am excited<br>
about the idea of showing this to other people.<br>
<br>
-Matt<br>
<div><div></div><div class="h5"><br>
On Wed, Jun 15, 2011 at 10:41 AM, Jorge Poco <<a href="mailto:jorge.poco@kitware.com">jorge.poco@kitware.com</a>> wrote:<br>
> Hi Matt<br>
> I have written some XML code to create the plugins for Projection and Slice:<br>
> <a href="http://paste.enzotools.org/show/1710/" target="_blank">http://paste.enzotools.org/show/1710/</a> (Projection)<br>
> <a href="http://paste.enzotools.org/show/1709/" target="_blank">http://paste.enzotools.org/show/1709/</a> (Slice)<br>
> * the graphics interface is not intuitive. I mean if you want to change the<br>
> 'field name' you need to write it instead of selecting the preexisting<br>
> fields.<br>
> I will still looking for a better way to show the parameters.<br>
> * In my Paraview installation, after some intents trying to regenerate the<br>
> image using the YT code, it stops working but I don't see any error<br>
> message.<br>
> I will figure out this problem.<br>
> Regards,<br>
> Att. Jorge Poco.<br>
</div></div></blockquote></div><br></div>