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

The possibility to evaluate the prediction of a correction and display it in the GUI

tpersson opened this issue · comments

Actually, I think that part is mostly implemented, as the prediction is done in python and the gui (I think) already has the feature for plotting the column (to be checked: file-name and column name).
Probably more work here is needed to run the corrections from the GUI in the first place (see #301).
Before anyone starts working on it, we can have a quick look together, as I was the last one to work on both GUI and python side.

commented

I was wrong with my previous comment, this is still missing as a script in python, see #111
The functions are all there (as they are used in the iteration steps of the global corrections), but the script itself needs to be implemented.