From 84a31613e50eb21f261d4fb5c14d217d75af7742 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Wed, 2 Mar 2022 15:36:23 +0100 Subject: [PATCH] channels for SPI beamtime --- channels.py | 63 +++++++++++++++++++++++++++++++++++------------------ 1 file changed, 42 insertions(+), 21 deletions(-) diff --git a/channels.py b/channels.py index 2a4835b..4ed54c0 100644 --- a/channels.py +++ b/channels.py @@ -1,6 +1,6 @@ detectors = [ -# "JF15T08V01" + "JF15T08V01" ] @@ -38,35 +38,41 @@ channels_ks = [ ] +#channels_cam_gige = [ +# f"SATES21-CAMS154-GIGE{i+1}:FPICTURE" for i in range(8) +#] + channels_cam_gige = [ - f"SATES21-CAMS154-GIGE{i+1}:FPICTURE" for i in range(8) + "SATES21-CAMS154-GIGE4:FPICTURE" +# "SATES21-CAMS154-GIGE2: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", ] -names_cam_pco = [ - "SATES21-CAMS154-M1", - "SATES24-CAMS161-M1", - "SATES21-CAMS-PATT1", -] -suffices_proc = [ - "processing_parameters", - "projection_background", - "projection_signal", -] -for n in names_cam_pco: - for s in suffices_proc: - c = f"{n}.{s}" - channels_cam_pco.append(c) +#names_cam_pco = [ +# "SATES21-CAMS154-M1", +# "SATES24-CAMS161-M1", +# "SATES21-CAMS-PATT1", +#] +#suffices_proc = [ +# "processing_parameters", +# "projection_background", +# "projection_signal", +#] +#for n in names_cam_pco: +# for s in suffices_proc: +# c = f"{n}.{s}" +# channels_cam_pco.append(c) -channels = channels_nbs + channels_inten + channels_ks + channels_cam_pco + channels_cam_gige +#channels = channels_nbs + channels_inten + channels_ks + channels_cam_pco + channels_cam_gige +channels = channels_nbs + channels_inten + channels_cam_pco + channels_cam_gige @@ -99,10 +105,25 @@ pvs = [ "SATUN14-MBND100:I-READ", "SF-CPCL-TIM:TIME", "SLAAT01-LTIM-PDLY:DELAY", + "SLAAT21-LMOT-M701:MOT", + "SLAAT21-LMOT-M702:MOT", + "SLAAT21-LMOT-M703:MOT", "SLAAT21-LMOT-M704:MOT", - "SLAAT21-LMOT-M707:MOT", + "SLAAT21-LMOT-M705:MOT", + "SLAAT21-LMOT-M706:MOT", "SLAAT21-LMOT-M708:MOT", "SWISSFEL-STATUS:Bunch-2-Appl-Freq-RB", + "SLAAT01-LCAM-C601:FIT-XPOS", + "SLAAT01-LCAM-C601:FIT-YPOS", + "SLAAT01-LCAM-C601:INTEGRAL_AVE", + "SLAAT21-LCAM-C701:FIT-XPOS", + "SLAAT21-LCAM-C701:FIT-YPOS", + "SLAAT21-LCAM-C701:INTEGRAL_AVE", + "SLAAT21-LCAM-C704:FIT-XPOS", + "SLAAT21-LCAM-C704:FIT-YPOS", + "SLAAT21-LCAM-C704:INTEGRAL_AVE", + "SLAAT21-LSPC-SPEC1:WAVELENGTHS", + "SLAAT21-LSPC-SPEC1:SPECTRUM", ]