From 4c78fa5ba23b98ec471b756b750662e6058f8eb2 Mon Sep 17 00:00:00 2001
From: Steffen Hauf <steffen.hauf@xfel.eu>
Date: Thu, 27 Jun 2019 13:37:50 +0200
Subject: [PATCH] Update pnCCD names

---
 xfel_calibrate/notebooks.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfel_calibrate/notebooks.py b/xfel_calibrate/notebooks.py
index 76c23f307..ec89e37e4 100644
--- a/xfel_calibrate/notebooks.py
+++ b/xfel_calibrate/notebooks.py
@@ -76,13 +76,13 @@ notebooks = {
                       },
             "PNCCD": {
                        "DARK": {
-                               "notebook": "notebooks/pnCCD/Characterize_pnCCD_NBC.ipynb",
+                               "notebook": "notebooks/pnCCD/Characterize_pnCCD_Dark_NBC.ipynb",
                                "concurrency": {"parameter": None,
                                                "default concurrency": None,
                                                "cluster cores": 32},
                                },
                        "CORRECT": {
-                               "notebook": "notebooks/pnCCD/Correct_NBC.ipynb",
+                               "notebook": "notebooks/pnCCD/Correct_pnCCD_NBC.ipynb",
                                "concurrency": {"parameter": "sequences",
                                                "default concurrency": [-1],
                                                "use function": "balance_sequences",
-- 
GitLab