Beginning beamtime March 29.03.2025

This commit is contained in:
2025-03-29 18:03:04 +01:00
parent ea8b8d6058
commit 22c061d83e
8 changed files with 79 additions and 24 deletions

View File

@ -9,7 +9,7 @@ from slic.core.acquisition.detcfg import DetectorConfig
detectors = [
"JF16T03V02", # 1.5M from 2025
# "JF16T03V01", # 1.5M from 2022
"JF17T16V01", # 8M
# "JF17T16V01", # 8M
"JF20T01V01", # IO
# "JF05T01V01", # 0.5M stripsel borrowed from Bernina, now registered in esc network
]
@ -31,10 +31,32 @@ detectors = [
detectors = DetectorConfig(detectors)
# detectors_with_config["JF16T03V01"]['save_dap_results'] = True
#detectors["JF16T03V01"]['remove_raw_files'] = True
#detectors["JF16T03V01"]['factor'] = 0.2 # Some useful compromise to save space.
#detectors["JF16T03V01"]['adc_to_energy'] = True
#detectors["JF16T03V01"]['compression'] = True
# JF 1.5M default settings
detectors["JF16T03V02"]['remove_raw_files'] = True
detectors["JF16T03V02"]['factor'] = 0.1 # Some useful compromise to save space.
detectors["JF16T03V02"]['adc_to_energy'] = True
detectors["JF16T03V02"]['compression'] = True
detectors["JF16T03V02"]['save_dap_results'] = False
detectors["JF16T03V02"]['geometry'] = True
# I0 JF default settings
detectors["JF20T01V01"]['remove_raw_files'] = True
detectors["JF20T01V01"]['factor'] = 1 # Some useful compromise to save space.
detectors["JF20T01V01"]['adc_to_energy'] = True
detectors["JF20T01V01"]['compression'] = True
detectors["JF20T01V01"]['save_dap_results'] = False
detectors["JF20T01V01"]['geometry'] = False
detectors_I0_only = DetectorConfig(["JF20T01V01"])
# I0 JF settings with finer resolution
detectors["JF20T01V01"]['remove_raw_files'] = True
detectors["JF20T01V01"]['factor'] = 0.1 # Less space saving but more resolution
detectors["JF20T01V01"]['adc_to_energy'] = True
detectors["JF20T01V01"]['compression'] = True
detectors["JF20T01V01"]['save_dap_results'] = False
detectors["JF20T01V01"]['geometry'] = False
# detectors_with_config["JF16T03V01"]['disabled_modules'] = [0, 1] # bottom module:0, middle module:1, top module:2