Skip to content

Commit

Permalink
Update docs for 0.3.6.dev8+g42bf5b5 ***NO_CI***
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Winkel committed Apr 17, 2024
1 parent 077f6ca commit 7ba3c69
Show file tree
Hide file tree
Showing 36 changed files with 193 additions and 160 deletions.
2 changes: 1 addition & 1 deletion latest/.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: 37c2e47452546cb164962d83f5d2c15e
config: 36f846d56576f9614c1a65b9e2140c13
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified latest/.doctrees/api/cysgp4.propagate_many.doctree
Binary file not shown.
Binary file modified latest/.doctrees/environment.pickle
Binary file not shown.
59 changes: 38 additions & 21 deletions latest/_modules/cysgp4/helpers.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>cysgp4.helpers &#8212; cysgp4 v0.3.6.dev7+ga806e72</title>
<title>cysgp4.helpers &#8212; cysgp4 v0.3.6.dev8+g42bf5b5</title>



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

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=37367c65"></script>
<script src="../../_static/documentation_options.js?v=95595032"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand All @@ -50,7 +50,7 @@
<link rel="search" title="Search" href="../../search.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="14 Apr 2024"/>
<meta name="docbuild:last-update" content="17 Apr 2024"/>
</head>


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



<p class="title logo__title">cysgp4 v0.3.6.dev7+ga806e72</p>
<p class="title logo__title">cysgp4 v0.3.6.dev8+g42bf5b5</p>

</a></div>

Expand Down Expand Up @@ -1057,15 +1057,18 @@ <h1>Source code for cysgp4.helpers</h1><div class="highlight"><pre>
<span class="sd"> position in the satellite frame as returned by `do_sat_azel`).</span>
<span class="sd"> sat_frame : &#39;zxy&#39; or &#39;xyz&#39;, optional (default: &#39;zxy&#39;)</span>
<span class="sd"> How the moving satellite frame is defined. Two options are</span>
<span class="sd"> implemented, &#39;zxy&#39; and &#39;xyz&#39;. If &#39;zxy&#39; is chosen, the moving</span>
<span class="sd"> satellite frame is constructed such that the `z` axis is aligned with</span>
<span class="sd"> the satellite motion vector. The `y` axis is constructed as a vector</span>
<span class="sd"> that is perpendicular to the plane defined by the motion vector and</span>
<span class="sd"> the ECI zero point (aka Earth center). The resulting `x` axis, which</span>
<span class="sd"> is orthogonal to the `y` and `z` axes, is then approximately pointing</span>
<span class="sd"> to the nadir. Alternatively, if the frame is set as `xyz`, the `x`</span>
<span class="sd"> axes is the motion vector, `y` has the same meaning and `z` is</span>
<span class="sd"> approximately pointing towards the nadir.</span>
<span class="sd"> implemented, &#39;zxy&#39; and &#39;xyz&#39;. If &#39;zxy&#39; is chosen, the moving</span>
<span class="sd"> satellite frame is constructed such that the `z` axis is</span>
<span class="sd"> aligned with the satellite motion vector. The `y` axis is lies</span>
<span class="sd"> perpendicularly to the plane defined by the motion vector and</span>
<span class="sd"> the ECI zero point (aka the Earth centre). The resulting `x`</span>
<span class="sd"> axis, which is orthogonal to the `y` and `z` axes, is then</span>
<span class="sd"> approximately pointing towards nadir. Alternatively, if the</span>
<span class="sd"> frame is set as `xyz`, the `x` axis is the motion vector, `y`</span>
<span class="sd"> has the same meaning (but points into the opposite direction)</span>
<span class="sd"> and `z` is approximately pointing towards the nadir. The</span>
<span class="sd"> definition of the output polar angles is different for the two</span>
<span class="sd"> reference frames, see Returns.</span>
<span class="sd"> on_error : str, optional (either &#39;raise&#39; or &#39;coerce_to_nan&#39;, default: &#39;raise&#39;)</span>
<span class="sd"> If the underlying SGP C++ library throws an error (which often</span>
<span class="sd"> happens if one works with times that are strongly deviating from</span>
Expand Down Expand Up @@ -1115,14 +1118,28 @@ <h1>Source code for cysgp4.helpers</h1><div class="highlight"><pre>

<span class="sd"> - `sat_azel` : `~numpy.ndarray` of float</span>

<span class="sd"> Observer positions in the (moving) satellite frame either given as</span>
<span class="sd"> azimuth (aka across track), elevation (aka along track), and</span>
<span class="sd"> distance - if `sat_frame` is &#39;zxy&#39;, or given as `theta`, `phi`, and</span>
<span class="sd"> distance if `sat_frame` is &#39;xyz&#39; (with ISO definition of the angles</span>
<span class="sd"> theta and phi); see also `sat_frame` parameter description. Last</span>
<span class="sd"> dimension has length 3, one for each of, (`az`, `el`, `dist`) or</span>
<span class="sd"> (`theta&#39;, `phi`, `dist`), respectively.</span>

<span class="sd"> If `sat_frame` is &#39;zxy&#39;, `z` lies in the direction of motion,</span>
<span class="sd"> `y` perpendicular to the z-axis and the Earth center, `x` is</span>
<span class="sd"> pointing approximately towards nadir, see also `sat_frame`</span>
<span class="sd"> parameter description. The Observer positions in the</span>
<span class="sd"> (co-moving) satellite frame are given as azimuth, elevation</span>
<span class="sd"> in the specified reference frame, and distance (`az`, `el`,</span>
<span class="sd"> `dist`). `az` is the angle between the projection of the vector</span>
<span class="sd"> towards the Observer onto the xy-plane and the x-axis. -180</span>
<span class="sd"> deg &lt; `az` &lt; 180 deg. `el` is the angle between the normal</span>
<span class="sd"> vector and the xy-plane. -90 deg &lt; `el` &lt; 90 deg.</span>

<span class="sd"> If `sat_frame` is &#39;xyz&#39;, `x` lies in the direction of motion,</span>
<span class="sd"> `y` is perpendicular to `z` and the Earth center, `z` is pointing</span>
<span class="sd"> approximately towards nadir, see also `sat_frame` parameter</span>
<span class="sd"> description. The Observer positions in the (moving)</span>
<span class="sd"> satellite frame are given as azimuth and polar angle in the</span>
<span class="sd"> specified reference frame, and distance (`az`, `theta`, `dist`). `az`</span>
<span class="sd"> is the angle between the projection of the vector towards</span>
<span class="sd"> the observer onto the xy-plane and the x-axis. -180 deg &lt; `az`</span>
<span class="sd"> &lt; 180 deg. `theta` is the angle between the normal vector and</span>
<span class="sd"> the z-axis. -90 deg &lt; `theta` &lt; 90 deg.</span>
<span class="sd"> </span>
<span class="sd"> - `sat_rotmat` : `~numpy.ndarray` of float</span>

<span class="sd"> Rotation matrices which would transform a vector defined in the</span>
Expand Down
8 changes: 4 additions & 4 deletions latest/_modules/cysgp4/init_testrunner.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>cysgp4.init_testrunner &#8212; cysgp4 v0.3.6.dev7+ga806e72</title>
<title>cysgp4.init_testrunner &#8212; cysgp4 v0.3.6.dev8+g42bf5b5</title>



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

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=37367c65"></script>
<script src="../../_static/documentation_options.js?v=95595032"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand All @@ -50,7 +50,7 @@
<link rel="search" title="Search" href="../../search.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="14 Apr 2024"/>
<meta name="docbuild:last-update" content="17 Apr 2024"/>
</head>


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



<p class="title logo__title">cysgp4 v0.3.6.dev7+ga806e72</p>
<p class="title logo__title">cysgp4 v0.3.6.dev8+g42bf5b5</p>

</a></div>

Expand Down
8 changes: 4 additions & 4 deletions latest/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview: module code &#8212; cysgp4 v0.3.6.dev7+ga806e72</title>
<title>Overview: module code &#8212; cysgp4 v0.3.6.dev8+g42bf5b5</title>



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

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=37367c65"></script>
<script src="../_static/documentation_options.js?v=95595032"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
Expand All @@ -50,7 +50,7 @@
<link rel="search" title="Search" href="../search.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="14 Apr 2024"/>
<meta name="docbuild:last-update" content="17 Apr 2024"/>
</head>


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



<p class="title logo__title">cysgp4 v0.3.6.dev7+ga806e72</p>
<p class="title logo__title">cysgp4 v0.3.6.dev8+g42bf5b5</p>

</a></div>

Expand Down
2 changes: 1 addition & 1 deletion latest/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '0.3.6.dev7+ga806e72',
VERSION: '0.3.6.dev8+g42bf5b5',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
8 changes: 4 additions & 4 deletions latest/api/cysgp4.PyCoordGeodetic.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>PyCoordGeodetic &#8212; cysgp4 v0.3.6.dev7+ga806e72</title>
<title>PyCoordGeodetic &#8212; cysgp4 v0.3.6.dev8+g42bf5b5</title>



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

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=37367c65"></script>
<script src="../_static/documentation_options.js?v=95595032"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
Expand All @@ -53,7 +53,7 @@
<link rel="prev" title="tles_from_text" href="cysgp4.tles_from_text.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="14 Apr 2024"/>
<meta name="docbuild:last-update" content="17 Apr 2024"/>
</head>


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



<p class="title logo__title">cysgp4 v0.3.6.dev7+ga806e72</p>
<p class="title logo__title">cysgp4 v0.3.6.dev8+g42bf5b5</p>

</a></div>

Expand Down
8 changes: 4 additions & 4 deletions latest/api/cysgp4.PyCoordTopocentric.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>PyCoordTopocentric &#8212; cysgp4 v0.3.6.dev7+ga806e72</title>
<title>PyCoordTopocentric &#8212; cysgp4 v0.3.6.dev8+g42bf5b5</title>



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

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=37367c65"></script>
<script src="../_static/documentation_options.js?v=95595032"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
Expand All @@ -53,7 +53,7 @@
<link rel="prev" title="PyCoordGeodetic" href="cysgp4.PyCoordGeodetic.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="14 Apr 2024"/>
<meta name="docbuild:last-update" content="17 Apr 2024"/>
</head>


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



<p class="title logo__title">cysgp4 v0.3.6.dev7+ga806e72</p>
<p class="title logo__title">cysgp4 v0.3.6.dev8+g42bf5b5</p>

</a></div>

Expand Down
8 changes: 4 additions & 4 deletions latest/api/cysgp4.PyDateTime.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>PyDateTime &#8212; cysgp4 v0.3.6.dev7+ga806e72</title>
<title>PyDateTime &#8212; cysgp4 v0.3.6.dev8+g42bf5b5</title>



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

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=37367c65"></script>
<script src="../_static/documentation_options.js?v=95595032"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
Expand All @@ -53,7 +53,7 @@
<link rel="prev" title="PyCoordTopocentric" href="cysgp4.PyCoordTopocentric.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="14 Apr 2024"/>
<meta name="docbuild:last-update" content="17 Apr 2024"/>
</head>


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



<p class="title logo__title">cysgp4 v0.3.6.dev7+ga806e72</p>
<p class="title logo__title">cysgp4 v0.3.6.dev8+g42bf5b5</p>

</a></div>

Expand Down
8 changes: 4 additions & 4 deletions latest/api/cysgp4.PyEci.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>PyEci &#8212; cysgp4 v0.3.6.dev7+ga806e72</title>
<title>PyEci &#8212; cysgp4 v0.3.6.dev8+g42bf5b5</title>



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

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=37367c65"></script>
<script src="../_static/documentation_options.js?v=95595032"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
Expand All @@ -53,7 +53,7 @@
<link rel="prev" title="PyDateTime" href="cysgp4.PyDateTime.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="14 Apr 2024"/>
<meta name="docbuild:last-update" content="17 Apr 2024"/>
</head>


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



<p class="title logo__title">cysgp4 v0.3.6.dev7+ga806e72</p>
<p class="title logo__title">cysgp4 v0.3.6.dev8+g42bf5b5</p>

</a></div>

Expand Down
8 changes: 4 additions & 4 deletions latest/api/cysgp4.PyObserver.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>PyObserver &#8212; cysgp4 v0.3.6.dev7+ga806e72</title>
<title>PyObserver &#8212; cysgp4 v0.3.6.dev8+g42bf5b5</title>



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

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=37367c65"></script>
<script src="../_static/documentation_options.js?v=95595032"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
Expand All @@ -53,7 +53,7 @@
<link rel="prev" title="PyEci" href="cysgp4.PyEci.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="14 Apr 2024"/>
<meta name="docbuild:last-update" content="17 Apr 2024"/>
</head>


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



<p class="title logo__title">cysgp4 v0.3.6.dev7+ga806e72</p>
<p class="title logo__title">cysgp4 v0.3.6.dev8+g42bf5b5</p>

</a></div>

Expand Down

0 comments on commit 7ba3c69

Please sign in to comment.