Skip to content

Commit feaf543

Browse files
Jorge Fernandez HernandezJorge Fernandez Hernandez
authored andcommitted
EUCLIDMNGT-1449 new x--match for the Euclid module
1 parent a8c5b89 commit feaf543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/esa/euclid/euclid.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,7 @@ The cross-match can be executed in one single step by the following method
11631163

11641164
>>> from astroquery.euclid import Euclid
11651165
>>> Euclid.login()
1166-
>>> full_qualified_table_name = 'user_<your_login_name>.my_sources',
1166+
>>> full_qualified_table_name = 'user_<your_login_name>.my_sources'
11671167
>>> job = Euclid.cross_match_basic(table_a_full_qualified_name=full_qualified_table_name, table_a_column_ra='raj2000',
11681168
table_a_column_dec='dej2000', table_b_full_qualified_name='catalogue.mer_catalogue',
11691169
table_b_column_ra='right_ascension', table_b_column_dec='declination, radius=1.0, background=True)
@@ -1188,7 +1188,7 @@ search radius of 1.0 arcseconds. Therefore, the above example can also be simpli
11881188

11891189
>>> from astroquery.euclid import Euclid
11901190
>>> Euclid.login()
1191-
>>> full_qualified_table_name = 'user_<your_login_name>.my_sources',
1191+
>>> full_qualified_table_name = 'user_<your_login_name>.my_sources'
11921192
>>> job = Euclid.cross_match_basic(table_a_full_qualified_name=full_qualified_table_name, table_a_column_ra='raj2000',
11931193
table_a_column_dec='dej2000')
11941194
>>> result = job.get_results()

0 commit comments

Comments
 (0)