154
154
< h1 > Source code for ESANEOCC.core</ h1 > < div class ="highlight "> < pre >
155
155
< span > </ span > < span class ="c1 "> # -*- coding: utf-8 -*-</ span >
156
156
< span class ="sd "> """</ 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 >
158
158
< span class ="sd "> methods of the library: *query_list* and *query_object*. The information</ span >
159
159
< span class ="sd "> is obtained from ESA Near-Earth Object Coordination Centre's (NEOCC) web</ span >
160
160
< 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>
215
215
< span class ="sd "> * Risk list (special): *risk_list_special*</ span >
216
216
< span class ="sd "> * Close approaches (upcoming): *close_approaches_upcoming*</ span >
217
217
< 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 >
219
219
< span class ="sd "> * Priority list (faint): *priority_list_faint*</ span >
220
220
< span class ="sd "> * Close encounter list: *close_encounter*</ span >
221
221
< span class ="sd "> * Impacted objects: *impacted_objects*</ span >
@@ -353,7 +353,7 @@ <h1>Source code for ESANEOCC.core</h1><div class="highlight"><pre>
353
353
< span class ="sd "> name : str</ span >
354
354
< span class ="sd "> Name of the requested object</ span >
355
355
< 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 >
357
357
< span class ="sd "> orbit_properties, physical_properties, observations,</ span >
358
358
< span class ="sd "> ephemerides, close_approaches and impacts.</ span >
359
359
< span class ="sd "> **kwargs : str</ span >
@@ -445,7 +445,7 @@ <h1>Source code for ESANEOCC.core</h1><div class="highlight"><pre>
445
445
< span class ="sd "> -sigimp: The lateral distance in sigma-space from the LOV to</ span >
446
446
< span class ="sd "> the Earth surface. A zero implies that the LOV passes through</ span >
447
447
< 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 >
449
449
< span class ="sd "> -width: one-sigma semi-width of the Target Plane confidence</ span >
450
450
< span class ="sd "> region in Earth radii</ span >
451
451
< 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>
547
547
< span class ="sd "> information, it is necessary to provide two additional inputs to</ span >
548
548
< span class ="sd "> *query_object* method: **orbital_elements** and **orbit_epoch**.</ span >
549
549
550
- < span class ="sd "> It is mandatory to write these two paramters as: *orbit_epoch=' '*</ span >
550
+ < span class ="sd "> It is mandatory to write these two parameters as: *orbit_epoch=' '*</ span >
551
551
< span class ="sd "> to make the library works.</ span >
552
552
553
553
< span class ="sd "> >>> ast_orbit_prop = neocc.query_object(name='99942',</ span >
@@ -569,7 +569,7 @@ <h1>Source code for ESANEOCC.core</h1><div class="highlight"><pre>
569
569
< span class ="sd "> method: **observatory**, **start**, **stop**, **step** and</ span >
570
570
< span class ="sd "> **step_unit***.</ span >
571
571
572
- < span class ="sd "> It is mandatory to write these five paramters as: *observatory=' '*</ span >
572
+ < span class ="sd "> It is mandatory to write these five parameters as: *observatory=' '*</ span >
573
573
< span class ="sd "> to make the library works.</ span >
574
574
575
575
< span class ="sd "> >>> ast_ephemerides = neocc.query_object(name='99942',</ span >
0 commit comments