From 47149c0843467741d3b7132044f132d8b239740e Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Wed, 13 Jul 2022 13:26:57 +0200 Subject: [PATCH] rewrote timetools --- devices.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devices.py b/devices.py index 1503cb3..ac002c9 100644 --- a/devices.py +++ b/devices.py @@ -196,11 +196,11 @@ components = [ }, { "name": "spect_tt", + "type": "slic.devices.xdiagnostics.timetools:SpectralEncoder", "args": ["SAROP21-PSEN135"], - "kwargs": {"reduction_client_address":"http://sf-daqsync-02:12002/"}, + "kwargs": {"reduction_client_address": "http://sf-daqsync-02:12002/"}, "z_und": 135, "desc": "Spectral encoding timing diagnostics before Attenuator.", - "type": "slic.devices.xdiagnostics.timetools:SpectralEncoder", "lazy":False, }, { @@ -270,11 +270,11 @@ components = [ }, { "name": "spatial_tt", + "type": "slic.devices.xdiagnostics.timetools:SpatialEncoder", "args": [], - "kwargs": {"reduction_client_address":"http://sf-daqsync-02:12003/"}, + "kwargs": {"reduction_client_address": "http://sf-daqsync-02:12003/"}, "z_und": 141, "desc": "spatial encoding timing diagnostics before sample.", - "type": "slic.devices.xdiagnostics.timetools:SpatialEncoder", "lazy":False, }, {