Skip to content

Commit 09f2f1b

Browse files
Jorge Fernandez HernandezJorge Fernandez Hernandez
authored andcommitted
GAIASWRQ-25 spell out the numberings
1 parent 219bb11 commit 09f2f1b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

astroquery/gaia/core.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -856,10 +856,9 @@ def cross_match_basic(self, *, table_a_full_qualified_name, table_a_column_ra, t
856856
857857
This methods simples the execution of the method `cross_match` since it carries out the following steps in one
858858
step:
859-
860-
#. updates the user table metadata to flag the positional RA/Dec columns;
861-
#. launches a positional cross-match as an asynchronous query;
862-
#. returns all the columns from both tables plus the angular distance (deg) for the cross-matched sources.
859+
1. updates the user table metadata to flag the positional RA/Dec columns;
860+
2. launches a positional cross-match as an asynchronous query;
861+
3. returns all the columns from both tables plus the angular distance (deg) for the cross-matched sources.
863862
864863
The result is a join table with the identifies of both tables and the distance (degrees), that is returned
865864
without metadata units. If desired, units can be added using the Units package of Astropy as follows:

0 commit comments

Comments
 (0)