Skip to content

Commit 7c57ff8

Browse files
committed
ENH: rework irsa backend from GATOR to TAP
1 parent 51316d7 commit 7c57ff8

File tree

2 files changed

+86
-371
lines changed

2 files changed

+86
-371
lines changed

astroquery/ipac/irsa/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class Conf(_config.ConfigNamespace):
3434
timeout = _config.ConfigItem(
3535
60,
3636
'Time limit for connecting to the IRSA server.')
37+
tap_url = _config.ConfigItem('https://irsa.ipac.caltech.edu/TAP', 'IRSA TAP URL')
3738

3839

3940
conf = Conf()

0 commit comments

Comments
 (0)