Skip to content

Commit 7310923

Browse files
committed
Make energy eV phys units and MeV eng units
1 parent 8f3f68c commit 7310923

33 files changed

+34
-34
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
el_id,field,value,readonly
2-
0,energy,3000000000,True
2+
0,energy,3000,True

src/pytac/data/DIAD/uc_poly_data.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
uc_id,coeff,val
22
1,0,0.000000
3-
1,1,1e-06
3+
1,1,1e06
44
2,0,0.000000
55
2,1,1e-09
66
3,0,0.000000

src/pytac/data/DIAD/unitconv.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ el_id,field,uc_type,uc_id,phys_units,eng_units,lower_lim,upper_lim
44
0,dispersion,null,0,m,m,,
55
0,beam_current,null,0,A,A,,
66
1492,f,null,0,Hz,Hz,,
7-
0,energy,poly,1,Gev,Mev,,
7+
0,energy,poly,1,eV,MeV,,
88
0,emittance_x,poly,2,m,nm,,
99
0,emittance_y,poly,3,m,pm,,
1010
5,b1,pchip,4,m^-2,A,0,200
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
el_id,field,value,readonly
2-
0,energy,3000000000,True
2+
0,energy,3000,True

src/pytac/data/DIADSP/uc_poly_data.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
uc_id,coeff,val
22
1,0,0.000000
3-
1,1,1e-06
3+
1,1,1e06
44
2,0,0.000000
55
2,1,1e-09
66
3,0,0.000000

src/pytac/data/DIADSP/unitconv.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ el_id,field,uc_type,uc_id,phys_units,eng_units,lower_lim,upper_lim
44
0,dispersion,null,0,m,m,,
55
0,beam_current,null,0,A,A,,
66
1492,f,null,0,Hz,Hz,,
7-
0,energy,poly,1,Gev,Mev,,
7+
0,energy,poly,1,eV,MeV,,
88
0,emittance_x,poly,2,m,nm,,
99
0,emittance_y,poly,3,m,pm,,
1010
5,b1,pchip,4,m^-2,A,0,200
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
el_id,field,value,readonly
2-
0,energy,3000000000,True
2+
0,energy,3000,True

src/pytac/data/DIADTHz/uc_poly_data.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
uc_id,coeff,val
22
1,0,0.000000
3-
1,1,1e-06
3+
1,1,1e06
44
2,0,0.000000
55
2,1,1e-09
66
3,0,0.000000

src/pytac/data/DIADTHz/unitconv.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ el_id,field,uc_type,uc_id,phys_units,eng_units,lower_lim,upper_lim
44
0,dispersion,null,0,m,m,,
55
0,beam_current,null,0,A,A,,
66
1492,f,null,0,Hz,Hz,,
7-
0,energy,poly,1,Gev,Mev,,
7+
0,energy,poly,1,eV,MeV,,
88
0,emittance_x,poly,2,m,nm,,
99
0,emittance_y,poly,3,m,pm,,
1010
5,b1,pchip,4,m^-2,A,0,200
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
el_id,field,value,readonly
2-
0,energy,3000000000,True
2+
0,energy,3000,True

0 commit comments

Comments
 (0)