From 96ac41371da52406cab47448d6572f7deaf0da25 Mon Sep 17 00:00:00 2001 From: Cyril Danilevski <cyril.danilevski@xfel.eu> Date: Thu, 11 Feb 2021 14:36:36 +0100 Subject: [PATCH] Remove duplicate operation_mode parameter in FastCCD notebook --- ...aracterize_Darks_NewDAQ_FastCCD_NBC_New_Common_Mode.ipynb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/notebooks/FastCCD/Characterize_Darks_NewDAQ_FastCCD_NBC_New_Common_Mode.ipynb b/notebooks/FastCCD/Characterize_Darks_NewDAQ_FastCCD_NBC_New_Common_Mode.ipynb index 33242e8d5..b72c09217 100644 --- a/notebooks/FastCCD/Characterize_Darks_NewDAQ_FastCCD_NBC_New_Common_Mode.ipynb +++ b/notebooks/FastCCD/Characterize_Darks_NewDAQ_FastCCD_NBC_New_Common_Mode.ipynb @@ -41,7 +41,7 @@ "\n", "number_dark_frames = 0 # number of images to be used, if set to 0 all available images are used\n", "# The two operation modes for FastCCD have fixed names which cannot be changed:\n", - "operation_mode = \"FF\" # FS stands for frame-store and FF for full-frame opeartion. \n", + "operation_mode = \"FF\" # FS stands for frame-store and FF for full-frame operation. \n", "temp_limits = 5 # to find calibration constants later on, the sensor temperature is allowed to vary by 5 units\n", "bad_pixel_offset_sigma = 5. # Any pixel whose offset is beyond 5 standard deviations, is a bad pixel\n", "bad_pixel_noise_sigma = 5. # Any pixel whose noise is beyond 5 standard deviations, is a bad pixel\n", @@ -60,8 +60,7 @@ "ADU_to_electron_upper_mg = 23.4 # for upper hemisphere and medium gain\n", "ADU_to_electron_lower_mg = 23.4 # for lower hemisphere and medium gain\n", "ADU_to_electron_upper_lg = 49.3 # for upper hemisphere and low gain\n", - "ADU_to_electron_lower_lg = 47.3 # for lower hemisphere and low gain\n", - "operation_mode = '' # Detector operation mode, optional" + "ADU_to_electron_lower_lg = 47.3 # for lower hemisphere and low gain\n" ] }, { -- GitLab