Skip to content

Commit 82e4d08

Browse files
authored
Merge pull request #2044 from hamogu/vizier_doc_conf
Add description for parameters set from config object
2 parents 4b0e6a5 + 5f66cf2 commit 82e4d08

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

astroquery/vizier/core.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,16 @@ def __init__(self, columns=["*"], column_filters={}, catalog=None,
6262
column descriptions defined on the Vizier web pages.
6363
See http://vizier.u-strasbg.fr/vizier/vizHelp/1.htx#ucd and
6464
http://cds.u-strasbg.fr/w/doc/UCD/
65+
vizier_server : string
66+
Name of the VizieR mirror to use.
67+
(This parameter's default is set from a configuration object.)
68+
timeout : number
69+
timeout for connecting to server
70+
(This parameter's default is set from a configuration object.)
71+
row_limit : int
72+
Maximum number of rows that will be fetched from the result
73+
(set to -1 for unlimited).
74+
(This parameter's default is set from a configuration object.)
6575
"""
6676

6777
super(VizierClass, self).__init__()

0 commit comments

Comments
 (0)