From 594f97864b2fc9921fe80ca564c5990fd83699eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=A4rki?= Date: Fri, 30 Jun 2017 13:14:21 +0200 Subject: [PATCH] Specify BEAMOK and disable images. --- policies/timing.policies | 27 +++++++++++---------------- sources/image.sources | 2 ++ 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/policies/timing.policies b/policies/timing.policies index f33b636..46cf497 100644 --- a/policies/timing.policies +++ b/policies/timing.policies @@ -1,20 +1,15 @@ { "policies": [ -{ - "pattern":":BEAMOK", - "data_reduction":{ - "default":[ - { - "ttl":"P20W", - "modulo":1 - /* 1 point every 1 hour */ - } - ] - } -} - - - - + { + "pattern":"^SIN-CVME-TIFGUN-EVR0:BEAMOK$", + "data_reduction":{ + "default":[ + { + "ttl":"P20W", + "modulo":1 + } + ] + } + } ] } diff --git a/sources/image.sources b/sources/image.sources index 1806021..938a01b 100644 --- a/sources/image.sources +++ b/sources/image.sources @@ -1,5 +1,6 @@ { "sources": [ + /* {"stream":"tcp://daqsf-sioc-cs-11.psi.ch:8020","split":4,"backend":"sf-imagebuffer"} ,{"stream":"tcp://daqsf-sioc-cs-11.psi.ch:9000","split":4,"backend":"sf-imagebuffer"} ,{"stream":"tcp://daqsf-sioc-cs-12.psi.ch:9000","split":4,"backend":"sf-imagebuffer"} @@ -16,5 +17,6 @@ ,{"stream":"tcp://daqsf-sioc-cs-62.psi.ch:9010","split":4,"backend":"sf-imagebuffer"} ,{"stream":"tcp://daqsf-sioc-cs-63.psi.ch:9000","split":4,"backend":"sf-imagebuffer"} ,{"stream":"tcp://daqsf-sioc-cs-63.psi.ch:9010","split":4,"backend":"sf-imagebuffer"} + */ ] }