pylhc / omc3

Python 3 codes for beam optics measurements and corrections in circular particle accelerators

Home Page:https://pylhc.github.io/omc3/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RDT calculation failing

JoschD opened this issue · comments

Not exactly sure why, but with a certain combination of files, the RDT calculation is failing with a ValueError: operands could not be broadcast together.

Find the necessary info can be found in: /user/slops/data/LHC_DATA/OP_DATA/Betabeat/2021-10-13/LHCB2/Results/16-55-59_ANALYSIS

Could be related to having off- and on- momentum files analysed together and then off-momentum files are removed (that's what it looks like, as the shapes are e.g. (504, 2) (3,) if there is two on- and one off- mom file and (504, 2) (4,) if there is two on- and two off-mom files.