diff --git a/notebooks/LPD/LPD_Correct_and_Verify.ipynb b/notebooks/LPD/LPD_Correct_and_Verify.ipynb index 6eb4f0fe65d4e471198e422307f0507641e014b0..81a17d23aa92d2e11e7471295c05cbb8b6766675 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",