Skip to content

Commit

Permalink
rebuilt docs
Browse files Browse the repository at this point in the history
  • Loading branch information
achael committed Apr 19, 2024
1 parent 5906ccb commit 7f0baeb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion _modules/ehtim/image.html
Original file line number Diff line number Diff line change
Expand Up @@ -2642,7 +2642,8 @@ <h1>Source code for ehtim.image</h1><div class="highlight"><pre>
<span class="sd"> stabilize_scan_phase (bool): if True, random phase errors are constant over scans</span>
<span class="sd"> stabilize_scan_amp (bool): if True, random amplitude errors are constant over scans</span>
<span class="sd"> neggains (bool): if True, force the applied gains to be &lt;1</span>

<span class="sd"> </span>
<span class="sd"> tau (float): the base opacity at all sites, or a dict giving one opacity per site</span>
<span class="sd"> taup (float): the fractional std. dev. of the random error on the opacities</span>
<span class="sd"> gainp (float): the fractional std. dev. of the random error on the gains</span>
<span class="sd"> or a dict giving one std. dev. per site</span>
Expand Down
2 changes: 1 addition & 1 deletion array.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@

<dl class="py method">
<dt id="ehtim.array.Array.add_satellite_elements">
<code class="sig-name descname">add_satellite_elements</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">satname</span></em>, <em class="sig-param"><span class="n">perigee_mjd</span><span class="o">=</span><span class="default_value">60419.93017010118</span></em>, <em class="sig-param"><span class="n">period_days</span><span class="o">=</span><span class="default_value">1.0</span></em>, <em class="sig-param"><span class="n">eccentricity</span><span class="o">=</span><span class="default_value">0.0</span></em>, <em class="sig-param"><span class="n">inclination</span><span class="o">=</span><span class="default_value">0.0</span></em>, <em class="sig-param"><span class="n">arg_perigee</span><span class="o">=</span><span class="default_value">0.0</span></em>, <em class="sig-param"><span class="n">long_ascending</span><span class="o">=</span><span class="default_value">0.0</span></em>, <em class="sig-param"><span class="n">sefd</span><span class="o">=</span><span class="default_value">10000</span></em><span class="sig-paren">)</span><a class="reference internal" href="_modules/ehtim/array.html#Array.add_satellite_elements"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#ehtim.array.Array.add_satellite_elements" title="Permalink to this definition"></a></dt>
<code class="sig-name descname">add_satellite_elements</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">satname</span></em>, <em class="sig-param"><span class="n">perigee_mjd</span><span class="o">=</span><span class="default_value">60419.930504360615</span></em>, <em class="sig-param"><span class="n">period_days</span><span class="o">=</span><span class="default_value">1.0</span></em>, <em class="sig-param"><span class="n">eccentricity</span><span class="o">=</span><span class="default_value">0.0</span></em>, <em class="sig-param"><span class="n">inclination</span><span class="o">=</span><span class="default_value">0.0</span></em>, <em class="sig-param"><span class="n">arg_perigee</span><span class="o">=</span><span class="default_value">0.0</span></em>, <em class="sig-param"><span class="n">long_ascending</span><span class="o">=</span><span class="default_value">0.0</span></em>, <em class="sig-param"><span class="n">sefd</span><span class="o">=</span><span class="default_value">10000</span></em><span class="sig-paren">)</span><a class="reference internal" href="_modules/ehtim/array.html#Array.add_satellite_elements"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#ehtim.array.Array.add_satellite_elements" title="Permalink to this definition"></a></dt>
<dd><p>Add an earth-orbiting satellite to the array from simple keplerian elements
perfect keplerian orbit is assumed, no derivatives</p>
<dl class="field-list simple">
Expand Down
1 change: 1 addition & 0 deletions image.html
Original file line number Diff line number Diff line change
Expand Up @@ -1109,6 +1109,7 @@
<li><p><strong>stabilize_scan_phase</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.12)"><em>bool</em></a>) – if True, random phase errors are constant over scans</p></li>
<li><p><strong>stabilize_scan_amp</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.12)"><em>bool</em></a>) – if True, random amplitude errors are constant over scans</p></li>
<li><p><strong>neggains</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.12)"><em>bool</em></a>) – if True, force the applied gains to be &lt;1</p></li>
<li><p><strong>tau</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.12)"><em>float</em></a>) – the base opacity at all sites, or a dict giving one opacity per site</p></li>
<li><p><strong>taup</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.12)"><em>float</em></a>) – the fractional std. dev. of the random error on the opacities</p></li>
<li><p><strong>gainp</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.12)"><em>float</em></a>) – the fractional std. dev. of the random error on the gains
or a dict giving one std. dev. per site</p></li>
Expand Down

0 comments on commit 7f0baeb

Please sign in to comment.