update config

This commit is contained in:
2022-10-14 19:00:22 +02:00
parent e98b56f1f9
commit 9b7bdd76ef
2 changed files with 5 additions and 5 deletions

View File

@ -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():

View File

@ -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"
}