Skip to content

Commit ff1e9f3

Browse files
committedFeb 2, 2021
Documentation: Added the scaling factor 1e5 to the quasi resistance space transformation
1 parent fa8f449 commit ff1e9f3

File tree

4 files changed

+25
-20
lines changed

4 files changed

+25
-20
lines changed
 

‎doc/SIRENA.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.. _SIRENA:
22

3-
43
.. role:: pageblue
54
.. role:: red
65

@@ -649,15 +648,15 @@ The SIRENA input parameter that controls the reconstruction method applied is :o
649648

650649
.. math::
651650
652-
\frac{R}{R0} = \mathit{1} - \left(\frac{abs(\Delta I)/\mathit{I0\_START}}{1 + abs(\Delta I)/\mathit{I0\_START}}\right)
651+
\frac{R}{R0} = {\mathit{1} - \left(\frac{abs(\Delta I)/\mathit{I0\_START}}{1 + abs(\Delta I)/\mathit{I0\_START}}\right)10^5
653652
654653
* **I2RFITTED** transformation
655654

656655
Looking for a simple transformation that would produce also a linear gain scale, a new transformation *I2RFITTED* has been proposed in :cite:`Peille2016`.
657656

658657
.. math::
659658
660-
\frac{R}{V0} = -\frac{1}{(I_{fit} + ADC)}
659+
\frac{R}{V0} = -10^5\frac{1}{(I_{fit} + ADC)}
661660
662661
.. If the *Group 1* info is available in the input FITS file:
663662
@@ -669,6 +668,8 @@ The SIRENA input parameter that controls the reconstruction method applied is :o
669668
670669
.. These values for :math:`I_{fit}` are a first approach, although it should be confirmed after the instrument calibration.
671670
The :math:`I_{fit}` value is tunable for the moment as an input parameter.
671+
672+
The :math:`10^5` scaling factor has been included in the quasi resistance space (both **I2R** and **I2RFITTED** transformations) to avoid rounding errors when working with very small numbers.
672673

673674

674675

‎doc/SIRENAfunctions.rst

+6-8
Original file line numberDiff line numberDiff line change
@@ -872,13 +872,11 @@ Search functions by name at :ref:`genindex`.
872872

873873
- Conversion according to :option:`EnergyMethod` = **I2R**:
874874

875-
:math:`DeltaI = I` :math:`R/R0 = 1 - (abs(DeltaI)/I\_BIAS)/(1+abs(DeltaI)/I\_BIAS)`
875+
:math:`DeltaI = I` :math:`R/R0 = [1 - (abs(DeltaI)/I\_BIAS)/(1+abs(DeltaI)/I\_BIAS)]\cdot10^5`
876876

877877
- Conversion according to :option:`EnergyMethod` = **I2RFITTED**:
878878

879-
.. :math:`R/V0 = -1/(I_{fit}+ADC)` being :math:`I_{fit}` = ``ADU_BIAS``
880-
881-
:math:`R/V0 = -1/(I_{fit}+ADC)` being :math:`I_{fit}` value an input parameter
879+
:math:`R/V0 = -10^5/(I_{fit}+ADC)` being :math:`I_{fit}` value an input parameter
882880

883881

884882
If the ``ADU_CNV`` keyword is NOT in the input FITS file and :cpp:member:`invector` contains the **ADC** column data from the input FITS file:
@@ -889,13 +887,13 @@ Search functions by name at :ref:`genindex`.
889887

890888
- Conversion according to :option:`EnergyMethod` = **I2R**:
891889

892-
:math:`DeltaI = I` :math:`R/R0 = 1 - (abs(DeltaI)/I0\_START)/(1+abs(DeltaI)/I0\_START)`
890+
:math:`DeltaI = I` :math:`R/R0 = {1 - (abs(DeltaI)/I0\_START)/(1+abs(DeltaI)/I0\_START)}\cdot10^5`
893891

894892
- Conversion according to :option:`EnergyMethod` = **I2RFITTED**
895-
896-
.. :math:`R/V0 = -1/(I_{fit}+ADC)` being :math:`I_{fit}=I0\_START(adu)=I0\_START(A)/aducnv(A/adu)`
897893

898-
:math:`R/V0 = -1/(I_{fit}+ADC)` being :math:`I_{fit}` value an input parameter
894+
:math:`R/V0 = -10^5/(I_{fit}+ADC)` being :math:`I_{fit}` value an input parameter
895+
896+
The :math:`10^5` scaling factor has been included in the quasi resistance space (both **I2R** and **I2RFITTED** transformations) to avoid rounding errors when working with very small numbers.
899897

900898
**Members/Variables**
901899

‎doc/_build/html/SIRENA.html

+6-5
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ <h2>Files<a class="headerlink" href="#files" title="Permalink to this headline">
574574
<p><img class="math" src="_images/math/afd60a99c7f643fa1b80c04c025d2cdc811ebede.png" alt="I = ADC * aducnv"/> + <code class="docutils literal notranslate"><span class="pre">IMIN</span></code></p>
575575
<p><img class="math" src="_images/math/703f80b0165258f418d07ab0c95ff789172a633f.png" alt="\Delta I= \mathit{I}"/> - <code class="docutils literal notranslate"><span class="pre">I0_START</span></code></p>
576576
<div class="math">
577-
<p><img src="_images/math/1149326f852e41709678fd177678ce8d86dc4d33.png" alt="\frac{R}{R0} = \mathit{1} - \left(\frac{abs(\Delta I)/\mathit{I0\_START}}{1 + abs(\Delta I)/\mathit{I0\_START}}\right)"/></p>
577+
<p><img src="_images/math/3822f13b5e326ff1f2bfb8436e8c2fc1f6f12cc5.png" alt="\frac{R}{R0} = {\mathit{1} - \left(\frac{abs(\Delta I)/\mathit{I0\_START}}{1 + abs(\Delta I)/\mathit{I0\_START}}\right)}·10^5"/></p>
578578
</div></div></blockquote>
579579
</div></blockquote>
580580
</li>
@@ -583,9 +583,13 @@ <h2>Files<a class="headerlink" href="#files" title="Permalink to this headline">
583583
<div><p>Looking for a simple transformation that would produce also a linear gain scale, a new transformation <em>I2RFITTED</em> has been proposed in <a class="bibtex reference internal" href="zreferences.html#peille2016" id="id26">[Peille+16]</a>.</p>
584584
<blockquote>
585585
<div><div class="math">
586-
<p><img src="_images/math/3942fff594f4b566cad850c037d7ec72d0829708.png" alt="\frac{R}{V0} = -\frac{1}{(I_{fit} + ADC)}"/></p>
586+
<p><img src="_images/math/d6455a97dd29a4780fd62eccb0a1ed946027444a.png" alt="\frac{R}{V0} = -10^5\frac{1}{(I_{fit} + ADC)}"/></p>
587587
</div></div></blockquote>
588588
<p>The <img class="math" src="_images/math/fd0179dc927022f51d9a8abdb0acfd9f4e91f5ba.png" alt="I_{fit}"/> value is tunable for the moment as an input parameter.</p>
589+
</div></blockquote>
590+
</li>
591+
</ul>
592+
<p>The <img class="math" src="_images/math/1005d5cba0257915abbd43381cee3bfa5eda67e3.png" alt="10^5"/> scaling factor has been included in the quasi resistance space (both <strong>I2R</strong> and <strong>I2RFITTED</strong> transformations) to avoid rounding errors when working with very small numbers.</p>
589593
<blockquote>
590594
<div><blockquote>
591595
<div><blockquote>
@@ -594,9 +598,6 @@ <h2>Files<a class="headerlink" href="#files" title="Permalink to this headline">
594598
</div></blockquote>
595599
</div></blockquote>
596600
</div></blockquote>
597-
</div></blockquote>
598-
</li>
599-
</ul>
600601
</div>
601602
<div class="section" id="two-experimental-approaches-adding-a-prebuffer-or-0-padding">
602603
<span id="prebuffer-or-0-padding"></span><h4><span class="pageblue">Two experimental approaches: adding a preBuffer or 0-padding</span><a class="headerlink" href="#two-experimental-approaches-adding-a-prebuffer-or-0-padding" title="Permalink to this headline"></a></h4>

‎doc/_build/html/SIRENAfunctions.html

+9-4
Original file line numberDiff line numberDiff line change
@@ -653,10 +653,14 @@ <h1>SIRENA functions<a class="headerlink" href="#sirena-functions" title="Permal
653653
<ul>
654654
<li><p>Conversion according to <a class="reference internal" href="SIRENAcommandline.html#cmdoption-arg-5"><code class="xref std std-option docutils literal notranslate"><span class="pre">EnergyMethod</span></code></a> = <strong>I2R</strong>:</p>
655655
<blockquote>
656-
<div><p><img class="math" src="_images/math/e515bb519c3d970f7969d907715c9ff934b14f30.png" alt="DeltaI = I"/> <img class="math" src="_images/math/74ef2c5cb718f28a5df594997d91fcefed187d4e.png" alt="R/R0 = 1 - (abs(DeltaI)/I\_BIAS)/(1+abs(DeltaI)/I\_BIAS)"/></p>
656+
<div><p><img class="math" src="_images/math/e515bb519c3d970f7969d907715c9ff934b14f30.png" alt="DeltaI = I"/> <img class="math" src="_images/math/23e57ccecc638a557496cc94f9d5fc0effbe93f6.png" alt="R/R0 = [1 - (abs(DeltaI)/I\_BIAS)/(1+abs(DeltaI)/I\_BIAS)]\cdot10^5"/></p>
657+
</div></blockquote>
658+
</li>
659+
<li><p>Conversion according to <a class="reference internal" href="SIRENAcommandline.html#cmdoption-arg-5"><code class="xref std std-option docutils literal notranslate"><span class="pre">EnergyMethod</span></code></a> = <strong>I2RFITTED</strong>:</p>
660+
<blockquote>
661+
<div><p><img class="math" src="_images/math/2e891283e4e6eb35d9f250aa2e57ec642a5d06c9.png" alt="R/V0 = -10^5/(I_{fit}+ADC)"/> being <img class="math" src="_images/math/fd0179dc927022f51d9a8abdb0acfd9f4e91f5ba.png" alt="I_{fit}"/> value an input parameter</p>
657662
</div></blockquote>
658663
</li>
659-
<li><p>Conversion according to <a class="reference internal" href="SIRENAcommandline.html#cmdoption-arg-5"><code class="xref std std-option docutils literal notranslate"><span class="pre">EnergyMethod</span></code></a> = <strong>I2RFITTED</strong>:</p></li>
660664
</ul>
661665
</div></blockquote>
662666
<p>If the <code class="docutils literal notranslate"><span class="pre">ADU_CNV</span></code> keyword is NOT in the input FITS file and <a class="reference internal" href="#_CPPv410convertI2RPcddddddddPP10gsl_vector" title="convertI2R::invector"><code class="xref cpp cpp-member docutils literal notranslate"><span class="pre">invector</span></code></a> contains the <strong>ADC</strong> column data from the input FITS file:</p>
@@ -666,16 +670,17 @@ <h1>SIRENA functions<a class="headerlink" href="#sirena-functions" title="Permal
666670
<ul>
667671
<li><p>Conversion according to <a class="reference internal" href="SIRENAcommandline.html#cmdoption-arg-5"><code class="xref std std-option docutils literal notranslate"><span class="pre">EnergyMethod</span></code></a> = <strong>I2R</strong>:</p>
668672
<blockquote>
669-
<div><p><img class="math" src="_images/math/e515bb519c3d970f7969d907715c9ff934b14f30.png" alt="DeltaI = I"/> <img class="math" src="_images/math/8dbf2e0eeba92c2bdd50f2c8629812c9f3f086ea.png" alt="R/R0 = 1 - (abs(DeltaI)/I0\_START)/(1+abs(DeltaI)/I0\_START)"/></p>
673+
<div><p><img class="math" src="_images/math/e515bb519c3d970f7969d907715c9ff934b14f30.png" alt="DeltaI = I"/> <img class="math" src="_images/math/578ae88198ed227b42f810e14641db8562e1d7ee.png" alt="R/R0 = {1 - (abs(DeltaI)/I0\_START)/(1+abs(DeltaI)/I0\_START)}\cdot10^5"/></p>
670674
</div></blockquote>
671675
</li>
672676
<li><p>Conversion according to <a class="reference internal" href="SIRENAcommandline.html#cmdoption-arg-5"><code class="xref std std-option docutils literal notranslate"><span class="pre">EnergyMethod</span></code></a> = <strong>I2RFITTED</strong></p>
673677
<blockquote>
674-
<div><p><img class="math" src="_images/math/6ce13246d1bc4ada931b0e3b3206fe178815e0d7.png" alt="R/V0 = -1/(I_{fit}+ADC)"/> being <img class="math" src="_images/math/fd0179dc927022f51d9a8abdb0acfd9f4e91f5ba.png" alt="I_{fit}"/> value an input parameter</p>
678+
<div><p><img class="math" src="_images/math/2e891283e4e6eb35d9f250aa2e57ec642a5d06c9.png" alt="R/V0 = -10^5/(I_{fit}+ADC)"/> being <img class="math" src="_images/math/fd0179dc927022f51d9a8abdb0acfd9f4e91f5ba.png" alt="I_{fit}"/> value an input parameter</p>
675679
</div></blockquote>
676680
</li>
677681
</ul>
678682
</div></blockquote>
683+
<p>The <img class="math" src="_images/math/1005d5cba0257915abbd43381cee3bfa5eda67e3.png" alt="10^5"/> scaling factor has been included in the quasi resistance space (both <strong>I2R</strong> and <strong>I2RFITTED</strong> transformations) to avoid rounding errors when working with very small numbers.</p>
679684
<p><strong>Members/Variables</strong></p>
680685
<p>char* <strong>EnergyMethod</strong></p>
681686
<blockquote>

0 commit comments

Comments
 (0)
Please sign in to comment.