Skip to content

Commit 2b3dfcc

Browse files
author
Alvaro Arroyo Parejo
committed
correction of typos
1 parent 5e69bdf commit 2b3dfcc

File tree

7 files changed

+87
-79
lines changed

7 files changed

+87
-79
lines changed

docs/docs/html/_modules/ESANEOCC/core.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
<h1>Source code for ESANEOCC.core</h1><div class="highlight"><pre>
155155
<span></span><span class="c1"># -*- coding: utf-8 -*-</span>
156156
<span class="sd">&quot;&quot;&quot;</span>
157-
<span class="sd">Main module from ESA NEOCCS library. This module contains the two main</span>
157+
<span class="sd">Main module from ESA NEOCC library. This module contains the two main</span>
158158
<span class="sd">methods of the library: *query_list* and *query_object*. The information</span>
159159
<span class="sd">is obtained from ESA Near-Earth Object Coordination Centre&#39;s (NEOCC) web</span>
160160
<span class="sd">portal: https://neo.ssa.esa.int/.</span>
@@ -215,7 +215,7 @@ <h1>Source code for ESANEOCC.core</h1><div class="highlight"><pre>
215215
<span class="sd"> * Risk list (special): *risk_list_special*</span>
216216
<span class="sd"> * Close approaches (upcoming): *close_approaches_upcoming*</span>
217217
<span class="sd"> * Close approaches (recent): *close_approaches_recent*</span>
218-
<span class="sd"> * Priotiry list (normal): *priority_list*</span>
218+
<span class="sd"> * Priority list (normal): *priority_list*</span>
219219
<span class="sd"> * Priority list (faint): *priority_list_faint*</span>
220220
<span class="sd"> * Close encounter list: *close_encounter*</span>
221221
<span class="sd"> * Impacted objects: *impacted_objects*</span>
@@ -353,7 +353,7 @@ <h1>Source code for ESANEOCC.core</h1><div class="highlight"><pre>
353353
<span class="sd"> name : str</span>
354354
<span class="sd"> Name of the requested object</span>
355355
<span class="sd"> tab : str</span>
356-
<span class="sd"> Name of the request tab. Valid names are:summary,</span>
356+
<span class="sd"> Name of the request tab. Valid names are: summary,</span>
357357
<span class="sd"> orbit_properties, physical_properties, observations,</span>
358358
<span class="sd"> ephemerides, close_approaches and impacts.</span>
359359
<span class="sd"> **kwargs : str</span>
@@ -445,7 +445,7 @@ <h1>Source code for ESANEOCC.core</h1><div class="highlight"><pre>
445445
<span class="sd"> -sigimp: The lateral distance in sigma-space from the LOV to</span>
446446
<span class="sd"> the Earth surface. A zero implies that the LOV passes through</span>
447447
<span class="sd"> the Earth-dist: Minimum Distance in Earth radii. The lateral</span>
448-
<span class="sd"> distance from the LOV to the center of the Earth</span>
448+
<span class="sd"> distance from the LOV to the centre of the Earth</span>
449449
<span class="sd"> -width: one-sigma semi-width of the Target Plane confidence</span>
450450
<span class="sd"> region in Earth radii</span>
451451
<span class="sd"> -stretch: Stretching factor. It indicates how much the</span>
@@ -547,7 +547,7 @@ <h1>Source code for ESANEOCC.core</h1><div class="highlight"><pre>
547547
<span class="sd"> information, it is necessary to provide two additional inputs to</span>
548548
<span class="sd"> *query_object* method: **orbital_elements** and **orbit_epoch**.</span>
549549

550-
<span class="sd"> It is mandatory to write these two paramters as: *orbit_epoch=&#39; &#39;*</span>
550+
<span class="sd"> It is mandatory to write these two parameters as: *orbit_epoch=&#39; &#39;*</span>
551551
<span class="sd"> to make the library works.</span>
552552

553553
<span class="sd"> &gt;&gt;&gt; ast_orbit_prop = neocc.query_object(name=&#39;99942&#39;,</span>
@@ -569,7 +569,7 @@ <h1>Source code for ESANEOCC.core</h1><div class="highlight"><pre>
569569
<span class="sd"> method: **observatory**, **start**, **stop**, **step** and</span>
570570
<span class="sd"> **step_unit***.</span>
571571

572-
<span class="sd"> It is mandatory to write these five paramters as: *observatory=&#39; &#39;*</span>
572+
<span class="sd"> It is mandatory to write these five parameters as: *observatory=&#39; &#39;*</span>
573573
<span class="sd"> to make the library works.</span>
574574

575575
<span class="sd"> &gt;&gt;&gt; ast_ephemerides = neocc.query_object(name=&#39;99942&#39;,</span>

docs/docs/html/_modules/ESANEOCC/lists.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ <h1>Source code for ESANEOCC.lists</h1><div class="highlight"><pre>
178178
<span class="sd"> list.</span>
179179
<span class="sd">1.3 16-06-2021 URL and Timeout from configuration file</span>
180180
<span class="sd"> for astroquery implementation.\n</span>
181-
<span class="sd"> Change dateformat to datetime isoformat</span>
181+
<span class="sd"> Change dateformat to datetime ISO format</span>
182182
<span class="sd">======== =========== ==========================================</span>
183183

184184
<span class="sd">© Copyright [European Space Agency][2021]</span>

0 commit comments

Comments
 (0)