How Diagnostics work? #5797
Unanswered
KMalaravan
asked this question in
Data Analysis
Replies: 1 comment 2 replies
-
|
Hi, The full particle diagnostic output the position of each macroparticle (not the average position over all macroparticles), into an openPMD file (or a plotfile depending on the output file format that you selected). You can then open the file with Python postprocessing tools to extracting the position of individual macroparticles. More info here: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For particle full particle diagnostics, e.g position, is the data outputted the average position of all the macroparticles loaded into the simulation? Is there any way of accessing the data of multiple particles from the input files, or is it only possible through accessing Particle wrappers in Python?
Beta Was this translation helpful? Give feedback.
All reactions