Skip to content

Commit 3ad4006

Browse files
author
Wood, Tony
committed
typo
1 parent 79ee8cb commit 3ad4006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/orbit/bunch_utils/collect_bunch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def collect_bunch(
5454
BunchDict structure:
5555
{
5656
"coords": NDArray[np.float64] of shape (N, 6) where N is the total number of macroparticles,
57-
and the 6 columns correspond to [x, xp, y, yp, z, dE] in units of [m, rad, m, rad, m, eV], respectively.
57+
and the 6 columns correspond to [x, xp, y, yp, z, dE] in units of [m, rad, m, rad, m, GeV], respectively.
5858
"sync_part": {
5959
"coords": NDArray[np.float64] of shape (3,),
6060
"kin_energy": np.float64,

0 commit comments

Comments
 (0)