<div dir="ltr"><div>Ok, thanks guys.  I figured that was the case with VR, but wanted to double check.<br><br>The field docs will be a great boon; as it is, things are quite confusing.<br><br></div>Nice talk Nathan!<br><br>
Chris<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 15, 2014 at 4:06 PM, Cameron Hummels <span dir="ltr"><<a href="mailto:chummels@gmail.com" target="_blank">chummels@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">I don't think VR is working for particle-based datasets as of yet.  The volume rendering interface is being redesigned right now, but its release has been postponed until yt 3.1 unfortunately.  When it is released it will handle all particle-based datasets as well as grid-based datasets.<div>


<br></div><div>I know Matt is working on the field docs right now, so they should be ready somewhat soon.</div></div><div class="gmail_extra"><div><div class="h5"><br><br><div class="gmail_quote">On Tue, Jul 15, 2014 at 3:00 PM, Nathan Goldbaum <span dir="ltr"><<a href="mailto:nathan12343@gmail.com" target="_blank">nathan12343@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"><br><div class="gmail_extra"><br><br><div class="gmail_quote"><div>On Tue, Jul 15, 2014 at 2:56 PM, Chris Malone <span dir="ltr"><<a href="mailto:chris.m.malone@gmail.com" target="_blank">chris.m.malone@gmail.com</a>></span> wrote:<br>




<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><div><div>Thanks for the feedback, Nathan.<br>




<br></div>In slices, I was plotting 'all_density', which is a 'deposit' field.  I'll try looking at 'Gas_smoothed_density' ...<br>
<br></div></div></div></blockquote><div><br></div></div><div>('deposit', 'all_density') uses nearest neighbor deposition.  There's also ('deposit', 'all_cic') which does cloud-in-cell.</div>




<div><br></div><div>('deposit', 'Gas_smoothed_density') is aliased to ('gas', 'density') or just 'density'.  This way we can access gas fields in an SPH dataset just like with a grid dataset.</div>


<div>

<div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><div></div>I'll see about getting permission to pass along the dataset.  For the time being, do you know of any notebook or cookbook recipe that shows how to do this for particle data?  I couldn't seem to find anything.</div>




</div></blockquote><div><br></div></div><div>Yes, there's an example in the docs using tipsy data: <a href="http://yt-project.org/docs/dev-3.0/examining/loading_data.html#tipsy-data" target="_blank">http://yt-project.org/docs/dev-3.0/examining/loading_data.html#tipsy-data</a></div>




<div><br></div><div>I also went into a bit of depth about working with SPH data in my scipy talk: <a href="http://www.youtube.com/watch?v=sNkN7nyj4nE" target="_blank">www.youtube.com/watch?v=sNkN7nyj4nE</a></div><div><br>


</div><div>I don't think there's an example of volume rendering SPH data floating around, thus my uncertainty about it working or not.</div><div><div>

<div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><span><font color="#888888"><br>





<br></font></span></div><span><font color="#888888">Chris<br></font></span></div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 15, 2014 at 3:43 PM, Nathan Goldbaum <span dir="ltr"><<a href="mailto:nathan12343@gmail.com" target="_blank">nathan12343@gmail.com</a>></span> wrote:<br>





<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">




<div>On Tue, Jul 15, 2014 at 2:35 PM, Chris Malone <span dir="ltr"><<a href="mailto:chris.m.malone@gmail.com" target="_blank">chris.m.malone@gmail.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div>Hi all,<br><br></div><div>Caveat: I'm not that familiar with particle-based datasets/codes.<br>







<br></div>I'm unsuccessfully trying to help a summer student do some visualization of someone else's Gadget binary data dump.  What is the status of volume rendering SPH/Gadget data in 3.0?  </div></blockquote><div>







<br></div></div><div>Not sure about volume rendering.  I believe it should work for particle/octree data but haven't tried it recently.</div><div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">







<div dir="ltr">
<br>When I've tried what I know works for grid-based data, the returned image is simply empty.  Projections look okay (for some variables), and Slices look worse as there are blank splotches, likely due to emptiness in the tree.<br>








<br></div></blockquote><div><br></div></div><div>What field are you slicing?  There shouldn't be empty spots for SPH smoothed fields.</div><div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">







<div dir="ltr">Also, is there a list somewhere that describes/defines what the various fluid types mean (e.g. 'all', 'gas', 'deposit', etc)?  If not, it might be nice to have somewhere in the docs.<span><font color="#888888"><br>







<br></font></span></div></blockquote><div><br></div></div><div>There are several open issues about this. We won't be releasing yt-3.0 until these docs are written.</div><div><br></div><div>'all' is the union that contains all particle data.</div>







<div><br></div><div>'gas' (lowercase g) corresponds to SPH smoothed quantities for Gadget.  In binary datasets, the Gas particle type corresponds to the gas particles.</div><div><br></div><div>'deposit' corresponds to fields that are deposited onto the octree mesh using a particle type. The SPH smoothed fields are actually defined here, 'gas' is just an alias to the smoothed deposition fields.</div>







<div><br></div><div>If you have more specific questions (even better if you have an example script and a dataset) one of us should be able to help you out more.</div><div><br></div><div>-Nathan</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">







<div dir="ltr"><span><font color="#888888">Chris<br>
</font></span></div>
<br>_______________________________________________<br>
yt-dev mailing list<br>
<a href="mailto:yt-dev@lists.spacepope.org" target="_blank">yt-dev@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org</a><br>
<br></blockquote></div><br></div></div>
<br>_______________________________________________<br>
yt-dev mailing list<br>
<a href="mailto:yt-dev@lists.spacepope.org" target="_blank">yt-dev@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org</a><br>
<br></blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
yt-dev mailing list<br>
<a href="mailto:yt-dev@lists.spacepope.org" target="_blank">yt-dev@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org</a><br>
<br></blockquote></div></div></div><br></div></div>
<br>_______________________________________________<br>
yt-dev mailing list<br>
<a href="mailto:yt-dev@lists.spacepope.org" target="_blank">yt-dev@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div></div></div><span class="HOEnZb"><font color="#888888">-- <br>Cameron Hummels<div>Postdoctoral Researcher</div><div>Steward Observatory</div><div>University of Arizona</div>
<div><a href="http://chummels.org" target="_blank">http://chummels.org</a></div>


</font></span></div>
<br>_______________________________________________<br>
yt-dev mailing list<br>
<a href="mailto:yt-dev@lists.spacepope.org">yt-dev@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org</a><br>
<br></blockquote></div><br></div>