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 38e92c0a2cac909bfc1c54543e0522f103b654c8..48f0c95cc32faab16ee58452b4549029f6875ab6 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 @@ -27,7 +27,7 @@ "# Initial Parameters:\n", "\n", "in_folder = \"/gpfs/exfel/exp/SCS/201930/p900074/raw\" # input folder, required\n", - "out_folder = '/home/setoodeh/Dark_Analysis/run321' # output folder, required\n", + "out_folder = '/gpfs/exfel/data/scratch/setoodeh/DarkRuns' # output folder, required\n", "path_template = 'RAW-R{:04d}-DA05-S{{:05d}}.h5' # the template to use to access data\n", "run = 351 # which run to read data from, required\n", "number_dark_frames = 0 # number of images to be used, if set to 0 all available images are used\n", @@ -45,7 +45,7 @@ "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", "sigmaNoise = 5. # Any pixel whose signal exceeds 'sigmaNoise'*noiseCM (common mode corrected noise) will be masked\n", - "fix_temperature = True # This is required when the temperature is fixed in calibration database\n", + "fix_temperature = False # This is required when the temperature is fixed in calibration database\n", "temperature_k = 233 # This is only used in the case of a fixed temperature for the calibration database\n", "chunkSize = 100 # Number of images to read per chunk\n", "cpuCores = 40 # Specifies the number of running cpu cores\n",