Hi Mark,<div><br></div><div>Matt Turk and I have been working (albeit not in a while) on implementing ART outputs in yt. At the moment it's rather limited, and doesn't do anything with the star particles. The gas mesh can be read in, exporting to Sunrise works OK (again, lacking the star particles.) But some of the more advanced functions like volume rendering don't work. My hope is to go to the developer's conference in October and finish these things up then.  </div>
<div><br></div><div>All I can really give you at the moment is a scrap of code that'll project a few of the defined quantities:</div><div><br></div><div>







<p class="p1"><font class="Apple-style-span" face="'courier new', monospace">import sys; sys.path.insert(0, "/sdata/cemoody/code/yt/src/yt-trunk-svn");</font></p>
<p class="p1"><font class="Apple-style-span" face="'courier new', monospace">from yt.mods import *</font></p>
<p class="p1"><font class="Apple-style-span" face="'courier new', monospace">from yt.frontends.art.api import ARTStaticOutput</font></p>
<p class="p1"><font class="Apple-style-span" face="'courier new', monospace">fn = "10MpcBox_csf512_a0.300.d"</font></p>
<p class="p1"><font class="Apple-style-span" face="'courier new', monospace">pf = ARTStaticOutput(fn)</font></p>
<p class="p1"><font class="Apple-style-span" face="'courier new', monospace">pc = PlotCollection(pf)</font></p>
<p class="p1"><font class="Apple-style-span" face="'courier new', monospace">pc.add_projection("Density", 0, "Density")</font></p>
<p class="p1"><font class="Apple-style-span" face="'courier new', monospace">pc.plots[-1].set_cmap("algae")</font></p>
<p class="p1"><font class="Apple-style-span" face="'courier new', monospace">pc.add_projection("Temperature", 0, "Temperature")</font></p>
<p class="p1"><font class="Apple-style-span" face="'courier new', monospace">pc.plots[-1].set_cmap("hot")</font></p>
<p class="p1"><font class="Apple-style-span" face="'courier new', monospace">pc.set_width(100.0, 'kpc')</font></p>
<p class="p1"><font class="Apple-style-span" face="'courier new', monospace">pc.save("100kpc")</font></p>
<p class="p1"><font class="Apple-style-span" face="'courier new', monospace">pc.set_width(25.0, 'kpc')</font></p>
<p class="p1"><font class="Apple-style-span" face="'courier new', monospace">pc.save("025kpc")</font></p><p class="p1"><br></p></div><div>Thanks!</div><div>chris</div><div><br></div><div><br><br><div class="gmail_quote">
On Wed, Aug 10, 2011 at 1:20 PM, Mark Danovich <span dir="ltr"><<a href="mailto:mark.danovich@gmail.com">mark.danovich@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">Hi,<div><br></div><div>Is there any support for Daniel Ceverino's ART simulations and maybe some tutorial. I've seen code for reading in the data, but I don't know how to make it yt compatible.</div>

<div><br></div><div>Thanks.<br clear="all"><br>-- <br><font color="#888888">Mark Danovich<br>
</font></div></div>
<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>
<br></blockquote></div><br></div>