@@ -204,12 +204,12 @@ def query_object(name, tab, **kwargs):
204
204
205
205
Note
206
206
----
207
- Most of the tables returned by this tye of query contain additional information
208
- in the 'meta' property, including information about the table columns.
207
+ Most of the tables returned by this tye of query contain additional information
208
+ in the 'meta' property, including information about the table columns.
209
209
210
- >>> print(ast_impacts[0].meta.keys()) # doctest: +IGNORE_OUTPUT +REMOTE_DATA
211
- odict_keys(['Column Info', 'observation_accepted', 'observation_rejected',
212
- 'arc_start', 'arc_end', 'info', 'computation'])
210
+ >>> print(ast_impacts[0].meta.keys()) # doctest: +IGNORE_OUTPUT +REMOTE_DATA
211
+ odict_keys(['Column Info', 'observation_accepted', 'observation_rejected',
212
+ 'arc_start', 'arc_end', 'info', 'computation'])
213
213
214
214
215
215
**Physical Properties:** This example shows how to obtain the physical properties table.
@@ -292,7 +292,7 @@ def query_object(name, tab, **kwargs):
292
292
293
293
**Orbit Properties:** In order to access the orbital properties
294
294
information, it is necessary to provide two additional inputs to
295
- *query_object* method: `orbital_elements` andv `orbit_epoch`.
295
+ *query_object* method: `orbital_elements` and `orbit_epoch`.
296
296
297
297
This query returns a list of three tables, the orbital properties, and the covariance
298
298
and corotation matrices.
0 commit comments