Skip to content

Commit

Permalink
build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Dec 2, 2024
1 parent 2b93d74 commit 8edbc5a
Show file tree
Hide file tree
Showing 239 changed files with 207 additions and 195 deletions.
Binary file modified docs/_build/doctrees/arbitrary.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/bandpass.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/bounds.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/catalog.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/cd.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/chromaticobject.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/composite.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/config_image.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/config_input.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/config_objects.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/config_output.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/config_process.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/config_special.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/config_stamp.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/config_values.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/corr_noise.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/cpp_image.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/cpp_interp.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/cpp_noise.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/cpp_photon.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/cpp_sb.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/dcr.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/des.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/deviate.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/errors.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/fft.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/fits.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/gal.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/gsobject.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/gsparams.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/history.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/hsm.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/image_class.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/integ.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/interpolant.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/misc.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/nfwhalo.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/noise.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/phase_psf.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/photon_array.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/photon_ops.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/pos.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/powerspectrum.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/pse.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/psf.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/real_gal.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/roman.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/sed.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/sensor.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/shear.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/simple.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/spectral.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/table.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/transform.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/units.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/wcs.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/zernike.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 51d241092919f92e3930f1c083b0d9e5
config: e40354f40f0f6d00ed2fdb22f7167a95
tags: 645f666f9bcd5a90fca523b33c5a78b7
8 changes: 1 addition & 7 deletions docs/_build/html/_modules/coord/angle.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>coord.angle &mdash; GalSim 2.6.1 documentation</title>
<title>coord.angle &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down Expand Up @@ -278,12 +278,6 @@ <h1>Source code for coord.angle</h1><div class="highlight"><pre>
<span class="k">def</span> <span class="fm">__neg__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="k">return</span> <span class="n">_Angle</span><span class="p">(</span><span class="o">-</span><span class="bp">self</span><span class="o">.</span><span class="n">_rad</span><span class="p">)</span>

<span class="k">def</span> <span class="fm">__pos__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="k">return</span> <span class="bp">self</span>

<span class="k">def</span> <span class="fm">__abs__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="k">return</span> <span class="n">_Angle</span><span class="p">(</span><span class="nb">abs</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">_rad</span><span class="p">))</span>

<span class="k">def</span> <span class="fm">__add__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">other</span><span class="p">):</span>
<span class="k">if</span> <span class="ow">not</span> <span class="nb">isinstance</span><span class="p">(</span><span class="n">other</span><span class="p">,</span> <span class="n">Angle</span><span class="p">):</span>
<span class="k">raise</span> <span class="ne">TypeError</span><span class="p">(</span><span class="s2">&quot;Cannot add </span><span class="si">%s</span><span class="s2"> of type </span><span class="si">%s</span><span class="s2"> to an Angle&quot;</span><span class="o">%</span><span class="p">(</span><span class="n">other</span><span class="p">,</span><span class="nb">type</span><span class="p">(</span><span class="n">other</span><span class="p">)))</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/coord/angleunit.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>coord.angleunit &mdash; GalSim 2.6.1 documentation</title>
<title>coord.angleunit &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/coord/celestial.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>coord.celestial &mdash; GalSim 2.6.1 documentation</title>
<title>coord.celestial &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/_utilities.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim._utilities &mdash; GalSim 2.6.1 documentation</title>
<title>galsim._utilities &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/airy.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.airy &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.airy &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/bandpass.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.bandpass &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.bandpass &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/bounds.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.bounds &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.bounds &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/box.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.box &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.box &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/catalog.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.catalog &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.catalog &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/cdmodel.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.cdmodel &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.cdmodel &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/chromatic.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.chromatic &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.chromatic &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/config/bandpass.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.config.bandpass &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.config.bandpass &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/config/extra.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.config.extra &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.config.extra &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/config/extra_badpix.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.config.extra_badpix &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.config.extra_badpix &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/config/extra_psf.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.config.extra_psf &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.config.extra_psf &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/config/extra_truth.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.config.extra_truth &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.config.extra_truth &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/config/extra_weight.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.config.extra_weight &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.config.extra_weight &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/config/gsobject.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.config.gsobject &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.config.gsobject &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/config/image.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.config.image &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.config.image &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.config.image_scattered &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.config.image_scattered &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/config/image_tiled.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.config.image_tiled &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.config.image_tiled &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/config/input.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.config.input &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.config.input &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/config/input_cosmos.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.config.input_cosmos &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.config.input_cosmos &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/config/input_nfw.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.config.input_nfw &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.config.input_nfw &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.config.input_powerspectrum &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.config.input_powerspectrum &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/config/input_real.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.config.input_real &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.config.input_real &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/config/noise.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.config.noise &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.config.noise &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/config/output.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.config.output &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.config.output &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.config.output_datacube &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.config.output_datacube &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.config.output_multifits &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.config.output_multifits &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/config/photon_ops.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.config.photon_ops &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.config.photon_ops &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/config/process.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.config.process &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.config.process &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/config/sed.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.config.sed &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.config.sed &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/config/sensor.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.config.sensor &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.config.sensor &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/config/stamp.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.config.stamp &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.config.stamp &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/config/stamp_ring.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.config.stamp_ring &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.config.stamp_ring &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/config/util.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.config.util &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.config.util &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/galsim/config/value.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>galsim.config.value &mdash; GalSim 2.6.1 documentation</title>
<title>galsim.config.value &mdash; GalSim 2.6.2 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
Loading

0 comments on commit 8edbc5a

Please sign in to comment.