Conversation
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||||||||||||||||||||
311429f to
4323b18
Compare
fsoubelet
left a comment
There was a problem hiding this comment.
Few things here and there. Overall this is still straightforward, nice.
|
As Mael wan't to call this from the GUI, shouldn't we move it to omc3/scripts? |
I guess we could, though the GUI can call this just fine as long as PyLHC is in the specific |
Yes, but the GUI in its current state only undertstands that "external programs" starting with
lol
|
Then let's have it in |
|
Now superseeded by pylhc/omc3#572 which is a port of this exact functionality and script. |
The data returned when taking measurements at SuperKEKB is not really synchronized.
Some BPMs can be off by one or two turns.
This script takes as input the original measurement along its optics analysis to determine the turn offset. It then shifts the data and writes the turn by turn data.
Based on https://github.com/JacquelineKeintzel/SOMA/blob/main/checkAsync.py