Skip to content

Commit 67b896c

Browse files
author
J. Scott Berg
committed
Added file to produce standard output from show lattice in tao
1 parent c65b407 commit 67b896c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

table.nml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
&custom_show_list
2+
column(1) = 'ele::#[name]' 'a' 0
3+
column(2) = 'ele::#[key]' 'a16' 16
4+
column(3) = 'ele::#[l]' 'es24.17' 24 'l (m)'
5+
column(4) = 'ele::#[angle]' 'sp,es25.17' 25 'angle (rad)|'
6+
column(6) = 'x_position' 'sp,es25.17' 25 'floor.x (m)'
7+
column(7) = 'z_position' 'sp,es25.17' 25 'floor.z (m)'
8+
column(8) = 'theta_position' 'sp,es25.17' 25 'floor.theta (rad)'
9+
column(9) = 'orbit_x' 'sp,es25.17' 25 'orbit.x (m)'
10+
column(10) = 'orbit_px' 'sp,es25.17' 25 'orbit.px'
11+
column(11) = 'eta_x' 'sp,es25.17' 25 'eta.x (m)'
12+
column(12) = 'etap_x' 'sp,es25.17' 25 'eta.px'
13+
column(13) = 'beta_a' 'es24.17' 24 'beta.x (m)'
14+
column(14) = 'alpha_a' 'sp,es25.17' 25 'alpha.x'
15+
column(15) = 'beta_b' 'es24.17' 24 'beta.y (m)'
16+
column(16) = 'alpha_b' 'sp,es25.17' 25 'alpha.y'
17+
/

0 commit comments

Comments
 (0)