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"} + */ ] }