<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr">Hi Joseph,<div><br></div><div>It's not an exact answer to what you're looking for but one thing you can do to help is force an over refining in the octree building (i.e. each 'False' in the octree will still have 8 child cells instead of being the terminal point in the refinement).   So, based on the above notebook, you could load doing something like:</div><div><br></div><div>>ds = yt.load(fname,unit_base=unit_base,bounding_box = bbox, over_refine_factor = 1)</div><div><br></div><div>and you can increase over_refine_factor accordingly beyond 1 of course too.  (The default is 0).  Note though that it can get very taxing on the memory to go even beyond over_refine_factor=2.</div><div><br></div><div>-d</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 13, 2015 at 1:27 PM, Joseph Smidt <span dir="ltr"><<a href="mailto:josephsmidt@gmail.com" target="_blank">josephsmidt@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hey everyone,<br>
<br>
    If you look at this GADGET notebook [1] and specifically the very<br>
last image of the disk galaxy you will see that the final image is<br>
very blocky.  And though that makes sense, is there way to interpolate<br>
to get a smooth image?<br>
<br>
    IE... is there a way to say I want an 800x600 pixel images where<br>
the pixels smoothly interpolate over this particle data so there is no<br>
blockiness?<br>
<br>
[1] <a href="http://yt-project.org/docs/dev/cookbook/gadget_notebook.html" target="_blank">http://yt-project.org/docs/dev/cookbook/gadget_notebook.html</a><br>
<br>
<br>
--<br>
------------------------------------------------------------------------<br>
Joseph Smidt <<a href="mailto:josephsmidt@gmail.com">josephsmidt@gmail.com</a>><br>
<br>
Theoretical Division<br>
P.O. Box 1663, Mail Stop B283<br>
Los Alamos, NM 87545<br>
Office: <a href="tel:505-665-9752" value="+15056659752">505-665-9752</a><br>
Fax:    <a href="tel:505-667-1931" value="+15056671931">505-667-1931</a><br>
_______________________________________________<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" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
</blockquote></div><br></div>