Skip to content

Commit a7aebcd

Browse files
committed
Merge pull request #502 from mdboom/config-fix
Include config file in source repo
2 parents e20ab16 + f4f7450 commit a7aebcd

File tree

3 files changed

+201
-1
lines changed

3 files changed

+201
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ __pycache__
1212
# Other generated files
1313
*/version.py
1414
*/cython_version.py
15-
astroquery/astroquery.cfg
1615

1716
htmlcov
1817
.coverage

astroquery/astroquery.cfg

Lines changed: 197 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,197 @@
1+
[besancon]
2+
3+
# Besancon download URL. Changed to modele2003 in 2013.
4+
# Options: ftp://sasftp.obs-besancon.fr/modele/modele2003/, ftp://sasftp.obs-besancon.fr/modele/
5+
#besancon_download_url = ftp://sasftp.obs-besancon.fr/modele/modele2003/
6+
7+
# Besancon model form URL
8+
# Options: http://model.obs-besancon.fr/modele_form.php
9+
#besancon_model_Form = http://model.obs-besancon.fr/modele_form.php
10+
11+
# Amount of time before pinging the Besancon server to see if the file is
12+
# ready. Minimum 30s.
13+
#besancon_ping_delay = 30.0
14+
15+
# Timeout for Besancon query
16+
#besancon_timeout = 30.0
17+
18+
[eso]
19+
20+
# maximum number of rows returned (set to -1 for unlimited).
21+
#row_limit = 50
22+
23+
[fermi]
24+
25+
# Fermi query URL
26+
# Options: http://fermi.gsfc.nasa.gov/cgi-bin/ssc/LAT/LATDataQuery.cgi
27+
#fermi_url = http://fermi.gsfc.nasa.gov/cgi-bin/ssc/LAT/LATDataQuery.cgi
28+
29+
# time limit for connecting to FERMI server
30+
#timeout = 60
31+
32+
# time limit for retrieving a data file once it has been located
33+
#retrieval_timeout = 120
34+
35+
[irsa]
36+
37+
# Name of the IRSA mirror to use.
38+
# Options: http://irsa.ipac.caltech.edu/cgi-bin/Gator/nph-query
39+
#irsa_server = http://irsa.ipac.caltech.edu/cgi-bin/Gator/nph-query
40+
41+
# URL from which to list all the public catalogs in IRSA.
42+
# Options: http://irsa.ipac.caltech.edu/cgi-bin/Gator/nph-scan
43+
#gator_list_catalogs = http://irsa.ipac.caltech.edu/cgi-bin/Gator/nph-scan
44+
45+
# maximum number of rows to retrieve in result
46+
#row_limit = 500
47+
48+
# time limit for connecting to the IRSA server
49+
#timeout = 60
50+
51+
[irsa_dust]
52+
53+
# Name of the irsa_dust server to use
54+
# Options: http://irsa.ipac.caltech.edu/cgi-bin/DUST/nph-dust
55+
#irsa_dust_server = http://irsa.ipac.caltech.edu/cgi-bin/DUST/nph-dust
56+
57+
# default timeout for connecting to server
58+
#timeout = 30
59+
60+
[magpis]
61+
62+
# Name of the MAGPIS server.
63+
# Options: http://third.ucllnl.org/cgi-bin/gpscutout
64+
#magpis_server = http://third.ucllnl.org/cgi-bin/gpscutout
65+
66+
# time limit for connecting to MAGPIS server
67+
#timeout = 60
68+
69+
[ned]
70+
71+
# Name of the NED mirror to use.
72+
# Options: http://ned.ipac.caltech.edu/cgi-bin/
73+
#ned_server = http://ned.ipac.caltech.edu/cgi-bin/
74+
75+
# time limit for connecting to NED server
76+
#timeout = 60
77+
78+
# value of the Hubble Constant for many NED queries.
79+
# Options: 73, 70.5
80+
#hubble_constant = 73
81+
82+
# the correct redshift for NED queries, see comments above.
83+
# Options: 1, 2, 3, 4
84+
#correct_redshift = 1
85+
86+
# Frame in which to display the coordinates in the output.
87+
# Options: Equatorial, Ecliptic, Galactic, SuperGalactic
88+
#output_coordinate_frame = Equatorial
89+
90+
# Equinox for the output coordinates.
91+
# Options: J2000.0, B1950.0
92+
#output_equinox = J2000.0
93+
94+
# display output sorted by this criteria.
95+
# Options: RA or Longitude, DEC or Latitude, GLON, GLAT, Redshift - ascending, Redshift - descending
96+
#sort_output_by = RA or Longitude
97+
98+
[nist]
99+
100+
# Name of the NIST URL to query.
101+
# Options: http://physics.nist.gov/cgi-bin/ASD/lines1.pl
102+
#nist_server = http://physics.nist.gov/cgi-bin/ASD/lines1.pl
103+
104+
# time limit for connecting to NIST server
105+
#timeout = 30
106+
107+
[nrao]
108+
109+
# Name of the NRAO mirror to use.
110+
# Options: https://archive.nrao.edu/archive/ArchiveQuery
111+
#nrao_server = https://archive.nrao.edu/archive/ArchiveQuery
112+
113+
# time limit for connecting to NRAO server
114+
#timeout = 60
115+
116+
[nvas]
117+
118+
# Name of the NVAS mirror to use.
119+
# Options: https://webtest.aoc.nrao.edu/cgi-bin/lsjouwer/archive-pos.pl
120+
#nvas_server = https://webtest.aoc.nrao.edu/cgi-bin/lsjouwer/archive-pos.pl
121+
122+
# time limit for connecting to NVAS server
123+
#timeout = 60
124+
125+
[ogle]
126+
127+
# Name of the OGLE mirror to use.
128+
# Options: http://ogle.astrouw.edu.pl/cgi-ogle/getext.py
129+
#ogle_server = http://ogle.astrouw.edu.pl/cgi-ogle/getext.py
130+
131+
# Time limit for connecting to the OGLE server.
132+
#timeout = 60
133+
134+
[sdss]
135+
136+
# Link to SDSS website.
137+
#sdss_server = http://data.sdss3.org/sas/dr10
138+
139+
# Max number of queries allowed per second
140+
#maxqueries = 1
141+
142+
# Default timeout for connecting to server
143+
#timeout = 30
144+
145+
[simbad]
146+
147+
# Name of the SIMBAD mirror to use.
148+
# Options: simbad.u-strasbg.fr, simbad.harvard.edu
149+
#simbad_server = simbad.u-strasbg.fr
150+
151+
# time limit for connecting to Simbad server
152+
#timeout = 60
153+
154+
# maximum number of rows that will be fetched from the result.
155+
#row_limit = 0
156+
157+
[splatalogue]
158+
159+
#Splatalogue SLAP interface URL (not used). = http://find.nrao.edu/splata-slap/slap
160+
161+
#Splatalogue web interface URL. = http://www.cv.nrao.edu/php/splat/c_export.php
162+
163+
# default timeout for connecting to server
164+
#timeout = 60
165+
166+
#Limit to number of lines exported = 10000
167+
168+
[template_module]
169+
170+
# put a brief description of the item here
171+
# Options: http://dummy_server_mirror_1, http://dummy_server_mirror_2, http://dummy_server_mirror_n
172+
#server = http://dummy_server_mirror_1
173+
174+
# default timeout for connecting to server
175+
#timeout = 30
176+
177+
[ukidss]
178+
179+
# Name of the UKIDSS mirror to use.
180+
# Options: http://surveys.roe.ac.uk:8080/wsa/
181+
#ukidss_server = http://surveys.roe.ac.uk:8080/wsa/
182+
183+
# time limit for connecting to UKIDSS server
184+
#timeout = 60
185+
186+
[vizier]
187+
188+
# Name of the VizieR mirror to use.
189+
# Options: vizier.u-strasbg.fr, vizier.nao.ac.jp, vizier.hia.nrc.ca, vizier.ast.cam.ac.uk, vizier.cfa.harvard.edu, www.ukirt.jach.hawaii.edu, vizier.iucaa.ernet.in, vizier.china-vo.org
190+
#vizier_server = vizier.u-strasbg.fr
191+
192+
# default timeout for connecting to server
193+
#timeout = 60
194+
195+
# maximum number of rows that will be fetched from the result (set to -1 for
196+
# unlimited).
197+
#row_limit = 50

astroquery/setup_package.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Licensed under a 3-clause BSD style license - see LICENSE.rst
2+
3+
def get_package_data():
4+
return {'astroquery': ['astroquery.cfg']}

0 commit comments

Comments
 (0)