start of beamtime p21741

This commit is contained in:
2024-05-07 11:29:52 +02:00
parent f9d036bb9e
commit a65e9070eb
8 changed files with 644 additions and 28 deletions

View File

@ -9,7 +9,8 @@ from slic.core.acquisition.detcfg import DetectorConfig
# TODO: JF settings regarding raw conversion, compression, etc.
detectors = [
"JF16T03V01",
# "JF16T03V01",
"JF17T16V01",
]
# ALLOWED_PARAMS = dict(
@ -27,8 +28,8 @@ detectors = [
# )
detectors_with_config = DetectorConfig(detectors)
#detectors_with_config["JF16T03V01"]['save_dap_results'] = True
#detectors_with_config["JF16T03V01"]['remove_raw_files'] = True
# detectors_with_config["JF16T03V01"]['save_dap_results'] = True
# detectors_with_config["JF16T03V01"]['remove_raw_files'] = True
# detectors_with_config["JF16T03V01"]['disabled_modules'] = [0, 1] # bottom module:0, middle module:1, top module:2