Skip to content

Commit c77d739

Browse files
authored
Extract beam energy from experiments (#262)
1 parent 55331da commit c77d739

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

experimental_data/staging_injector/extract_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
"Valve01": "MANPAR-BELLA-ValveN2Frac value1 Alias:Valve01",
3232
"Cap Up (torr)": "GAUGE-PL1-CapPressure pressure Alias:Cap Up (torr)",
3333
"Cap downstream (torr)": "GAUGE-PL1-CapPressure pressure2 Alias:Cap downstream (torr)",
34+
"Beam mean energy [GeV]": "MGS peakMomentum_GeV/c",
3435
"EBeamPrf charge [pC]": "EBeamPrf charge [pC]",
3536
"EBeamPrf fwhm div x [mrad]": "EBeamPrf fwhm div x [mrad]",
3637
"SPEC-AA-Hamamastsu lambda_b": "SPEC-AA-Hamamastsu lambda_b",
3738
"SPEC-AA-Hamamastsu lambda_r": "SPEC-AA-Hamamastsu lambda_r",
3839
}
3940
unavailable_data = [
40-
"Beam mean energy [GeV]",
4141
"Beam energy spread [%]",
4242
]
4343

@@ -157,4 +157,4 @@ def on_created(self, event):
157157
time.sleep(1)
158158
except KeyboardInterrupt:
159159
observer.stop()
160-
observer.join()
160+
observer.join()

0 commit comments

Comments
 (0)