@@ -22,7 +22,7 @@ Currently, only Cone Search validation is done using
22
22
:func: `~astroquery.vo_conesearch.validator.validate.check_conesearch_sites `,
23
23
which utilizes underlying `astropy.io.votable.validator ` library.
24
24
25
- A main list of all available Cone Search services is obtained from
25
+ A list of all available Cone Search services is obtained from
26
26
``astroquery.vo_conesearch.validator.conf.conesearch_master_list ``,
27
27
which is a URL query to STScI VAO Registry by default. However, by default,
28
28
only the ones in ``astroquery.vo_conesearch.validator.conf.conesearch_urls ``
@@ -92,7 +92,7 @@ Each Cone Search service is a
92
92
`~astroquery.vo_conesearch.vos_catalog.VOSDatabase `
93
93
(see :ref: `vo-sec-client-cat-manip ` and :ref: `vo-sec-client-db-manip `).
94
94
95
- In the main registry, there are duplicate catalog titles with
95
+ In the default registry, there are duplicate catalog titles with
96
96
different access URLs, duplicate access URLs with different titles,
97
97
duplicate catalogs with slightly different descriptions, etc.
98
98
@@ -162,7 +162,7 @@ Examples
162
162
^^^^^^^^
163
163
164
164
Validate default Cone Search sites with multiprocessing and write results
165
- in the current directory. Reading the main registry can be slow, so the
165
+ in the current directory. Reading the default registry can be slow, so the
166
166
default timeout is internally set to 60 seconds for it.
167
167
In addition, all VO table warnings from the registry are suppressed because
168
168
we are not trying to validate the registry itself but the services it contains:
@@ -209,7 +209,7 @@ This is *not* recommended unless you know exactly what you are doing:
209
209
>>> with validator_conf.set_temp(' noncritical_warnings' , new_warns):
210
210
... validate.check_conesearch_sites()
211
211
212
- Validate *all * Cone Search services in the main registry
212
+ Validate *all * Cone Search services in the registry
213
213
(this will take a while) and write results in ``'all' `` sub-directory:
214
214
215
215
>>> validate.check_conesearch_sites(destdir = ' ./all' , url_list = None )
0 commit comments