Skip to content

Commit 1e2ee6d

Browse files
authored
Removed IRNL RDT Correction (#96)
1 parent abd2efe commit 1e2ee6d

12 files changed

+5
-2161
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# pylhc Changelog
22

3+
## Version 0.5.0
4+
5+
Removed `irnl_rdt_correction`. Is now in https://github.com/pylhc/irnl_rdt_correction
6+
37
## Version 0.4.1
48

59
Minor bugfixes in `machine_settings_info`.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ To use those, you should make sure to install the relevant extra dependencies wi
3939
- `Machine Settings Info` - Prints an overview over the machine settings at a given time. ([**machine_settings_info.py**](pylhc/machine_settings_info.py))
4040
- `BSRT Logger` and `BSRT Analysis` - Saves data coming straight from LHC BSRT FESA class and allows subsequent analysis. ([**bsrt_logger.py**](pylhc/bsrt_logger.py) & [**bsrt_analysis.py**](pylhc/bsrt_analysis.py) )
4141
- `BPM Calibration Factors` - Compute the BPM calibration factors using ballistic optics. Two methods are available: using the beta function and using the dispersion. ([**bpm_calibration.py**](pylhc/bpm_calibration.py))
42-
- `IR NonLinear RDT Correction` - Script to compute RDT correction in the (HL)LHC IRs including feed-down effects. ([**irnl_rdt_correction.py**](pylhc/irnl_rdt_correction.py))
4342

4443
## License
4544

doc/entrypoints/irnl_rdt_correction.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

pylhc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
__title__ = "pylhc"
1111
__description__ = "An accelerator physics script collection for the OMC team at CERN."
1212
__url__ = "https://github.com/pylhc/pylhc"
13-
__version__ = "0.4.2"
13+
__version__ = "0.5.0"
1414
__author__ = "pylhc"
1515
__author_email__ = "pylhc@github.com"
1616
__license__ = "MIT"

0 commit comments

Comments
 (0)