You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/berenice.rst
+7-7
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Berenice
3
3
4
4
*From Βερενíκη, Ancient Macedonian form of the Attic Greek, Φερενíκη: she, who brings victory.*
5
5
6
-
This city produces the spectrum of dark noise of the SiPMs. This is achieved by binning either the :math:`pe` or ``ADC`` content of each raw WF sample. Some slices will have only electronic noise while others will contain one or more dark counts. The resulting spectra give a representation of the SiPM charge in the absence of external light above detector ambient conditions.
6
+
This city produces the spectrum of dark noise of the SiPMs. This is achieved by binning either the :math:`pe` or :math:`ADC` content of each raw WF sample. Some slices will have only electronic noise while others will contain one or more dark counts. The resulting spectra give a representation of the SiPM charge in the absence of external light above detector ambient conditions.
7
7
8
8
.. _Berenice input:
9
9
@@ -12,16 +12,16 @@ Input
12
12
13
13
* ``/Run/events``:list of the ``evt_number`` and the correspondent ``timestamp``.
14
14
* ``/Run/runInfo``: stores the ``run_number``.
15
-
* ``/RD/sipmrwf``: stores the raw waveform itself. It indicates the number of ``ADCs`` per time bin for each event and SiPM.
15
+
* ``/RD/sipmrwf``: stores the raw waveform itself. It indicates the number of :math:`ADCs` per time bin for each event and SiPM.
16
16
17
17
.. _Berenice output:
18
18
19
19
Output
20
20
------
21
21
22
-
* ``HIST/median``: histogram values of the dark spectrum when the baseline substraction has been performed with the median of the waveform along with the ``ADCs`` to ``pes`` conversion (calibration).
22
+
* ``HIST/median``: histogram values of the dark spectrum when the baseline substraction has been performed with the median of the waveform along with the :math:`ADCs` to :math:`pes` conversion (calibration).
23
23
* ``HIST/median_bins``: bin values of the dark spectrum ``HIST/median``.
24
-
* ``HIST/mode``: histogram values of the dark spectrum when the baseline substraction has been performed with the mode of the waveform along with the ``ADCs`` to ``pes`` conversion (calibration).
24
+
* ``HIST/mode``: histogram values of the dark spectrum when the baseline substraction has been performed with the mode of the waveform along with the :math:`ADCs` to :math:`pes` conversion (calibration).
25
25
* ``HIST/mode_bins``: bin values of the dark spectrum ``HIST/mode``.
26
26
* ``HIST/adc``: histogram values of the dark spectrum when the baseline substraction has been performed with the mode of the waveform and no calibration.
27
27
* ``HIST/adc_bins``: bin values of the dark spectrum ``HIST/adc_bins``.
@@ -43,7 +43,7 @@ Besides the :ref:`Common arguments to every city`, *Berenice* has the following
43
43
44
44
* - ``min|max_bin``
45
45
- ``float``
46
-
- Lower/upper limit of the number of ``ADCs`` of the waveform to be considered for the spectrum.
46
+
- Lower/upper limit of the number of :math:`ADCs`` of the waveform to be considered for the spectrum.
47
47
48
48
* - ``bin_width``
49
49
- ``int``
@@ -75,7 +75,7 @@ Berenice has two options for the baseline substraction: using the median or the
75
75
Waveform calibration
76
76
::::::::::::::::::::
77
77
78
-
In this step, the waveform in ``ADCs`` in converted to photoelectrons (``pes``). For this, the gains are loaded from the NEXT database.
78
+
In this step, the waveform in :math:`ADCs`` in converted to photoelectrons (:math:`pes`). For this, the gains are loaded from the NEXT database.
79
79
80
80
This step is optional when subtracting the baseline the using the mode of the waveform.
81
81
@@ -96,4 +96,4 @@ According to the selected ``min_bin``, ``max_bin`` y ``bin_width`` configuration
96
96
Histogram the result
97
97
::::::::::::::::::::
98
98
99
-
For each slice performed on the waveform in the previous section, it sums all the ``ADCs`` in each slice and adds an entry to the histogram. It repeats this for each waveform of the same sensor.
99
+
For each slice performed on the waveform in the previous section, it sums all the :math:`ADCs`` in each slice and adds an entry to the histogram. It repeats this for each waveform of the same sensor.
0 commit comments