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 0562c6e9c8b5efc8918f388df30b1ddea28674cd..00b7278b00fed735735ea05348f0d9058152d826 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 013ad071884e52b51e7f9bff3aaa405275d709af..9a9d68b109caf95f260f375c7da57b96d9e51035 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" ] }, {