From d85a35a9420f6de27dd52973012cb0895e0dba20 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Sat, 25 Mar 2023 15:39:47 +0100 Subject: [PATCH] updated channels; use DetectorConfig --- channels.py | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/channels.py b/channels.py index a1569b5..a13bbf1 100644 --- a/channels.py +++ b/channels.py @@ -1,9 +1,11 @@ +from slic.core.acquisition import DetectorConfig -detectors = [ - "JF15T08V01" -] - +#detectors = [ +# "JF15T08V01" +#] +detectors = DetectorConfig() +detectors.add("JF15T08V01", save_dap_results=True) @@ -64,22 +66,26 @@ channels_events = [ #] channels_cam_gige = [ +# "SATES21-CAMS154-GIGE1:FPICTURE" # "SATES21-CAMS154-GIGE3:FPICTURE" # "SATES21-CAMS154-GIGE2:FPICTURE" +# "SATES21-CAMS154-GIGE4:FPICTURE" # "SLAAT01-LCAM-C603:FPICTURE" ] channels_cam_pco = [ - "SATES21-CAMS154-M1:FPICTURE", - "SATES24-CAMS161-M1:FPICTURE", -# "SATES21-CAMS-PATT1:FPICTURE", +# "SATES21-CAMS154-M1:FPICTURE", +# "SATES24-CAMS161-M1:FPICTURE", + "SATES21-CAMS-PATT1:FPICTURE", +# "SARFE10-PSSS059:FPICTURE", ] names_cam_pco = [ - "SATES21-CAMS154-M1", - "SATES24-CAMS161-M1", -# "SATES21-CAMS-PATT1", +# "SATES21-CAMS154-M1", +# "SATES24-CAMS161-M1", + "SATES21-CAMS-PATT1", +# "SARFE10-PSSS059", ] suffices_proc = [ "processing_parameters",