From c6ef8c695501e1b73f17aeab84b52a187a1564c0 Mon Sep 17 00:00:00 2001 From: Philipp Schmidt <philipp.schmidt@xfel.eu> Date: Wed, 15 Nov 2023 11:01:02 +0100 Subject: [PATCH] Fix default value for trailing-trigger to False --- notebooks/REMI/REMI_Digitize_and_Transform.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/REMI/REMI_Digitize_and_Transform.ipynb b/notebooks/REMI/REMI_Digitize_and_Transform.ipynb index 536ec91a4..412de0670 100644 --- a/notebooks/REMI/REMI_Digitize_and_Transform.ipynb +++ b/notebooks/REMI/REMI_Digitize_and_Transform.ipynb @@ -46,7 +46,7 @@ "ppt_source = 'SQS_RR_UTC/TSYS/TIMESERVER:outputBunchPattern'\n", "ignore_fel = False # Ignore any FEL entries in the PPT.\n", "ignore_ppl = False # Ignore any PPL entries in the PPT.\n", - "trailing_trigger = True # Add a trigger after all regular pulses with the remaining trace.\n", + "trailing_trigger = False # Add a trigger after all regular pulses with the remaining trace.\n", "ppl_offset = 0 # In units of the PPT.\n", "laser_ppt_mask = -1 # Bit mask for used laser, negative to auto-detect from instrument. \n", "instrument_sase = 3 # Which SASE we're running at for PPT decoding.\n", -- GitLab