We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73148c1 commit adcb986Copy full SHA for adcb986
astroquery/eso/__init__.py
@@ -11,14 +11,14 @@ class Conf(_config.ConfigNamespace):
11
"""
12
13
row_limit = _config.ConfigItem(
14
- 50,
+ 1000,
15
'Maximum number of rows returned (set to -1 for unlimited).')
16
username = _config.ConfigItem(
17
"",
18
'Optional default username for ESO archive.')
19
- query_instrument_url = _config.ConfigItem(
20
- "http://archive.eso.org/wdb/wdb/eso",
21
- 'Root query URL for main and instrument queries.')
+ tap_url = _config.ConfigItem(
+ "https://archive.eso.org/tap_obs",
+ 'URL for TAP queries.')
22
23
24
conf = Conf()
0 commit comments