Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/birkkarlsen/lhc_voltage_calibration
Analysis of the beam based voltage calibration performed on the LHC RF system cavity-by-cavity.
https://github.com/birkkarlsen/lhc_voltage_calibration
accelerator-physics beam-dynamics lhc rf
Last synced: 24 days ago
JSON representation
Analysis of the beam based voltage calibration performed on the LHC RF system cavity-by-cavity.
- Host: GitHub
- URL: https://github.com/birkkarlsen/lhc_voltage_calibration
- Owner: BirkKarlsen
- Created: 2022-07-09T15:13:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-26T08:48:02.000Z (about 2 years ago)
- Last Synced: 2024-10-13T08:42:22.835Z (24 days ago)
- Topics: accelerator-physics, beam-dynamics, lhc, rf
- Language: Python
- Homepage:
- Size: 1.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LHC voltage calibration
Analysis of the beam based voltage calibration performed on the LHC RF system cavity-by-cavity on June 25th 2022. The ```analyse_profiles```-folder contains scripts to perform analysis on beam profiles to find the synchrotron frequencies and the corresponding voltages. The ```simulations```-folder contains scripts to run simulations recreating the conditions in the LHC during the MD, generate beams in the SPS and launch parameter scans in the lxplus. Lastly, ```impedance_models``` contains impedance models of LHC flat-bottom.## What you need:
* Directory called ```data_files/generated_beams/```, ```data_files/voltage_calibration_sorted/``` and ```bash_files/```
* Python libraries: ```numpy```, ```matplotlib```, ```scipy``` and ```h5py```