Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Chad Mitchell <[email protected]>
  • Loading branch information
n01r and cemitch99 authored Apr 23, 2024
1 parent 198c4fa commit dd52e42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/dataanalysis/dataanalysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ The code writes out the values in an ASCII file prefixed ``reduced_beam_characte
* ``s``, ``ref_beta_gamma``
Reference particle coordinate ``s`` (unit: meter) and relativistic momentum normalized by the particle mass and the speed of light (unit: dimensionless)
* ``x_mean/min/max``, ``y_mean/min/max``, ``t_mean/min/max``
Average / minimum / maximum beam particle displacement with respect to the reference particle in the dimensions of ``x``, ``y`` (transverse coordinates, unit: meter), and ``t`` (normalized time difference :math:`ct`, unit: meter)
Average / minimum / maximum particle displacement with respect to the reference particle in the dimensions of ``x``, ``y`` (transverse coordinates, unit: meter), and ``t`` (normalized time difference :math:`ct`, unit: meter)
* ``sig_x``, ``sig_y``, ``sig_t``
RMS of the average beam particle positions (unit: meter)
* ``px_mean/min/max``, ``py_mean/min/max``, ``pt_mean/min/max``
Average / minimum / maximum beam momentum deviation from the reference momenta and normalized by the longitudinal reference particle momentum (unit: dimensionless, radians for transverse momenta)
Average / minimum / maximum particle momentum deviation from the reference particle momentum, divided by the magnitude of the reference particle momentum (unit: dimensionless, radians for transverse momenta)
* ``sig_px``, ``sig_py``, ``sig_pt``
RMS of the average beam momentum deviations (energy difference for ``pt``) normalized by the longitudinal reference particle momentum (unit: dimensionless)
Standard deviation of the particle momentum deviations (energy difference for ``pt``) normalized by the magnitude of the reference particle momentum (unit: dimensionless)
* ``emittance_x``, ``emittance_y``, ``emittance_t``
Normalized beam emittance (unit: meter)
* ``alpha_x``, ``alpha_y``, ``alpha_t``
Expand Down

0 comments on commit dd52e42

Please sign in to comment.