Skip to content

Commit

Permalink
Merge pull request #61 from ChristopherMayes/typo
Browse files Browse the repository at this point in the history
.xp typo in docs thanks to G. Stupakov
  • Loading branch information
ChristopherMayes committed Jun 19, 2024
2 parents 62fe9fe + 0d0f6b5 commit 5eda4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmd_beamphysics/particles.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class ParticleGroup:
- `.higher_order_energy`: total energy with quadratic fit in z or t subtracted [eV]
- `.p`: total momentum in [eV/c]
- `.mass`: rest mass in [eV]
- `.xp`, `.yp`: Slopes $x' = dx/dz = dp_x/dp_z$ and $y' = dy/dz = dp_y/dp_z$ [1].
- `.xp`, `.yp`: Slopes $x' = dx/dz = p_x/p_z$ and $y' = dy/dz = p_y/p_z$ [1].
Normalized transvere coordinates can also be calculated as attributes:
Expand Down

0 comments on commit 5eda4d5

Please sign in to comment.