Stephan Kuschel

Results 21 comments of Stephan Kuschel

@zubairy I was wondering if you azimuth fft spectrum of the field is something we should permanently add to postpic. I assume you have used your function by now repeatedly....

Dear Lingang, thanks a lot for the script and the plots! Thats pretty interesing. Since there is no 3D version, I will need to see if there is much benefit...

Current status in www.github.com/ra3dnr/postpic/tree/synthspec

One more option to assess: There is a package called python-quantities. It is not packed in arch, but its pure python, so pip can easily install it. The `Quantity` is...

https://nrc-cnrc.github.io/MetroloPy/ is linked on the Scipy page https://www.scipy.org/topical-software.html . Maybe this is another option to assess.

Equality tests for dumpreader have been implemented 341cdaee6efcbcea16b0c5741d6d076da34ab6be. Its not straigt forward what `==` should mean for singlespecies or multispecies objects including the option, that the particle lists might be...

Regarding #117 it may be useful to define "dr1 == dr2" to be True if they are returning the same particles in the same order (although from a possibly different...

tests are windows compatible since 33891804

There is some proof-of-concept in the (outdated) cythonparallel branch. However it needs to be tests if this is actually increasing the performance.