diff --git a/notebooks/DSSC/DSSC_Correct_and_Verify.ipynb b/notebooks/DSSC/DSSC_Correct_and_Verify.ipynb
index cc140a1bbd3dd73959d824c2231c27abf19a1575..bf4f2532a0c013225faf706a563c7b0be32a6c93 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",