Skip to content
Snippets Groups Projects
Commit b8d978f1 authored by Tamas Gal's avatar Tamas Gal 💬
Browse files

Yapf

parent 25e8744e
No related branches found
No related tags found
No related merge requests found
......@@ -168,19 +168,17 @@ def main():
detector = kp.hardware.Detector(det_id=det_id)
pipe = kp.Pipeline(timeit=True)
pipe.attach(
kp.io.ch.CHPump,
host=ligier_ip,
port=ligier_port,
tags='IO_MONIT',
timeout=60 * 60 * 24 * 7,
max_queue=2000)
pipe.attach(
PMTRates,
detector=detector,
du=du,
interval=interval,
plot_path=plot_path)
pipe.attach(kp.io.ch.CHPump,
host=ligier_ip,
port=ligier_port,
tags='IO_MONIT',
timeout=60 * 60 * 24 * 7,
max_queue=2000)
pipe.attach(PMTRates,
detector=detector,
du=du,
interval=interval,
plot_path=plot_path)
pipe.drain()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment