Skip to content

Commit

Permalink
Update version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RealPolitiX committed Nov 24, 2020
1 parent 9ca8afb commit 50ac724
Show file tree
Hide file tree
Showing 39 changed files with 587 additions and 331 deletions.
Binary file modified docs/doctrees/environment.pickle
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.
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: a13e53efbb3f8eeda56bc2d7a9ce1313
config: 74b83adb1620b5273cdb53fd8bc9fd26
tags: 645f666f9bcd5a90fca523b33c5a78b7
8 changes: 4 additions & 4 deletions docs/html/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

<title>Overview: module code &mdash; hextof-processor 0.9.7 documentation</title>
<title>Overview: module code &mdash; hextof-processor 1.0.1 documentation</title>



Expand All @@ -35,7 +35,7 @@
<link rel="index" title="Index"
href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="hextof-processor 0.9.7 documentation" href="../index.html"/>
<link rel="top" title="hextof-processor 1.0.1 documentation" href="../index.html"/>


<script src="../_static/js/modernizr.min.js"></script>
Expand Down Expand Up @@ -64,7 +64,7 @@


<div class="version">
0.9.7
1.0.1
</div>


Expand Down Expand Up @@ -222,7 +222,7 @@ <h1>All modules for which code is available</h1>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../',
VERSION:'0.9.7',
VERSION:'1.0.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
Expand Down
17 changes: 12 additions & 5 deletions docs/html/_modules/processor/DldFlashDataframeCreator.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

<title>processor.DldFlashDataframeCreator &mdash; hextof-processor 0.9.7 documentation</title>
<title>processor.DldFlashDataframeCreator &mdash; hextof-processor 1.0.1 documentation</title>



Expand All @@ -35,7 +35,7 @@
<link rel="index" title="Index"
href="../../genindex.html"/>
<link rel="search" title="Search" href="../../search.html"/>
<link rel="top" title="hextof-processor 0.9.7 documentation" href="../../index.html"/>
<link rel="top" title="hextof-processor 1.0.1 documentation" href="../../index.html"/>
<link rel="up" title="Module code" href="../index.html"/>


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


<div class="version">
0.9.7
1.0.1
</div>


Expand Down Expand Up @@ -350,7 +350,14 @@ <h1>Source code for processor.DldFlashDataframeCreator</h1><div class="highlight
<span class="n">macroBunchPulseId_correction</span> <span class="o">=</span> <span class="n">pulseIdInterval</span><span class="p">[</span><span class="mi">0</span><span class="p">]</span>

<span class="c1"># necessary corrections for specific channels:</span>
<span class="bp">self</span><span class="o">.</span><span class="n">delayStage</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">delayStage</span><span class="p">[:,</span> <span class="mi">1</span><span class="p">]</span>
<span class="k">try</span><span class="p">:</span>
<span class="bp">self</span><span class="o">.</span><span class="n">delayStage</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">delayStage</span><span class="p">[:,</span> <span class="mi">1</span><span class="p">]</span>
<span class="k">except</span><span class="p">:</span>
<span class="k">try</span><span class="p">:</span>
<span class="bp">self</span><span class="o">.</span><span class="n">delayStage</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">delayStage</span><span class="p">[:,</span> <span class="mi">0</span><span class="p">]</span>
<span class="nb">print</span><span class="p">(</span><span class="s1">&#39;1030nm Laser&#39;</span><span class="p">)</span>
<span class="k">except</span><span class="p">:</span>
<span class="nb">print</span><span class="p">(</span><span class="s1">&#39;no delay stage&#39;</span><span class="p">)</span>
<span class="bp">self</span><span class="o">.</span><span class="n">macroBunchPulseId</span> <span class="o">-=</span> <span class="n">macroBunchPulseId_correction</span>
<span class="bp">self</span><span class="o">.</span><span class="n">dldMicrobunchId</span> <span class="o">-=</span> <span class="bp">self</span><span class="o">.</span><span class="n">UBID_OFFSET</span>

Expand Down Expand Up @@ -1217,7 +1224,7 @@ <h1>Source code for processor.DldFlashDataframeCreator</h1><div class="highlight
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../../',
VERSION:'0.9.7',
VERSION:'1.0.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
Expand Down
Loading

0 comments on commit 50ac724

Please sign in to comment.