Skip to content

Commit

Permalink
nightly docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
gwpybot authored and duncanmmacleod committed Mar 5, 2024
1 parent 3d551c8 commit 9a65c4d
Show file tree
Hide file tree
Showing 37 changed files with 20 additions and 4 deletions.
Binary file modified docs/latest/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/latest/.doctrees/examples/timeseries/correlate.doctree
Binary file not shown.
Binary file modified docs/latest/.doctrees/examples/timeseries/filter.doctree
Binary file not shown.
Binary file modified docs/latest/.doctrees/table/io.doctree
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/latest/_images/correlate-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/latest/_images/correlate-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/latest/_images/correlate-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/latest/_images/filter-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/latest/_images/gwpy-timeseries-TimeSeries-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/latest/_images/gwpy-timeseries-TimeSeries-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/latest/_images/inject-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/latest/_images/inject-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/latest/_images/inject-51.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions docs/latest/examples/timeseries/correlate/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1042,6 +1042,10 @@ <h1 id="cross-correlating-two-timeseries"><span id="gwpy-example-timeseries-corr
<span class="n">plot</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</code></pre></div>
</div>
<p>(<a class="reference download internal" download="" href="../../../_downloads/19ff59b496233ef0eff4497eb5a9c193/correlate-4.png"><code class="xref download docutils literal notranslate"><span class="pre">png</span></code></a>)</p>
<figure class="align-default">
<img alt="../../../_images/correlate-4.png" class="plot-directive" src="../../../_images/correlate-4.png" />
</figure>
<p>We can clearly see a loud spike (nearly SNR 40!) at GPS second 1172489783.07,
which we interpret as evidence that the PSL channel is witnessing the same
glitch as the gravitational wave channel.</p>
Expand All @@ -1064,6 +1068,10 @@ <h1 id="cross-correlating-two-timeseries"><span id="gwpy-example-timeseries-corr
<span class="n">plot</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</code></pre></div>
</div>
<p>(<a class="reference download internal" download="" href="../../../_downloads/3eef5e0abfe6ffda3b9590a61476c407/correlate-5.png"><code class="xref download docutils literal notranslate"><span class="pre">png</span></code></a>)</p>
<figure class="align-default">
<img alt="../../../_images/correlate-5.png" class="plot-directive" src="../../../_images/correlate-5.png" />
</figure>
<p>and the same for the PSL channel:</p>
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><code><span class="n">qaux</span> <span class="o">=</span> <span class="n">waux</span><span class="o">.</span><span class="n">q_transform</span><span class="p">(</span>
<span class="n">whiten</span><span class="o">=</span><span class="kc">False</span><span class="p">,</span> <span class="c1"># already white</span>
Expand All @@ -1082,6 +1090,10 @@ <h1 id="cross-correlating-two-timeseries"><span id="gwpy-example-timeseries-corr
<span class="n">plot</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</code></pre></div>
</div>
<p>(<a class="reference download internal" download="" href="../../../_downloads/429625c43f584c6afdd3eb7959d42b8a/correlate-6.png"><code class="xref download docutils literal notranslate"><span class="pre">png</span></code></a>)</p>
<figure class="align-default">
<img alt="../../../_images/correlate-6.png" class="plot-directive" src="../../../_images/correlate-6.png" />
</figure>
<p>Sure enough, both channels record a clear whistle glitch at this time,
although the PSL channel sees it with much greater signal energy relative
to its background noise.</p>
Expand Down
4 changes: 4 additions & 0 deletions docs/latest/examples/timeseries/filter/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1047,6 +1047,10 @@ <h1 id="filtering-a-timeseries-with-a-zpk-filter"><span id="gwpy-example-timeser
<span class="n">plot</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</code></pre></div>
</div>
<p>(<a class="reference download internal" download="" href="../../../_downloads/2df20acec1720e17bbcea628ddfa06c9/filter-5.png"><code class="xref download docutils literal notranslate"><span class="pre">png</span></code></a>)</p>
<figure class="align-default">
<img alt="../../../_images/filter-5.png" class="plot-directive" src="../../../_images/filter-5.png" />
</figure>



Expand Down
Binary file modified docs/latest/objects.inv
Binary file not shown.
Binary file modified docs/latest/plot_directive/api/gwpy-timeseries-TimeSeries-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/latest/plot_directive/api/gwpy-timeseries-TimeSeries-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/latest/plot_directive/examples/frequencyseries/inject-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/latest/plot_directive/examples/timeseries/inject-5.png
2 changes: 1 addition & 1 deletion docs/latest/searchindex.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/latest/table/io/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,7 @@ <h3 id="simple-queries"><span id="gwpy-table-gwosc-query"></span>Simple queries<
for all events in the catalogue:</p>
<div class="literal-block-wrapper docutils container" id="gwpy-table-io-fetch-open-data">
<div class="code-block-caption highlight"><span class="filename"><span class="caption-text">
</span>Fetching the GWTC-2 catalogue using <a class="reference internal" href="../../api/gwpy.table.EventTable/#gwpy.table.EventTable.fetch_open_data" title="gwpy.table.EventTable.fetch_open_data (Python method) — Fetch events from an open-data catalogue hosted by GWOSC."><code class="xref py py-meth docutils literal notranslate"><span class="pre">EventTable.fetch_open_data()</span></code></a> (output correct as of Mar 04, 2024)<a class="headerlink" href="#gwpy-table-io-fetch-open-data" title="Permalink to this code"></a></span></div>
</span>Fetching the GWTC-2 catalogue using <a class="reference internal" href="../../api/gwpy.table.EventTable/#gwpy.table.EventTable.fetch_open_data" title="gwpy.table.EventTable.fetch_open_data (Python method) — Fetch events from an open-data catalogue hosted by GWOSC."><code class="xref py py-meth docutils literal notranslate"><span class="pre">EventTable.fetch_open_data()</span></code></a> (output correct as of Mar 05, 2024)<a class="headerlink" href="#gwpy-table-io-fetch-open-data" title="Permalink to this code"></a></span></div>
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><code><span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">gwpy.table</span> <span class="kn">import</span> <span class="n">EventTable</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">events</span> <span class="o">=</span> <span class="n">EventTable</span><span class="o">.</span><span class="n">fetch_open_data</span><span class="p">(</span><span class="s2">&quot;GWTC-2&quot;</span><span class="p">)</span>
<span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span><span class="p">(</span><span class="n">events</span><span class="p">)</span>
Expand Down Expand Up @@ -1343,7 +1343,7 @@ <h3 id="simple-queries"><span id="gwpy-table-gwosc-query"></span>Simple queries<
<p>The full list of available columns can be queried as follows:</p>
<div class="literal-block-wrapper docutils container" id="gwpy-table-io-fetch-open-data-info">
<div class="code-block-caption highlight"><span class="filename"><span class="caption-text">
</span>Printing the columns of an <a class="reference internal" href="../../api/gwpy.table.EventTable/#gwpy.table.EventTable" title="gwpy.table.EventTable (Python class) — A container for a table of events."><code class="xref py py-obj docutils literal notranslate"><span class="pre">EventTable</span></code></a> (output correct as of Mar 04, 2024)<a class="headerlink" href="#gwpy-table-io-fetch-open-data-info" title="Permalink to this code"></a></span></div>
</span>Printing the columns of an <a class="reference internal" href="../../api/gwpy.table.EventTable/#gwpy.table.EventTable" title="gwpy.table.EventTable (Python class) — A container for a table of events."><code class="xref py py-obj docutils literal notranslate"><span class="pre">EventTable</span></code></a> (output correct as of Mar 05, 2024)<a class="headerlink" href="#gwpy-table-io-fetch-open-data-info" title="Permalink to this code"></a></span></div>
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><code><span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span><span class="p">(</span><span class="n">events</span><span class="o">.</span><span class="n">info</span><span class="p">)</span>
<span class="go">&lt;EventTable masked=True length=39&gt;</span>
<span class="go"> name dtype unit description</span>
Expand All @@ -1367,7 +1367,7 @@ <h3 id="filtered-queries"><span id="gwpy-table-gwosc-filter"></span>Filtered que
using the <code class="docutils literal notranslate"><span class="pre">selection</span></code> keyword:</p>
<div class="literal-block-wrapper docutils container" id="gwpy-table-io-fetch-open-data-filtered">
<div class="code-block-caption highlight"><span class="filename"><span class="caption-text">
</span>Downloading a sub-set of a catalogue from GWOSC (output correct as of Mar 04, 2024)<a class="headerlink" href="#gwpy-table-io-fetch-open-data-filtered" title="Permalink to this code"></a></span></div>
</span>Downloading a sub-set of a catalogue from GWOSC (output correct as of Mar 05, 2024)<a class="headerlink" href="#gwpy-table-io-fetch-open-data-filtered" title="Permalink to this code"></a></span></div>
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><code><span class="gp">&gt;&gt;&gt; </span><span class="n">t</span> <span class="o">=</span> <span class="n">EventTable</span><span class="o">.</span><span class="n">fetch_open_data</span><span class="p">(</span>
<span class="gp">... </span> <span class="s2">&quot;GWTC-2&quot;</span><span class="p">,</span>
<span class="gp">... </span> <span class="n">selection</span><span class="o">=</span><span class="s2">&quot;mass_1_source &lt; 4&quot;</span><span class="p">,</span>
Expand Down

0 comments on commit 9a65c4d

Please sign in to comment.