From 47b3e1875dc90af0b9e4098517f00512a8cda87e Mon Sep 17 00:00:00 2001 From: David Hammer <dhammer@mailbox.org> Date: Fri, 28 May 2021 10:04:58 +0200 Subject: [PATCH] Recreating showcase of threads for cell processing --- .../AGIPD/Characterize_AGIPD_Gain_Darks_NBC.ipynb | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/notebooks/AGIPD/Characterize_AGIPD_Gain_Darks_NBC.ipynb b/notebooks/AGIPD/Characterize_AGIPD_Gain_Darks_NBC.ipynb index b711f75d6..90492a174 100644 --- a/notebooks/AGIPD/Characterize_AGIPD_Gain_Darks_NBC.ipynb +++ b/notebooks/AGIPD/Characterize_AGIPD_Gain_Darks_NBC.ipynb @@ -189,15 +189,6 @@ "print(f\"Detector instance {dinstance}\")" ] }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "timestamp_before_processing = datetime.now().isoformat()" - ] - }, { "cell_type": "code", "execution_count": null, @@ -363,8 +354,6 @@ " else:\n", " num_cells = max_cells\n", "\n", - " print(f\"Using {num_cells} memory cells\")\n", - "\n", " if acq_rate == 0.:\n", " slow_paths = control_names[gain_index], karabo_id_control\n", " fast_paths = fast_data_filename, karabo_id, channel\n", @@ -1070,9 +1059,9 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.7" + "version": "3.6.8" } }, "nbformat": 4, "nbformat_minor": 4 -} \ No newline at end of file +} -- GitLab