Hi Stella,<br><br>I think all you have to do is add the "steady_north=True" keyword arg to the camera instantiation and you should be all set.<br><br>Britton<br><br><div class="gmail_quote">On Tue, Nov 8, 2011 at 10:35 AM, Stella Offner <span dir="ltr"><<a href="mailto:soffner@cfa.harvard.edu">soffner@cfa.harvard.edu</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>
I'm making a volume rendering movie and I'm encountering an issue with the rotate function. I'm iterating over a call to cam.rotate(angle, rot_vector=north), with a fixed angle and north vector. However, the  output images rotate about that axis for a few frames and then switch  north vectors and rotate about a different north. I'm using a yt version I installed a couple weeks ago, so its pretty up to date. Do you know what could be going on?<br>

<br>
for j in range(1,76):                          cam.rotate((3.14*2.0/75.0), rot_vector=[0, 0, 1])<br>
          vals = cam.snapshot()<br>
          image_file = "%s_st%i_%i_%i_%i_box_%i.png" % (pf, star, xrot, yrot, zrot, ifile+j)<br>
          write_bitmap(vals, image_file)<br>
<br>
Thanks,<br>
Stella<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>