Skip to content

Commit

Permalink
Deployed c7759f9 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwalawender committed Jul 6, 2024
1 parent a6d3109 commit 4d7f853
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -306,5 +306,5 @@ <h2 id="instrument-description">Instrument Description</h2>

<!--
MkDocs version : 1.6.0
Build Date UTC : 2024-07-04 02:41:21.545419+00:00
Build Date UTC : 2024-07-06 00:47:04.005126+00:00
-->
14 changes: 11 additions & 3 deletions scripts/CleanupAfterCalibrations/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,7 @@ <h2 id="kpf.scripts.CleanupAfterCalibrations.CleanupAfterCalibrations--args">ARG

<details class="quote">
<summary>Source code in <code>kpf/scripts/CleanupAfterCalibrations.py</code></summary>
<div class="codehilite"><table class="codehilitetable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"> 24</span>
<span class="normal"> 25</span>
<div class="codehilite"><table class="codehilitetable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"> 25</span>
<span class="normal"> 26</span>
<span class="normal"> 27</span>
<span class="normal"> 28</span>
Expand Down Expand Up @@ -314,7 +313,12 @@ <h2 id="kpf.scripts.CleanupAfterCalibrations.CleanupAfterCalibrations--args">ARG
<span class="normal"> 97</span>
<span class="normal"> 98</span>
<span class="normal"> 99</span>
<span class="normal">100</span></pre></div></td><td class="code"><div><pre><span></span><code><span class="k">class</span> <span class="nc">CleanupAfterCalibrations</span><span class="p">(</span><span class="n">KPFTranslatorFunction</span><span class="p">):</span>
<span class="normal">100</span>
<span class="normal">101</span>
<span class="normal">102</span>
<span class="normal">103</span>
<span class="normal">104</span>
<span class="normal">105</span></pre></div></td><td class="code"><div><pre><span></span><code><span class="k">class</span> <span class="nc">CleanupAfterCalibrations</span><span class="p">(</span><span class="n">KPFTranslatorFunction</span><span class="p">):</span>
<span class="w"> </span><span class="sd">&#39;&#39;&#39;Script which cleans up after Cal OBs.</span>

<span class="sd"> This must have arguments as input, either from a file using the `-f` command</span>
Expand Down Expand Up @@ -379,8 +383,12 @@ <h2 id="kpf.scripts.CleanupAfterCalibrations.CleanupAfterCalibrations--args">ARG
<span class="c1"># Clear target info</span>
<span class="n">SetTargetInfo</span><span class="o">.</span><span class="n">execute</span><span class="p">({})</span>

<span class="c1"># Clear script keywords</span>
<span class="n">clear_script_keywords</span><span class="p">()</span>

<span class="c1"># Write L0 file name to log if can</span>
<span class="n">WaitForL0File</span><span class="o">.</span><span class="n">execute</span><span class="p">({})</span>

<span class="nd">@classmethod</span>
<span class="k">def</span> <span class="nf">post_condition</span><span class="p">(</span><span class="bp">cls</span><span class="p">,</span> <span class="n">OB</span><span class="p">,</span> <span class="n">logger</span><span class="p">,</span> <span class="n">cfg</span><span class="p">):</span>
<span class="k">pass</span>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 4d7f853

Please sign in to comment.