updated channels; use DetectorConfig
This commit is contained in:
26
channels.py
26
channels.py
@ -1,9 +1,11 @@
|
|||||||
|
from slic.core.acquisition import DetectorConfig
|
||||||
|
|
||||||
detectors = [
|
#detectors = [
|
||||||
"JF15T08V01"
|
# "JF15T08V01"
|
||||||
]
|
#]
|
||||||
|
|
||||||
|
|
||||||
|
detectors = DetectorConfig()
|
||||||
|
detectors.add("JF15T08V01", save_dap_results=True)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -64,22 +66,26 @@ channels_events = [
|
|||||||
#]
|
#]
|
||||||
|
|
||||||
channels_cam_gige = [
|
channels_cam_gige = [
|
||||||
|
# "SATES21-CAMS154-GIGE1:FPICTURE"
|
||||||
# "SATES21-CAMS154-GIGE3:FPICTURE"
|
# "SATES21-CAMS154-GIGE3:FPICTURE"
|
||||||
# "SATES21-CAMS154-GIGE2:FPICTURE"
|
# "SATES21-CAMS154-GIGE2:FPICTURE"
|
||||||
|
# "SATES21-CAMS154-GIGE4:FPICTURE"
|
||||||
# "SLAAT01-LCAM-C603:FPICTURE"
|
# "SLAAT01-LCAM-C603:FPICTURE"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
channels_cam_pco = [
|
channels_cam_pco = [
|
||||||
"SATES21-CAMS154-M1:FPICTURE",
|
# "SATES21-CAMS154-M1:FPICTURE",
|
||||||
"SATES24-CAMS161-M1:FPICTURE",
|
# "SATES24-CAMS161-M1:FPICTURE",
|
||||||
# "SATES21-CAMS-PATT1:FPICTURE",
|
"SATES21-CAMS-PATT1:FPICTURE",
|
||||||
|
# "SARFE10-PSSS059:FPICTURE",
|
||||||
]
|
]
|
||||||
|
|
||||||
names_cam_pco = [
|
names_cam_pco = [
|
||||||
"SATES21-CAMS154-M1",
|
# "SATES21-CAMS154-M1",
|
||||||
"SATES24-CAMS161-M1",
|
# "SATES24-CAMS161-M1",
|
||||||
# "SATES21-CAMS-PATT1",
|
"SATES21-CAMS-PATT1",
|
||||||
|
# "SARFE10-PSSS059",
|
||||||
]
|
]
|
||||||
suffices_proc = [
|
suffices_proc = [
|
||||||
"processing_parameters",
|
"processing_parameters",
|
||||||
|
Reference in New Issue
Block a user