[yt-dev] Issue #844: ProjectionCamera not in right-handed orientation (yt_analysis/yt)

Cameron Hummels issues-reply at bitbucket.org
Wed May 21 09:03:26 PDT 2014


New issue 844: ProjectionCamera not in right-handed orientation
https://bitbucket.org/yt_analysis/yt/issue/844/projectioncamera-not-in-right-handed

Cameron Hummels:

It appears that the ProjectionCamera is not in the right-handed orientation like the PlotWindow objects are.  You can see this in the docs here:

http://yt-project.org/docs/dev-3.0/visualizing/plots.html#off-axis-projection-plots

The 'off_axis_projection' calls ProjectionCamera, which yields an image with the disk horizontal, although in the next script the exact same L and north_vector are used but with OffAxisProjectionPlot, which yields an image with the disk vertical.  I know the camera is getting rewritten right now, so this may change, but I just wanted to list it here in case this issue wasn't resolved after the scene PR.





More information about the yt-dev mailing list