From 086f33ec92336c301dfcfd8c970cc0fdad465964 Mon Sep 17 00:00:00 2001
From: Karim Ahmed <karim.ahmed@xfel.eu>
Date: Mon, 20 Jan 2020 11:27:08 +0100
Subject: [PATCH] change False local_output

---
 .../Jungfrau_dark_analysis_all_gains_burst_mode_NBC.ipynb       | 2 +-
 notebooks/pnCCD/Characterize_pnCCD_Dark_NBC.ipynb               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/notebooks/Jungfrau/Jungfrau_dark_analysis_all_gains_burst_mode_NBC.ipynb b/notebooks/Jungfrau/Jungfrau_dark_analysis_all_gains_burst_mode_NBC.ipynb
index 0562c6e9c..00b7278b0 100644
--- a/notebooks/Jungfrau/Jungfrau_dark_analysis_all_gains_burst_mode_NBC.ipynb
+++ b/notebooks/Jungfrau/Jungfrau_dark_analysis_all_gains_burst_mode_NBC.ipynb
@@ -45,7 +45,7 @@
     "use_dir_creation_date = True # use dir creation date\n",
     "manual_slow_data = False  # if true, use manually entered bias_voltage and integration_time values\n",
     "time_limits = 0.025 #  to find calibration constants later on, the integration time is allowed to vary by 0.5 us\n",
-    "local_output = False # output constants locally\n",
+    "local_output = True # output constants locally\n",
     "db_output = False # output constants to database"
    ]
   },
diff --git a/notebooks/pnCCD/Characterize_pnCCD_Dark_NBC.ipynb b/notebooks/pnCCD/Characterize_pnCCD_Dark_NBC.ipynb
index 013ad0718..9a9d68b10 100644
--- a/notebooks/pnCCD/Characterize_pnCCD_Dark_NBC.ipynb
+++ b/notebooks/pnCCD/Characterize_pnCCD_Dark_NBC.ipynb
@@ -45,7 +45,7 @@
     "bias_voltage = 300  # detector bias voltage\n",
     "integration_time = 70  # detector integration time\n",
     "db_output = False # Output constants to the calibration database\n",
-    "local_output = False # output constants locally"
+    "local_output = True # output constants locally"
    ]
   },
   {
-- 
GitLab