From 77a3e21505cb6bb2d66dece259ec48754f6269ac Mon Sep 17 00:00:00 2001
From: Karim Ahmed <karim.ahmed@xfel.eu>
Date: Wed, 16 Oct 2019 09:35:19 +0200
Subject: [PATCH] sequences default -1

---
 notebooks/DSSC/DSSC_Correct_and_Verify.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/notebooks/DSSC/DSSC_Correct_and_Verify.ipynb b/notebooks/DSSC/DSSC_Correct_and_Verify.ipynb
index cc140a1bb..bf4f2532a 100644
--- a/notebooks/DSSC/DSSC_Correct_and_Verify.ipynb
+++ b/notebooks/DSSC/DSSC_Correct_and_Verify.ipynb
@@ -25,7 +25,7 @@
     "in_folder = \"/gpfs/exfel/exp/SCS/201931/p900095/raw/\" # the folder to read data from, required\n",
     "run = 1424 # runs to process, required\n",
     "out_folder =  \"/gpfs/exfel/data/scratch/ahmedk/test/\"  # the folder to output to, required\n",
-    "sequences =  [0] # 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 = 0 # number of memory cells used, set to 0 to automatically infer\n",
     "overwrite = True # set to True if existing data should be overwritten\n",
     "cluster_profile = \"noDB\" # cluster profile to use\n",
-- 
GitLab