Skip to content

Commit 4a597a1

Browse files
committed
MAINT: fixing VSA and WFAU links
1 parent 5ed0079 commit 4a597a1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

astroquery/vsa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Conf(_config.ConfigNamespace):
2121
Configuration parameters for `astroquery.vsa`.
2222
"""
2323
server = _config.ConfigItem(
24-
['http://horus.roe.ac.uk:8080/vdfs/'],
24+
['http://vsa.roe.ac.uk:8080/vdfs/'],
2525
'Name of the VSA mirror to use')
2626

2727
timeout = _config.ConfigItem(

astroquery/wfau/core.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ def query_region(self, coordinates, *, radius=1 * u.arcmin,
470470
data columns.
471471
attributes : list, optional.
472472
Attributes to select from the table. See, e.g.,
473-
http://horus.roe.ac.uk/vsa/crossID_notes.html
473+
http://wsa.roe.ac.uk/crossID_notes.html
474474
constraints : str, optional
475475
SQL constraints to the search. Default is empty (no constrains
476476
applied).
@@ -534,7 +534,7 @@ def query_region_async(self, coordinates, *, radius=1 * u.arcmin,
534534
Defaults to `False`.
535535
attributes : list, optional.
536536
Attributes to select from the table. See, e.g.,
537-
http://horus.roe.ac.uk/vsa/crossID_notes.html
537+
http://wsa.roe.ac.uk/crossID_notes.html
538538
constraints : str, optional
539539
SQL constraints to the search. Default is empty (no constrains
540540
applied).
@@ -753,7 +753,7 @@ def query_cross_id_async(self, coordinates, *, radius=1*u.arcsec,
753753
automatically
754754
attributes : str
755755
Additional attributes to select from the table. See, e.g.,
756-
http://horus.roe.ac.uk/vsa/crossID_notes.html
756+
http://wsa.roe.ac.uk/crossID_notes.html
757757
system : 'J2000' or 'Galactic'
758758
The system in which to perform the query. Can affect the output
759759
data columns.

docs/vsa/vsa.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
VSA Queries (`astroquery.vsa`)
77
******************************
88

9-
The Vista Science Archive (VSA; http://horus.roe.ac.uk/vsa/index.html) shares a
9+
The Vista Science Archive (VSA; http://vsa.roe.ac.uk/) shares a
1010
common interface with the :doc:`../ukidss/ukidss` archive. Both are hosted
1111
by the Wide Field Astronomy Unit (WFAU; www.roe.ac.uk/ifa/wfau;
1212
:doc:`../wfau/wfau`). Please see the UKIDSS documentation pages for

0 commit comments

Comments
 (0)