Skip to content

Commit

Permalink
Added Jupyter notebook demonstrating how to estimate B/T values using…
Browse files Browse the repository at this point in the history
… bootstrap resampling.
  • Loading branch information
perwin committed Jun 6, 2020
1 parent 4a72427 commit 8c98133
Show file tree
Hide file tree
Showing 17 changed files with 1,015 additions and 31 deletions.
10 changes: 0 additions & 10 deletions docs/api_ref/descriptions_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,6 @@
</dl>
</dd></dl>
<dl class="py method">
<dt id="pyimfit.descriptions.SimpleModelDescription.addFunctionSet">
<code class="sig-name descname">addFunctionSet</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">fs</span><span class="p">:</span> <span class="n"><a class="reference internal" href="#pyimfit.descriptions.FunctionSetDescription" title="pyimfit.descriptions.FunctionSetDescription">pyimfit.descriptions.FunctionSetDescription</a></span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyimfit.descriptions.SimpleModelDescription.addFunctionSet" title="Permalink to this definition"></a></dt>
<dd><p>Add a function set to the model description.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>fs</strong> (<a class="reference internal" href="#pyimfit.descriptions.FunctionSetDescription" title="pyimfit.descriptions.FunctionSetDescription"><code class="xref py py-class docutils literal notranslate"><span class="pre">FunctionSetDescription</span></code></a>) – Function set description instance.</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="id0">
<em class="property">property </em><code class="sig-name descname">x0</code><a class="headerlink" href="#id0" title="Permalink to this definition"></a></dt>
<dd><p>X coordinate of the center of the model.
Expand Down
2 changes: 2 additions & 0 deletions docs/bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ fits to an SDSS *r*-band image of the galaxy IC 3478 (single-S&eacute;rsic model
Note the clear correlations between the S&eacute;rsic model parameters (*n*, *r\_e*,
*I\_e*).

See [here](./pyimfit_bootstrap_BtoT.html for an example of using bootstrap output to estimate
uncertainties on derived quantities, such as bulge/total values.

<p>

Expand Down
4 changes: 4 additions & 0 deletions docs/bootstrap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ bootstrap resampling fits to an SDSS *r*-band image of the galaxy IC
3478 (single-Sérsic model, no PSF convolution). Note the clear
correlations between the Sérsic model parameters (*n*, *r\_e*, *I\_e*).

See [here](./pyimfit\_bootstrap\_BtoT.html for an example of using
bootstrap output to estimate uncertainties on derived quantities, such
as bulge/total values.

.. raw:: html

<p>
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Documentation for PyImfit
fit_statistics_and_solvers
bootstrap
pyimfit_emcee
pyimfit_bootstrap_BtoT
acknowledgments


Expand Down

0 comments on commit 8c98133

Please sign in to comment.