-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathParticleAcceleration.yaml
44 lines (41 loc) · 1.01 KB
/
ParticleAcceleration.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
Proton10e20b1:
energy:
value: 1.e+20
unit: !astropy.units.Unit {unit: eV}
charge: 1.
beta: 1.
label_de: "Proton 10$^{20}$ eV, $\\beta=1$"
label_en: "Proton 10$^{20}$ eV, $\\beta=1$"
color: "r"
linestyle: "-"
Proton10e20b001:
energy:
value: 1.e+20
unit: !astropy.units.Unit {unit: eV}
charge: 1.
beta: 0.01
label_de: "Proton 10$^{20}$ eV, $\\beta=0.01$"
label_en: "Proton 10$^{20}$ eV, $\\beta=0.01$"
color: "r"
linestyle: "--"
Iron10e20b1:
energy:
value: 1.e+20
unit: !astropy.units.Unit {unit: eV}
charge: 26.
beta: 1.
label_de: "Eisen 10$^{20}$ eV, $\\beta=1$"
label_en: "Iron 10$^{20}$ eV, $\\beta=1$"
color: "b"
linestyle: "-"
Iron10e20b001:
energy:
value: 1.e+20
unit: !astropy.units.Unit {unit: eV}
charge: 26.
beta: 0.01
label_de: "Eisen 10$^{20}$ eV, $\\beta=0.01$"
label_en: "Iron 10$^{20}$ eV, $\\beta=0.01$"
color: "b"
linestyle: "--"