Skip to content
Snippets Groups Projects
Commit 6929de6d authored by Francesco Tripaldi's avatar Francesco Tripaldi
Browse files

Fix python script errors

parent 30c31841
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/python3
#
#
#
# Apply delta delay on B to BTS extraction delay to perform energy shake on BTS and measure BPM difference on X position.
# To use in conjuction with sequencer device
#
from tango import *
import PyTango
......@@ -9,7 +10,6 @@ import tango
import sys, os
import time
import numpy as np
from math import sqrt
def main():
......@@ -60,3 +60,4 @@ def main():
if __name__ == '__main__':
main()
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment