rewrote timetools

This commit is contained in:
2022-07-13 13:26:57 +02:00
parent 3900eba258
commit 47149c0843

View File

@ -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,
},
{