Skip to content

Commit 9fc602e

Browse files
tristandijkstrabsipocz
authored andcommitted
Update MPC star catalog docstring
1 parent 53bf168 commit 9fc602e

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGES.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ New Tools and Services
88
Service fixes and enhancements
99
------------------------------
1010

11+
mpc
12+
^^^
13+
14+
- Parse star catalog information when querying observations database [#2957]
15+
1116

1217
Infrastructure, Utility and Other Changes and Additions
1318
-------------------------------------------------------
@@ -1202,7 +1207,6 @@ mpc
12021207
^^^
12031208

12041209
- Functionality added to query observations database. [#1350]
1205-
- Parse star catalog information when querying observations database [#2957]
12061210

12071211

12081212
Service fixes and enhancements

astroquery/mpc/core.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -876,11 +876,12 @@ def get_observations_async(self, targetid, *,
876876
(*): Column names are optional and
877877
depend on whether an asteroid or a comet has been queried.
878878
879-
(#): Parameters ``Note1`` and ``Note2`` are defined here:
880-
https://minorplanetcenter.net/iau/info/OpticalObs.html.
879+
(#): Parameters ``Note1`` and ``Note2`` are defined in the
880+
`MPC 80-column format description
881+
<https://minorplanetcenter.net/iau/info/OpticalObs.html>`_
881882
882-
(!): Definitions of star catalog codes can be found here:
883-
https://www.minorplanetcenter.net/iau/info/CatalogueCodes.html.
883+
(!): `Description of star catalog codes
884+
<https://minorplanetcenter.net/iau/info/OpticalObs.html>`_
884885
885886
886887
Examples

0 commit comments

Comments
 (0)