<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 11, 2015 at 2:27 PM, Stephanie Tonnesen <span dir="ltr"><<a href="mailto:stonnes@gmail.com" target="_blank">stonnes@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div>Hi yt-users,<br><br></div>So I have two questions related to projections.  What I want to finally end up with is a projection-type figure that for any point in the projection gives me the value: (column density) * (total sound crossing time) * (peak gravitational acceleration).  I know how to make projections of column density and total sound crossing time, but am stuck otherwise.  So, my questions:<br><br></div>1)  Can I combine two projection plots after I make them? I do not want the projection of column density * sound crossing time for every cell, I want to multiply the two final outputs.  <br></div></div></div></div></blockquote><div><br></div><div>I don't think there's an easy way to do this right now. We don't have good support for manipulating projected quantities in the same way as volumetric quantities. I would probably do this by manually plotting the product of the image arrays for each quantity.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><br></div>2)  Can I create a projection plot, or map along a line of sight, of the peak value of a variable?  <br></div></div></div></blockquote><div><br></div><div>This one's much easier, you want to specify proj_style='mip' (short for maximum intensity projection) when you create your ProjectionPlot. Projection data objects (e.g. ds.proj) take a style keyword argument that does the same thing. We should probably make that API more uniform...</div><div><br></div><div>-Nathan</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><br></div>Thanks for any help,<br></div>Stephanie<br><br clear="all"><div><div><div><div><div><div><div><div><div><div dir="ltr"><div><div><div><font face="garamond,serif">--<br>Dr. Stephanie Tonnesen<br></font></div><font face="garamond,serif">Alvin E. Nashman Postdoctoral Fellow<br></font></div><font face="garamond,serif">Carnegie Observatories, Pasadena, CA<br></font></div><font face="garamond,serif"><a href="mailto:stonnes@gmail.com" target="_blank">stonnes@gmail.com</a><br></font></div></div></div>
</div></div></div></div></div></div></div></div>
<br>_______________________________________________<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" rel="noreferrer" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
<br></blockquote></div><br></div></div>