<div dir="ltr"><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Hi </span><span style="font-size:12.8px">Matthew,<br><br>Thank you for your answering.</span></div><div><span style="font-size:12.8px">My main problem is that I know generally what code to write, but I'm not sure I get all the YT code design in this area..</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">So it will be great to talk to someone who knows this part of the code for 10-15 min, so I could get the basic understanding and I won't waste time on it in vain.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Thanx,</span></div><div><span style="font-size:12.8px">Tomer</span></div><span style="font-size:12.8px"><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px"><br></span></div>Date: Thu, 22 Oct 2015 14:49:12 -0700</span><br style="font-size:12.8px"><span style="font-size:12.8px">From: Matthew Turk <</span><a href="mailto:matthewturk@gmail.com" style="font-size:12.8px" target="_blank">matthewturk@gmail.com</a><span style="font-size:12.8px">></span><br style="font-size:12.8px"><span style="font-size:12.8px">To: "</span><a href="mailto:yt-dev@lists.spacepope.org" style="font-size:12.8px" target="_blank">yt-dev@lists.spacepope.org</a><span style="font-size:12.8px">" <</span><a href="mailto:yt-dev@lists.spacepope.org" style="font-size:12.8px" target="_blank">yt-dev@lists.spacepope.org</a><span style="font-size:12.8px">></span><br style="font-size:12.8px"><span style="font-size:12.8px">Subject: Re: [yt-dev] Contributing to the YT project - 3D illustration</span><br style="font-size:12.8px"><span style="font-size:12.8px">        -       get_vertex_centered_data</span><br style="font-size:12.8px"><span style="font-size:12.8px">Message-ID:</span><br style="font-size:12.8px"><span style="font-size:12.8px">        <CALO3=</span><a href="mailto:5GdL8zv8CK_i8hAOHRgZJk7ti%2B_NU4N33wjtqq6Te85Cw@mail.gmail.com" style="font-size:12.8px" target="_blank">5GdL8zv8CK_i8hAOHRgZJk7ti+_NU4N33wjtqq6Te85Cw@mail.gmail.com</a><span style="font-size:12.8px">></span><br style="font-size:12.8px"><span style="font-size:12.8px">Content-Type: text/plain; charset=UTF-8</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">Hi Tomer,</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">Sorry for the long delay in replying to your email.  I wanted to make</span><br style="font-size:12.8px"><span style="font-size:12.8px">sure I could collect my thoughts, and I hope you don't interpret it as</span><br style="font-size:12.8px"><span style="font-size:12.8px">not being interested in reaching out to you!</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">I think this is a great project.  It's probably kind of hard, but</span><br style="font-size:12.8px"><span style="font-size:12.8px">certainly do-able.  The changes will have to be made in the</span><br style="font-size:12.8px"><span style="font-size:12.8px">octree_subset.py section of the code, and I think they might</span><br style="font-size:12.8px"><span style="font-size:12.8px">eventually need to touch the octree handler objects inside</span><br style="font-size:12.8px"><span style="font-size:12.8px">yt/geometry/oct_container.pyx, particularly the base container.</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">To get started, I'd suggest just trying to do an "extrapolation"</span><br style="font-size:12.8px"><span style="font-size:12.8px">method, and then filling in from IO on disk.  The technical way of</span><br style="font-size:12.8px"><span style="font-size:12.8px">doing this would be to fork the main yt repository, make a bookmark</span><br style="font-size:12.8px"><span style="font-size:12.8px">with "hg bookmark" and then push the bookmark to your repo with "hg</span><br style="font-size:12.8px"><span style="font-size:12.8px">push -B mybookmarkname" after changing the default destination in</span><br style="font-size:12.8px"><span style="font-size:12.8px">.hg/hgrc to be your fork (and leaving the main repo as something like</span><br style="font-size:12.8px"><span style="font-size:12.8px">ytanalysis).  You can then commit, etc etc, and issue a PR which will</span><br style="font-size:12.8px"><span style="font-size:12.8px">get reviewed.  Feel free also to issue a PR before you're done, if</span><br style="font-size:12.8px"><span style="font-size:12.8px">you'd like feedback or help during WIP.</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">Thanks for writing, and stop by Slack or IRC if you want to talk in more detail!</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">-MAtt</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">On Tue, Oct 20, 2015 at 7:21 AM, Tomer Nussbaum</span><br style="font-size:12.8px"><span style="font-size:12.8px"><</span><a href="mailto:tomer.nussbaum@mail.huji.ac.il" style="font-size:12.8px" target="_blank">tomer.nussbaum@mail.huji.ac.il</a><span style="font-size:12.8px">> wrote:</span><br style="font-size:12.8px"><span style="font-size:12.8px">> Hey guys,</span><br style="font-size:12.8px"><span style="font-size:12.8px">></span><br style="font-size:12.8px"><span style="font-size:12.8px">> I wish to write the get_vertex_centered_data() function in octree_subset.</span><br style="font-size:12.8px"><span style="font-size:12.8px">> and make the YT 3D illustration work also to ART and RAMSES.</span><br style="font-size:12.8px"><span style="font-size:12.8px">></span><br style="font-size:12.8px"><span style="font-size:12.8px">></span><br style="font-size:12.8px"><span style="font-size:12.8px">> So.. what is the protocol?</span><br style="font-size:12.8px"><span style="font-size:12.8px">></span><br style="font-size:12.8px"><span style="font-size:12.8px">> Thnx,</span><br style="font-size:12.8px"><span style="font-size:12.8px">> Tomer</span><br></div>