Skip to content

Commit

Permalink
Removed IRNL RDT Correction (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoschD authored Apr 20, 2022
1 parent abd2efe commit 1e2ee6d
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 2,161 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# pylhc Changelog

## Version 0.5.0

Removed `irnl_rdt_correction`. Is now in https://github.com/pylhc/irnl_rdt_correction

## Version 0.4.1

Minor bugfixes in `machine_settings_info`.
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ To use those, you should make sure to install the relevant extra dependencies wi
- `Machine Settings Info` - Prints an overview over the machine settings at a given time. ([**machine_settings_info.py**](pylhc/machine_settings_info.py))
- `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) )
- `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))
- `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))

## License

Expand Down
5 changes: 0 additions & 5 deletions doc/entrypoints/irnl_rdt_correction.rst

This file was deleted.

2 changes: 1 addition & 1 deletion pylhc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__title__ = "pylhc"
__description__ = "An accelerator physics script collection for the OMC team at CERN."
__url__ = "https://github.com/pylhc/pylhc"
__version__ = "0.4.2"
__version__ = "0.5.0"
__author__ = "pylhc"
__author_email__ = "[email protected]"
__license__ = "MIT"
Expand Down
Loading

0 comments on commit 1e2ee6d

Please sign in to comment.