<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 24, 2016 at 11:30 AM, Huebl, Axel <span dir="ltr"><<a href="mailto:a.huebl@hzdr.de" target="_blank">a.huebl@hzdr.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">Hi yt-devs,<br>
<br>
I am forwarding this conversation to the public list to keep it open for<br>
others to join in and to build up a record that might help others.<br>
<br>
Our new student Fabian updated our frontend and implemented particle<br>
readers. Unfortunately some details of the particle "fields" still cause<br>
some bumps that we can not get our head around.<br>
<br>
We are now able to read fields and particles, even chunk-wise, and can<br>
work with the data we read in python scripts via the all_data() method.<br>
<br>
Nevertheless, using the particle scatter plots such as yt.ParticlePlot<br>
seems not to work. We have some problems with unions / the "all" group<br>
and the fact that we have several particle species (e.g., "hot<br>
electrons", "cold electrons", "helium ions", "nitrogen ions", etc.)<br></blockquote><div><br></div><div>The 'all' particle union should get set up automatically, but maybe something is going wrong with that machinery.</div><div><br></div><div><span style="font-size:12.8px">Can you create a test script that illustrates this issue using a publicly available OpenPMD dataset?</span></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
<br>
Also since the last rebase: did someone recently change the unit system<br>
in yt? T for "Tesla" seems not to be understood any more. Is there a<br>
changelog somewhere available? Do we have to describe our data in cgs / mks?<br></blockquote><div><br></div><div>I just double-checked, and Tesla should be working:</div><div><br></div><div><div style="font-size:12.8px"><div>In [1]: from yt import YTQuantity</div><div><br></div><div>In [2]: YTQuantity(1, 'T')</div><div>Out[2]: 1.0 T</div><div><br></div><div>In [3]: YTQuantity(1, 'T').to_equivalent('G', 'CGS')</div><div>Out[3]: 10000.0 G</div></div><div class="" style="font-size:12.8px"></div></div><div> </div><div>Can you explain a little bit more what issue you're having? A test script that illustrates the issue would also help.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
<br>
Would someone be interested for a quick heads up via e.g., skype /<br>
web-rtc so we can ask specific questions?<br>
<br>
Fabian is around on Tuesdays and Fridays, something like early CA time,<br>
and late GER time usually works great (e.g., 9pm-PDT / 6pm-CEST).<br>
<br>
Our current branch HEAD can be found here (->yt->frontends->openPMD):<br>
  <a href="https://bitbucket.org/C0nsultant/openpmd/src?at=yt" rel="noreferrer" target="_blank">https://bitbucket.org/C0nsultant/openpmd/src?at=yt</a><br>
<br>
And an example script is attached.<br>
<br>
<br>
Thanks a lot!<br>
<span class=""><font color="#888888">Axel<br>
</font></span></blockquote></div><br></div></div>