From 4387ed855f3398dc69968c1ded20d023a61b60b3 Mon Sep 17 00:00:00 2001 From: karnem <mikhail.karnevskiy@desy.de> Date: Thu, 18 Jul 2019 10:15:27 +0200 Subject: [PATCH] Even more `the` --- notebooks/LPD/LPDChar_Darks_NBC.ipynb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/notebooks/LPD/LPDChar_Darks_NBC.ipynb b/notebooks/LPD/LPDChar_Darks_NBC.ipynb index 1b5e98f29..93a53fddc 100644 --- a/notebooks/LPD/LPDChar_Darks_NBC.ipynb +++ b/notebooks/LPD/LPDChar_Darks_NBC.ipynb @@ -877,7 +877,7 @@ }, "outputs": [], "source": [ - "display(Markdown('Following pre-existing constants are used for comparison: \\n'))\n", + "display(Markdown('The following pre-existing constants are used for comparison: \\n'))\n", "for key in old_mdata:\n", " display(Markdown('**{}** at {}'.format(key, old_mdata[key])))" ] @@ -977,8 +977,7 @@ "source": [ "## Variation of offset and noise across Tiles and ASICs ##\n", "\n", - "Following plots show a standard deviation $\\sigma$ of calibration constant. Plot of standard deviation across tiles show pixels of one tile ($128 \\times 32$). Value for each pixel shows a standard deviation across 16 tiles. Standard deviation across ASICs are shown overall tiles. Plot shows pixels of one ASIC ($16 \\times 32$), where the value shows standard deviation across all ACIS of the module.\n", - "\n" + "The following plots show a standard deviation $\\sigma$ of the calibration constant. The plot of standard deviations across tiles show pixels of one tile ($128 \\times 32$). Value for each pixel shows a standard deviation across 16 tiles. The standard deviation across ASICs are shown overall tiles. The plot shows pixels of one ASIC ($16 \\times 32$), where the value shows a standard deviation across all ACIS of the module." ] }, { @@ -1069,7 +1068,7 @@ "source": [ "## Aggregate values and per cell behaviour ##\n", "\n", - "Following tables and plots give an overview of statistical aggregates for each constant, as well as per cell behavior, averaged across pixels." + "The following tables and plots give an overview of statistical aggregates for each constant, as well as per-cell behavior, averaged across pixels." ] }, { @@ -1161,7 +1160,7 @@ "source": [ "## Summary tables ##\n", "\n", - "Following tables show summary information for evaluated module. Values for currently evaluated constants are compared with values for pre-existing constants retrieved from the calibration database." + "The following tables show summary information for the evaluated module. Values for currently evaluated constants are compared with values for pre-existing constants retrieved from the calibration database." ] }, { -- GitLab