large reorganization, part 1 done
This commit is contained in:
@ -9,8 +9,8 @@ from slic.core.acquisition.detcfg import DetectorConfig
|
||||
|
||||
# TODO: JF settings regarding raw conversion, compression, etc.
|
||||
detectors = [
|
||||
# "JF16T03V01",
|
||||
"JF17T16V01",
|
||||
"JF16T03V01",
|
||||
# "JF17T16V01",
|
||||
]
|
||||
|
||||
# ALLOWED_PARAMS = dict(
|
||||
@ -32,17 +32,17 @@ detectors = DetectorConfig(detectors)
|
||||
# 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
|
||||
|
||||
detectors["JF17T16V01"]['disabled_modules'] = [0, 1, 2, 3,
|
||||
9, 10, 11,
|
||||
12, 13, 14, 15] # bottom module:0, middle module:1, top module:2
|
||||
#detectors["JF17T16V01"]['disabled_modules'] = [0, 1, 2, 3,
|
||||
# 9, 10, 11,
|
||||
# 12, 13, 14, 15] # bottom module:0, middle module:1, top module:2
|
||||
|
||||
|
||||
detectors["JF17T16V01"]['remove_raw_files'] = True # We switched off quite a few modules, let's not keep all the raw data.
|
||||
detectors["JF17T16V01"]['compression'] = True
|
||||
detectors["JF17T16V01"]['adc_to_energy'] = True # We switched off quite a few modules, let's not keep all the raw data.
|
||||
detectors["JF17T16V01"]['factor'] = 0.2 # Some useful compromise to save space.
|
||||
detectors["JF17T16V01"]['save_dap_results'] = False
|
||||
detectors["JF17T16V01"]['geometry'] = False
|
||||
#detectors["JF17T16V01"]['remove_raw_files'] = True # We switched off quite a few modules, let's not keep all the raw data.
|
||||
#detectors["JF17T16V01"]['compression'] = True
|
||||
#detectors["JF17T16V01"]['adc_to_energy'] = True # We switched off quite a few modules, let's not keep all the raw data.
|
||||
#detectors["JF17T16V01"]['factor'] = 0.2 # Some useful compromise to save space.
|
||||
#detectors["JF17T16V01"]['save_dap_results'] = False
|
||||
#detectors["JF17T16V01"]['geometry'] = False
|
||||
|
||||
|
||||
detectors_MX = DetectorConfig()
|
||||
|
Reference in New Issue
Block a user