From 27da4c180c36dd56abe97364a84b2df4030f55f1 Mon Sep 17 00:00:00 2001 From: Marco Ramilli <mramilli@max-exfl084.desy.de> Date: Mon, 22 Jun 2020 12:19:19 +0200 Subject: [PATCH] fixed jf darks notebook to cope with new middlelayer --- .../Jungfrau_dark_analysis_all_gains_burst_mode_NBC.ipynb | 2 +- 1 file changed, 1 insertion(+), 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 50362ce04..8efc47418 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 @@ -252,7 +252,7 @@ " n_empty_sc += len(acelltable[acelltable > 15])\n", " \n", " if i > 0 and memoryCells == 16: ## throwing away the second memory cell entry in lower gains\n", - " acelltable[1] = 255\n", + " acelltable[1:] = 255\n", " \n", " \n", " images, gainmaps, acelltable = rollout_data([images, gainmaps, acelltable]) # makes 4-dim vecs into 3-dim\n", -- GitLab