small additions to channels and base

This commit is contained in:
2023-10-16 14:53:26 +02:00
parent 5ac9ed4456
commit f88409954a
4 changed files with 31 additions and 42 deletions

View File

@ -29,12 +29,13 @@ detectors = [
detectors_with_config = DetectorConfig(detectors)
detectors_with_config["JF16T03V01"]['save_dap_results'] = True
detectors_with_config["JF16T03V01"]['disabled_modules'] = [0, 1] # bottom module:0, middle module:1, top module:2
camera_channels = [
# "SARES30-CAMS156-PCO1:FPICTURE", # PCO edge camera for the wavefront analysis (from Alvra)
# "SARES30-CAMS156-SMX-OAV:FPICTURE", # SwissMX OAV camera picture
# "SARES30-CAMS156-XE:FPICTURE", # X-ray eye
"SARES30-CAMS156-XE:FPICTURE", # X-ray eye
]
####################