From 97d7ea43bc4c73e33f40dc514f15bf6b0ca71109 Mon Sep 17 00:00:00 2001 From: ahmedk <karim.ahmed@xfel.eu> Date: Tue, 18 Jun 2024 18:00:29 +0200 Subject: [PATCH] feat: Update Jungfrau dark notebook to write and read ccvs without using calibrationDBRemote - Replace send_to_db and storing local h5 constant file with write_ccv and inject_ccv - Replace get_to_db with CalibrationData API - Get pdu using calibration_client and have a da_to_pdu dict. - Refactor code based on the new da_to_pdu dict and remove unused variables. - Bonus: use calcat_creation_time --- .../Jungfrau_dark_analysis_all_gains_burst_mode_NBC.ipynb | 1 - 1 file changed, 1 deletion(-) 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 76c1c1991..1b99b9770 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 @@ -81,7 +81,6 @@ "import matplotlib\n", "import matplotlib.pyplot as plt\n", "import numpy as np\n", - "import pasha as psh\n", "import yaml\n", "from IPython.display import Markdown, display\n", "from extra_data import RunDirectory\n", -- GitLab