From 5148b9c7479043a3aa1b67b45fd3714786133466 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver <thomas.kluyver@xfel.eu> Date: Thu, 1 Jun 2023 13:13:53 +0200 Subject: [PATCH] Show memory cell order condition in LPD darks notebook --- notebooks/LPD/LPDChar_Darks_NBC.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/notebooks/LPD/LPDChar_Darks_NBC.ipynb b/notebooks/LPD/LPDChar_Darks_NBC.ipynb index a633389d6..6b8905ce4 100644 --- a/notebooks/LPD/LPDChar_Darks_NBC.ipynb +++ b/notebooks/LPD/LPDChar_Darks_NBC.ipynb @@ -457,6 +457,7 @@ " mem_cell_order = make_cell_order_condition(\n", " inject_cell_order, cellid_patterns_g[qm]\n", " )\n", + " print(\"Memory cell order:\", mem_cell_order)\n", "\n", " # Do not store empty constants\n", " # In case of 0 trains data_g is initiated with nans and never refilled.\n", -- GitLab