Skip to content

Commit

Permalink
build based on 1d4e9d2
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Apr 30, 2024
1 parent cb61a36 commit 93dfa2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dev/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.2","generation_timestamp":"2024-04-30T11:23:27","documenter_version":"1.4.0"}}
{"documenter":{"julia_version":"1.10.2","generation_timestamp":"2024-04-30T11:29:39","documenter_version":"1.4.0"}}
8 changes: 4 additions & 4 deletions dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
wavname = "gqrx_20190804_141523_137100000.wav"
y,Fs,nbits,opt = load(wavname)
datatime,(channelA,channelB),data = APTDecode.decode(y,Fs)
</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/Alexander-Barth/APTDecoder.jl/blob/d42135b66d6dfbefcf9dfde4dfe1c45d5af4e8f7/src/decode.jl#L85-L104">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="APTDecoder.georeference-NTuple{4, Any}" href="#APTDecoder.georeference-NTuple{4, Any}"><code>APTDecoder.georeference</code></a><span class="docstring-category">Method</span></header><section><div><pre><code class="language-julia hljs">lon,lat = APTDecoder.georeference(channel,satellite_name,datatime,starttime;
</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/Alexander-Barth/APTDecoder.jl/blob/1d4e9d2b67d6654440e9f98bfe1e42883cbcf254/src/decode.jl#L85-L104">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="APTDecoder.georeference-NTuple{4, Any}" href="#APTDecoder.georeference-NTuple{4, Any}"><code>APTDecoder.georeference</code></a><span class="docstring-category">Method</span></header><section><div><pre><code class="language-julia hljs">lon,lat = APTDecoder.georeference(channel,satellite_name,datatime,starttime;
eop = nothing,
tles = get_tle(:weather))</code></pre><p>Compute longitude <code>lon</code> and latitude <code>lat</code> of the NOAA APT satellite data <code>channel</code> using the orbit of the satellite with the name <code>satellite_name</code> (generally &quot;NOAA 15&quot;, &quot;NOAA 18&quot;, &quot;NOAA 19&quot;).</p><p><code>datatime</code> and <code>channel</code> (channel A or channel B) are returned by the function <code>APTDecoder.decode</code>.</p><p>The argument <code>starttime</code> is the date (<code>DateTime</code>) of beginning of the capture. The optional parameter <code>tles</code> are the two-line elements (TLEs) data (download if necessary).</p><p>The optional parameter <code>eop</code> are the Earth Orientation Parameters (see https://juliaspace.github.io/SatelliteToolbox.jl for more information)</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/Alexander-Barth/APTDecoder.jl/blob/d42135b66d6dfbefcf9dfde4dfe1c45d5af4e8f7/src/georef.jl#L98-L116">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="APTDecoder.georeference-Tuple{Any, Any, Any}" href="#APTDecoder.georeference-Tuple{Any, Any, Any}"><code>APTDecoder.georeference</code></a><span class="docstring-category">Method</span></header><section><div><pre><code class="language-julia hljs">plon,plat,data = APTDecoder.georeference(pngname,satellite_name,channel,...)</code></pre><p>Compute longitude and latitude of the NOAA APT satellite image in <code>pngname</code> using the orbit of the satellite with the name <code>satellite_name</code> (generally &quot;NOAA 15&quot;, &quot;NOAA 18&quot;, &quot;NOAA 19&quot;). The file name <code>pngname</code> should have the followng structure: <code>string_date_time_frequency.png</code> like <code>gqrx_20190811_075102_137620000.png</code>. Date and time of the file name are in UTC. The parameter <code>channel</code> is <code>&#39;a&#39;</code> or <code>&#39;b&#39;</code> for the two transmitted wave-length.</p><p>Optional arguments are <code>starttime</code> for the date (<code>DateTime</code>) of capture (deduced from the filename per default) and <code>tles</code> for the two-line elements (TLEs) data (download if necessary).</p><p>Example:</p><pre><code class="language-julia hljs">satellite_name = &quot;NOAA 15&quot;
tles = get_tle(:weather))</code></pre><p>Compute longitude <code>lon</code> and latitude <code>lat</code> of the NOAA APT satellite data <code>channel</code> using the orbit of the satellite with the name <code>satellite_name</code> (generally &quot;NOAA 15&quot;, &quot;NOAA 18&quot;, &quot;NOAA 19&quot;).</p><p><code>datatime</code> and <code>channel</code> (channel A or channel B) are returned by the function <code>APTDecoder.decode</code>.</p><p>The argument <code>starttime</code> is the date (<code>DateTime</code>) of beginning of the capture. The optional parameter <code>tles</code> are the two-line elements (TLEs) data (download if necessary).</p><p>The optional parameter <code>eop</code> are the Earth Orientation Parameters (see https://juliaspace.github.io/SatelliteToolbox.jl for more information)</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/Alexander-Barth/APTDecoder.jl/blob/1d4e9d2b67d6654440e9f98bfe1e42883cbcf254/src/georef.jl#L98-L116">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="APTDecoder.georeference-Tuple{Any, Any, Any}" href="#APTDecoder.georeference-Tuple{Any, Any, Any}"><code>APTDecoder.georeference</code></a><span class="docstring-category">Method</span></header><section><div><pre><code class="language-julia hljs">plon,plat,data = APTDecoder.georeference(pngname,satellite_name,channel,...)</code></pre><p>Compute longitude and latitude of the NOAA APT satellite image in <code>pngname</code> using the orbit of the satellite with the name <code>satellite_name</code> (generally &quot;NOAA 15&quot;, &quot;NOAA 18&quot;, &quot;NOAA 19&quot;). The file name <code>pngname</code> should have the followng structure: <code>string_date_time_frequency.png</code> like <code>gqrx_20190811_075102_137620000.png</code>. Date and time of the file name are in UTC. The parameter <code>channel</code> is <code>&#39;a&#39;</code> or <code>&#39;b&#39;</code> for the two transmitted wave-length.</p><p>Optional arguments are <code>starttime</code> for the date (<code>DateTime</code>) of capture (deduced from the filename per default) and <code>tles</code> for the two-line elements (TLEs) data (download if necessary).</p><p>Example:</p><pre><code class="language-julia hljs">satellite_name = &quot;NOAA 15&quot;
pngname = &quot;gqrx_20190811_075102_137620000.png&quot;;
channel = &#39;a&#39;
APTDecoder.georeference(pngname,satellite_name,channel)</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/Alexander-Barth/APTDecoder.jl/blob/d42135b66d6dfbefcf9dfde4dfe1c45d5af4e8f7/src/georef.jl#L46-L68">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="APTDecoder.get_tle-Tuple{Any}" href="#APTDecoder.get_tle-Tuple{Any}"><code>APTDecoder.get_tle</code></a><span class="docstring-category">Method</span></header><section><div><p>tles = get_tle(:weather)</p><p>Load the two-line elements (TLEs) data from https://www.celestrak.com for weather satellites.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/Alexander-Barth/APTDecoder.jl/blob/d42135b66d6dfbefcf9dfde4dfe1c45d5af4e8f7/src/georef.jl#L28-L32">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="APTDecoder.makeplots-Tuple{Any, Any}" href="#APTDecoder.makeplots-Tuple{Any, Any}"><code>APTDecoder.makeplots</code></a><span class="docstring-category">Method</span></header><section><div><pre><code class="language-julia hljs">makeplots(wavname,satellite_name)</code></pre><p>Decodes the APT signal in <code>wavname</code> as recorded by gqrx using wide FM-mono demodulation. The file name <code>wavname</code> should have the followng structure: <code>string_date_time_frequency.wav</code> like <code>gqrx_20190811_075102_137620000.wav</code>. Date and time of the file name are in UTC (not local time). <code>satellite_name</code> is the name of the satellite (generally <code>&quot;NOAA 15&quot;</code>, <code>&quot;NOAA 18&quot;</code>, <code>&quot;NOAA 19&quot;</code>).</p><p><strong>Example:</strong></p><pre><code class="language-julia hljs">import APTDecoder
APTDecoder.georeference(pngname,satellite_name,channel)</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/Alexander-Barth/APTDecoder.jl/blob/1d4e9d2b67d6654440e9f98bfe1e42883cbcf254/src/georef.jl#L46-L68">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="APTDecoder.get_tle-Tuple{Any}" href="#APTDecoder.get_tle-Tuple{Any}"><code>APTDecoder.get_tle</code></a><span class="docstring-category">Method</span></header><section><div><p>tles = get_tle(:weather)</p><p>Load the two-line elements (TLEs) data from https://www.celestrak.com for weather satellites.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/Alexander-Barth/APTDecoder.jl/blob/1d4e9d2b67d6654440e9f98bfe1e42883cbcf254/src/georef.jl#L28-L32">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="APTDecoder.makeplots-Tuple{Any, Any}" href="#APTDecoder.makeplots-Tuple{Any, Any}"><code>APTDecoder.makeplots</code></a><span class="docstring-category">Method</span></header><section><div><pre><code class="language-julia hljs">makeplots(wavname,satellite_name)</code></pre><p>Decodes the APT signal in <code>wavname</code> as recorded by gqrx using wide FM-mono demodulation. The file name <code>wavname</code> should have the followng structure: <code>string_date_time_frequency.wav</code> like <code>gqrx_20190811_075102_137620000.wav</code>. Date and time of the file name are in UTC (not local time). <code>satellite_name</code> is the name of the satellite (generally <code>&quot;NOAA 15&quot;</code>, <code>&quot;NOAA 18&quot;</code>, <code>&quot;NOAA 19&quot;</code>).</p><p><strong>Example:</strong></p><pre><code class="language-julia hljs">import APTDecoder

wavname = &quot;gqrx_20190825_182745_137620000.wav&quot;
APTDecoder.makeplots(wavname,&quot;NOAA 15&quot;)</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/Alexander-Barth/APTDecoder.jl/blob/d42135b66d6dfbefcf9dfde4dfe1c45d5af4e8f7/src/plot.jl#L10-L29">source</a></section></article></article><nav class="docs-footer"><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.4.0 on <span class="colophon-date" title="Tuesday 30 April 2024 11:23">Tuesday 30 April 2024</span>. Using Julia version 1.10.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
APTDecoder.makeplots(wavname,&quot;NOAA 15&quot;)</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/Alexander-Barth/APTDecoder.jl/blob/1d4e9d2b67d6654440e9f98bfe1e42883cbcf254/src/plot.jl#L10-L29">source</a></section></article></article><nav class="docs-footer"><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.4.0 on <span class="colophon-date" title="Tuesday 30 April 2024 11:29">Tuesday 30 April 2024</span>. Using Julia version 1.10.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

0 comments on commit 93dfa2a

Please sign in to comment.