Skip to content

Commit

Permalink
updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ceb8 committed Oct 24, 2023
1 parent 1cacb4b commit ef736b4
Show file tree
Hide file tree
Showing 2 changed files with 210 additions and 546 deletions.
12 changes: 6 additions & 6 deletions astroquery/esa/neocc/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,12 @@ def query_object(name, tab, **kwargs):
Note
----
Most of the tables returned by this tye of query contain additional information
in the 'meta' property, including information about the table columns.
Most of the tables returned by this tye of query contain additional information
in the 'meta' property, including information about the table columns.
>>> print(ast_impacts[0].meta.keys()) # doctest: +IGNORE_OUTPUT +REMOTE_DATA
odict_keys(['Column Info', 'observation_accepted', 'observation_rejected',
'arc_start', 'arc_end', 'info', 'computation'])
>>> print(ast_impacts[0].meta.keys()) # doctest: +IGNORE_OUTPUT +REMOTE_DATA
odict_keys(['Column Info', 'observation_accepted', 'observation_rejected',
'arc_start', 'arc_end', 'info', 'computation'])
**Physical Properties:** This example shows how to obtain the physical properties table.
Expand Down Expand Up @@ -292,7 +292,7 @@ def query_object(name, tab, **kwargs):
**Orbit Properties:** In order to access the orbital properties
information, it is necessary to provide two additional inputs to
*query_object* method: `orbital_elements` andv`orbit_epoch`.
*query_object* method: `orbital_elements` and `orbit_epoch`.
This query returns a list of three tables, the orbital properties, and the covariance
and corotation matrices.
Expand Down
Loading

0 comments on commit ef736b4

Please sign in to comment.