From 64f54e90c1a9a9204ded8e77ac52aee3cc689e6c Mon Sep 17 00:00:00 2001 From: Karim Ahmed <karim.ahmed@xfel.eu> Date: Fri, 11 Oct 2019 15:02:22 +0200 Subject: [PATCH] review comments --- notebooks/LPD/LPD_Correct_and_Verify.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/notebooks/LPD/LPD_Correct_and_Verify.ipynb b/notebooks/LPD/LPD_Correct_and_Verify.ipynb index 6eb4f0fe6..81a17d23a 100644 --- a/notebooks/LPD/LPD_Correct_and_Verify.ipynb +++ b/notebooks/LPD/LPD_Correct_and_Verify.ipynb @@ -22,9 +22,9 @@ "source": [ "in_folder = \"/gpfs/exfel/exp/FXE/201931/p900088/raw/\" # the folder to read data from, required\n", "run = 270 # runs to process, required\n", - "out_folder = \"/gpfs/exfel/data/scratch/ahmedk/test/lpd_test/exclude0\" # the folder to output to, required\n", + "out_folder = \"/gpfs/exfel/data/scratch/<username>/outputpath\" # the folder to output to, required\n", "calfile = \"/gpfs/exfel/data/scratch/xcal/lpd_store_0519.h5\" # path to constants extracted from the db into a file\n", - "sequences = [2] # sequences to correct, set to -1 for all, range allowed\n", + "sequences = [-1] # sequences to correct, set to -1 for all, range allowed\n", "mem_cells = 512 # memory cells in data\n", "overwrite = True # set to True if existing data should be overwritten\n", "no_relative_gain = False # do not do relative gain correction\n", @@ -135,7 +135,7 @@ "QUADRANTS = 4\n", "MODULES_PER_QUAD = 4\n", "DET_FILE_INSET = \"LPD\"\n", - "CHUNK_SIZE = 10\n", + "CHUNK_SIZE = 512\n", "MAX_PAR = 32\n", " \n", "out_folder = \"{}/r{:04d}\".format(out_folder, run)\n", -- GitLab