From 9b7bdd76ef16e913ee2cce3c17990949340eae74 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Fri, 14 Oct 2022 19:00:22 +0200 Subject: [PATCH] update config --- alvra.py | 8 ++++---- config/config.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/alvra.py b/alvra.py index 06629bb..26f08be 100755 --- a/alvra.py +++ b/alvra.py @@ -62,8 +62,8 @@ detectors_config = DetectorConfig() detectors_config.add("JF02T09V03", disabled_modules=[0, 1, 2, 3, 5, 6, 7], remove_raw_files=True) -detectors = None -#detectors = detectors_config +#detectors = None +detectors = detectors_config #detectors = detectors_raw @@ -129,11 +129,11 @@ def SiN(): @as_shortcut def ThinYAG(): - huber_pos(13, 3, 0) + huber_pos(16.6, -2.5, 0) @as_shortcut def FrostedYAG(): - huber_pos(13, 15, 0) + huber_pos(16.6, 10.5, 0) @as_shortcut def KnifeEdgeX(): diff --git a/config/config.json b/config/config.json index 1bc52e7..78846cf 100644 --- a/config/config.json +++ b/config/config.json @@ -4,7 +4,7 @@ "elog_url": "https://elog-gfa.psi.ch/Alvra", "user": "gac-alvra", "screenshot_directory": "/sf/alvra/config/screenshots", - "pgroup": "p20269" + "pgroup": "p20267" }