py-sphviewer
py-sphviewer copied to clipboard
Py-SPHViewer is a framework for rendering cosmological simulations in Python using the Smoothed Particle Hydrodynamics scheme.
Hello I have tried to install py-sphviewer on Windows 10 64 bit. I'm running Python 3.9.5 and I'm getting the following errors message :  I have tried to change...
I've developed a new implementation to consider more projection types, starting with its first new one: the [Azimuthal equidistant projection](https://en.wikipedia.org/wiki/Azimuthal_equidistant_projection). With this also comes some simplifications of the C module...
Fixes incorrect smoothing on small scales as reported in #16. This also includes the changes to the kernels in another MR (#18); please merge that one first, and then we'll...
There were two copies of the kernel that, thankfully, were the same but were being re-defined in multiple places. This MR centralises the kernel definitions in a header (kind of...
Error: error: Unable to compile C extensions on your machine, as we can't find OpenMP. If you are on MacOS, try `brew install libomp` and try again. If you are...
The camera tools don't output the camera parameters for the last frame requested but get stuck on the second-last because there's a `+1` missing in the argument of `np.arange`. Fixed...
As Numpy 2.0 has broken some parts of the code, use Numpy 1.26.4 until we make the required changes to adhere to the new C-API: pip install numpy==1.26.4 Sorry for...
Hi! I'm trying to plot a DM-only simulation using py-sphviewer. The simulation consists of 2048^3 particles. However, the result I'm getting is either a completely white or black plot. Below...
Hello! I am trying to install on my Linux machine with `python setup.py install` and it fails with the following message. ``` sphviewer/extensions/scenemodule.c: In function ‘get_float_array’: sphviewer/extensions/scenemodule.c:79:58: error: passing argument...
Hello, I was able to install py-sphviewer after the cosma update by manually cloning it an running setup.py (although I had to compile with an older version of intel). However,...