openPMD-viewer
openPMD-viewer copied to clipboard
:snake: Python visualization tools for openPMD files
Hello! I'm trying to install your package and I'm a little confused by the error I'm getting. I installed using ``` python3 -m pip install openPMD-viewer ``` When trying to...
Noticed first by @pordyna This is more an openPMD-api issue, affecting the openPMD-viewer. The viewer can now read from a groupbased openPMD Series as well. Your implementation uses `available_chunks()`, which...
Your main branch name switched back from `master` to `main` you may want to revert #322.
When the user passes `t` in `get_particle` or `get_field`, `openPMD-viewer` used to choose the **last iteration before `t`**. However, this is usually not what the user desires. Instead, `openPMD-viewer` should...
The function `get_laser_waist` explicitly assumes that the `z` axis is the last axis. This PR generalizes this code so that the `openPMD` checks which axis is actually to propagation axis....
Amending PR #337 to further generalize data storage when performing 3D reconstruction of thetaMode data. In PR #337, the required data ordering was relaxed from `mrz` (angular modes - radial...
It would be good to print the SI units in the label for the colorbar, and for the axes.
The particle tracker assumed that the only `int` quantity is the particle ID. This PR makes the code more robust.
There has been a report for PIConGPU https://github.com/ComputationalRadiationPhysics/picongpu/issues/3990 that particle momenta have been scaled wrongly by @cbontoiu. He reported that physics results of the phase space changed with changing ppc...
Reminder for ourselves: We should add integration with Zenodo.org for releases, so we can have persistent digital identifiers for software releases.