Skip to content

Commit

Permalink
recompiling docs for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
balerion committed Dec 10, 2020
1 parent 264e8f0 commit 25a273d
Show file tree
Hide file tree
Showing 54 changed files with 391 additions and 293 deletions.
Binary file modified docs/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/doctrees/example/01_readdaq.doctree
Binary file not shown.
Binary file modified docs/doctrees/example/02_parquet.doctree
Binary file not shown.
Binary file modified docs/doctrees/example/03_binning.doctree
Binary file not shown.
Binary file modified docs/doctrees/example/04_nobinning.doctree
Binary file not shown.
Binary file modified docs/doctrees/example/05_corrections.doctree
Binary file not shown.
Binary file modified docs/doctrees/example/06_fullexample.doctree
Binary file not shown.
Binary file modified docs/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/doctrees/library/DldFlashDataframeCreator.doctree
Binary file not shown.
Binary file modified docs/doctrees/library/DldProcessor.doctree
Binary file not shown.
Binary file modified docs/doctrees/library/pah.doctree
Binary file not shown.
Binary file modified docs/doctrees/library/utils/calibration.doctree
Binary file not shown.
Binary file modified docs/doctrees/library/utils/diagnostics.doctree
Binary file not shown.
Binary file modified docs/doctrees/library/utils/io.doctree
Binary file not shown.
Binary file modified docs/doctrees/library/utils/masking.doctree
Binary file not shown.
Binary file modified docs/doctrees/library/utils/misc.doctree
Binary file not shown.
Binary file modified docs/doctrees/library/utils/vis.doctree
Binary file not shown.
Binary file modified docs/doctrees/misc/howtomaintain.doctree
Binary file not shown.
Binary file modified docs/doctrees/misc/listofterms.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/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: 4fc514694dd16c42db05f20f7bccf070
config: eba9baad041dd5c812d690ed0fb15975
tags: 645f666f9bcd5a90fca523b33c5a78b7
4 changes: 2 additions & 2 deletions docs/html/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Overview: module code &mdash; hextof-processor 1.0.2 documentation</title>
<title>Overview: module code &mdash; hextof-processor 1.0.3 documentation</title>



Expand Down Expand Up @@ -60,7 +60,7 @@


<div class="version">
1.0.2
1.0.3
</div>


Expand Down
171 changes: 103 additions & 68 deletions docs/html/_modules/processor/DldFlashDataframeCreator.html

Large diffs are not rendered by default.

333 changes: 197 additions & 136 deletions docs/html/_modules/processor/DldProcessor.html

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions docs/html/_modules/processor/pah.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>processor.pah &mdash; hextof-processor 1.0.2 documentation</title>
<title>processor.pah &mdash; hextof-processor 1.0.3 documentation</title>



Expand Down Expand Up @@ -60,7 +60,7 @@


<div class="version">
1.0.2
1.0.3
</div>


Expand Down Expand Up @@ -259,6 +259,7 @@ <h1>Source code for processor.pah</h1><div class="highlight"><pre>
<span class="ow">or</span> <span class="n">channelName</span><span class="o">.</span><span class="n">startswith</span><span class="p">(</span><span class="s1">&#39;/Experiment/&#39;</span><span class="p">)</span> \
<span class="ow">or</span> <span class="n">channelName</span><span class="o">.</span><span class="n">startswith</span><span class="p">(</span><span class="s1">&#39;/Photon Diagnostic/&#39;</span><span class="p">)</span> \
<span class="ow">or</span> <span class="n">channelName</span><span class="o">.</span><span class="n">startswith</span><span class="p">(</span><span class="s1">&#39;/Electron Diagnostic/&#39;</span><span class="p">)</span> \
<span class="ow">or</span> <span class="n">channelName</span><span class="o">.</span><span class="n">startswith</span><span class="p">(</span><span class="s1">&#39;/Beamlines/&#39;</span><span class="p">)</span> \
<span class="ow">or</span> <span class="n">channelName</span><span class="o">.</span><span class="n">startswith</span><span class="p">(</span><span class="s1">&#39;/Timing/&#39;</span><span class="p">)</span> <span class="c1"># &lt;--for datasets before 08-2018</span></div></div>


Expand Down
4 changes: 2 additions & 2 deletions docs/html/_modules/processor/utilities/calibration.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>processor.utilities.calibration &mdash; hextof-processor 1.0.2 documentation</title>
<title>processor.utilities.calibration &mdash; hextof-processor 1.0.3 documentation</title>



Expand Down Expand Up @@ -60,7 +60,7 @@


<div class="version">
1.0.2
1.0.3
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/html/_modules/processor/utilities/diagnostics.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>processor.utilities.diagnostics &mdash; hextof-processor 1.0.2 documentation</title>
<title>processor.utilities.diagnostics &mdash; hextof-processor 1.0.3 documentation</title>



Expand Down Expand Up @@ -60,7 +60,7 @@


<div class="version">
1.0.2
1.0.3
</div>


Expand Down
6 changes: 3 additions & 3 deletions docs/html/_modules/processor/utilities/io.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>processor.utilities.io &mdash; hextof-processor 1.0.2 documentation</title>
<title>processor.utilities.io &mdash; hextof-processor 1.0.3 documentation</title>



Expand Down Expand Up @@ -60,7 +60,7 @@


<div class="version">
1.0.2
1.0.3
</div>


Expand Down Expand Up @@ -239,7 +239,7 @@ <h1>Source code for processor.utilities.io</h1><div class="highlight"><pre>
<span class="n">_abort</span> <span class="o">=</span> <span class="kc">False</span>

<span class="k">if</span> <span class="n">path</span> <span class="ow">is</span> <span class="kc">None</span><span class="p">:</span>
<span class="n">path</span> <span class="o">=</span> <span class="n">misc</span><span class="o">.</span><span class="n">parse_setting</span><span class="p">(</span><span class="s1">&#39;paths&#39;</span><span class="p">,</span> <span class="s1">&#39;DATA_H5_DIR&#39;</span><span class="p">)</span>
<span class="n">path</span> <span class="o">=</span> <span class="n">misc</span><span class="o">.</span><span class="n">parse_setting</span><span class="p">(</span><span class="s1">&#39;paths&#39;</span><span class="p">,</span> <span class="s1">&#39;DATA_H5_DIR&#39;</span><span class="p">)</span> <span class="c1">#TODO: generalise to get path from any settings, as in processor.</span>
<span class="k">if</span> <span class="ow">not</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">isdir</span><span class="p">(</span><span class="n">path</span><span class="p">):</span> <span class="c1"># test if the path exists...</span>
<span class="n">answer</span> <span class="o">=</span> <span class="nb">input</span><span class="p">(</span><span class="s2">&quot;The folder </span><span class="si">{}</span><span class="s2"> doesn&#39;t exist,&quot;</span>
<span class="s2">&quot;do you want to create it? [y/n]&quot;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">path</span><span class="p">))</span>
Expand Down
6 changes: 3 additions & 3 deletions docs/html/_modules/processor/utilities/misc.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>processor.utilities.misc &mdash; hextof-processor 1.0.2 documentation</title>
<title>processor.utilities.misc &mdash; hextof-processor 1.0.3 documentation</title>



Expand Down Expand Up @@ -60,7 +60,7 @@


<div class="version">
1.0.2
1.0.3
</div>


Expand Down Expand Up @@ -604,7 +604,7 @@ <h1>Source code for processor.utilities.misc</h1><div class="highlight"><pre>
<span class="k">try</span><span class="p">:</span>
<span class="k">return</span> <span class="p">(</span><span class="n">available_runs</span><span class="p">[</span><span class="s1">&#39;run</span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">runNumber</span><span class="p">)])</span>
<span class="k">except</span> <span class="ne">KeyError</span><span class="p">:</span>
<span class="k">raise</span> <span class="ne">KeyError</span><span class="p">(</span><span class="s1">&#39;No run number </span><span class="si">{}</span><span class="s1"> under path </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">runNumber</span><span class="p">,</span> <span class="n">rootpath</span><span class="p">))</span></div>
<span class="k">raise</span> <span class="ne">FileNotFoundError</span><span class="p">(</span><span class="s1">&#39;No run number </span><span class="si">{}</span><span class="s1"> under path </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">runNumber</span><span class="p">,</span> <span class="n">rootpath</span><span class="p">))</span></div>


<span class="k">def</span> <span class="nf">availableParquet</span><span class="p">(</span><span class="n">parquet_dir</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span>
Expand Down
4 changes: 2 additions & 2 deletions docs/html/_modules/processor/utilities/vis.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>processor.utilities.vis &mdash; hextof-processor 1.0.2 documentation</title>
<title>processor.utilities.vis &mdash; hextof-processor 1.0.3 documentation</title>



Expand Down Expand Up @@ -60,7 +60,7 @@


<div class="version">
1.0.2
1.0.3
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/html/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '1.0.2',
VERSION: '1.0.3',
LANGUAGE: 'English',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
8 changes: 4 additions & 4 deletions docs/html/_static/pygments.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pre { line-height: 125%; margin: 0; }
td.linenos pre { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
span.linenos { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
td.linenos pre.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
td.linenos pre { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; }
span.linenos { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; }
td.linenos pre.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight { background: #eeffcc; }
.highlight .c { color: #408090; font-style: italic } /* Comment */
Expand Down
4 changes: 2 additions & 2 deletions docs/html/example/01_readdaq.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>1. Read DAQ data &mdash; hextof-processor 1.0.2 documentation</title>
<title>1. Read DAQ data &mdash; hextof-processor 1.0.3 documentation</title>



Expand Down Expand Up @@ -62,7 +62,7 @@


<div class="version">
1.0.2
1.0.3
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/html/example/02_parquet.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>2. Save dataset to dask parquet files &mdash; hextof-processor 1.0.2 documentation</title>
<title>2. Save dataset to dask parquet files &mdash; hextof-processor 1.0.3 documentation</title>



Expand Down Expand Up @@ -62,7 +62,7 @@


<div class="version">
1.0.2
1.0.3
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/html/example/03_binning.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>3. Binning multidimensional data &mdash; hextof-processor 1.0.2 documentation</title>
<title>3. Binning multidimensional data &mdash; hextof-processor 1.0.3 documentation</title>



Expand Down Expand Up @@ -62,7 +62,7 @@


<div class="version">
1.0.2
1.0.3
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/html/example/04_nobinning.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>4. Processing data without binning &mdash; hextof-processor 1.0.2 documentation</title>
<title>4. Processing data without binning &mdash; hextof-processor 1.0.3 documentation</title>



Expand Down Expand Up @@ -62,7 +62,7 @@


<div class="version">
1.0.2
1.0.3
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/html/example/05_corrections.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>5. Corrections to FEL pulse timing &mdash; hextof-processor 1.0.2 documentation</title>
<title>5. Corrections to FEL pulse timing &mdash; hextof-processor 1.0.3 documentation</title>



Expand Down Expand Up @@ -62,7 +62,7 @@


<div class="version">
1.0.2
1.0.3
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/html/example/06_fullexample.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>6. Complete code examples &mdash; hextof-processor 1.0.2 documentation</title>
<title>6. Complete code examples &mdash; hextof-processor 1.0.3 documentation</title>



Expand Down Expand Up @@ -62,7 +62,7 @@


<div class="version">
1.0.2
1.0.3
</div>


Expand Down
12 changes: 6 additions & 6 deletions docs/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Index &mdash; hextof-processor 1.0.2 documentation</title>
<title>Index &mdash; hextof-processor 1.0.3 documentation</title>



Expand Down Expand Up @@ -60,7 +60,7 @@


<div class="version">
1.0.2
1.0.3
</div>


Expand Down Expand Up @@ -537,20 +537,18 @@ <h2 id="R">R</h2>
<li><a href="library/DldFlashDataframeCreator.html#processor.DldFlashDataframeCreator.DldFlashProcessor.readData_old">readData_old() (processor.DldFlashDataframeCreator.DldFlashProcessor method)</a>
</li>
<li><a href="library/DldProcessor.html#processor.DldProcessor.DldProcessor.readDataframes">readDataframes() (processor.DldProcessor.DldProcessor method)</a>
</li>
<li><a href="library/DldProcessor.html#processor.DldProcessor.DldProcessor.readDataframesParquet">readDataframesParquet() (processor.DldProcessor.DldProcessor method)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="library/DldProcessor.html#processor.DldProcessor.DldProcessor.readDataframesParquet">readDataframesParquet() (processor.DldProcessor.DldProcessor method)</a>
</li>
<li><a href="library/DldFlashDataframeCreator.html#processor.DldFlashDataframeCreator.DldFlashProcessor.readInterval">readInterval() (processor.DldFlashDataframeCreator.DldFlashProcessor method)</a>
</li>
<li><a href="library/DldFlashDataframeCreator.html#processor.DldFlashDataframeCreator.DldFlashProcessor.readRun">readRun() (processor.DldFlashDataframeCreator.DldFlashProcessor method)</a>
</li>
<li><a href="library/utils/misc.html#processor.utilities.misc.repr_byte_size">repr_byte_size() (in module processor.utilities.misc)</a>
</li>
<li><a href="library/utils/io.html#processor.utilities.io.res_to_xarray">res_to_xarray() (in module processor.utilities.io)</a>
</li>
<li><a href="library/DldProcessor.html#processor.DldProcessor.DldProcessor.res_to_xarray_old">res_to_xarray_old() (processor.DldProcessor.DldProcessor method)</a>
</li>
<li><a href="library/DldProcessor.html#processor.DldProcessor.DldProcessor.resetBins">resetBins() (processor.DldProcessor.DldProcessor method)</a>
</li>
Expand All @@ -572,6 +570,8 @@ <h2 id="S">S</h2>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="library/DldProcessor.html#processor.DldProcessor.DldProcessor.setDefaultSettings">setDefaultSettings() (processor.DldProcessor.DldProcessor method)</a>
</li>
<li><a href="library/DldProcessor.html#processor.DldProcessor.DldProcessor.settings">settings() (processor.DldProcessor.DldProcessor property)</a>
</li>
<li><a href="library/DldProcessor.html#processor.DldProcessor.SettingsInitializationError">SettingsInitializationError</a>
Expand Down
4 changes: 2 additions & 2 deletions docs/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>hextof-processor documentation &mdash; hextof-processor 1.0.2 documentation</title>
<title>hextof-processor documentation &mdash; hextof-processor 1.0.3 documentation</title>



Expand Down Expand Up @@ -61,7 +61,7 @@


<div class="version">
1.0.2
1.0.3
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/html/library/DldFlashDataframeCreator.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>1. Dataframe creator class (DldFlashDataframeCreator) &mdash; hextof-processor 1.0.2 documentation</title>
<title>1. Dataframe creator class (DldFlashDataframeCreator) &mdash; hextof-processor 1.0.3 documentation</title>



Expand Down Expand Up @@ -62,7 +62,7 @@


<div class="version">
1.0.2
1.0.3
</div>


Expand Down
Loading

0 comments on commit 25a273d

Please sign in to comment.