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 8efc47418fc85af71983833c2ce4ac8df34fc02c..7b96761764d81e77d20171fcb61942c69b4f321d 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 @@ -251,7 +251,7 @@ " n_empty_trains += this_tr - acelltable.shape[-1]\n", " 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", + " if i > 0 and memoryCells == 16: ## throwing away all the SC entries except the first for lower gains\n", " acelltable[1:] = 255\n", " \n", " \n",