Skip to content

Commit fb8f77d

Browse files
pllimbsipocz
andcommitted
Apply suggestions from bsipocz
Co-authored-by: Brigitta Sipőcz <[email protected]>
1 parent 4c98acf commit fb8f77d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

astroquery/svo_fps/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def data_from_svo(self, query, cache=True, timeout=None,
6262

6363
def get_filter_index(self, wavelength_eff_min=0*u.angstrom,
6464
wavelength_eff_max=FLOAT_MAX*u.angstrom, **kwargs):
65-
"""Get main list (index) of all filters at SVO
65+
"""Get master list (index) of all filters at SVO
6666
Optional parameters can be given to get filters data for specified
6767
Wavelength Effective range from SVO
6868

docs/svo_fps/svo_fps.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Filter Profile Service (`SVO FPS <http://svo2.cab.inta-csic.es/theory/fps/>`_).
1414
It allows retrieval of filter data (index, transmission data, filter list, etc.)
1515
from the service as astropy tables.
1616

17-
Get index (main list) of all Filters
18-
------------------------------------
17+
Get index list of all Filters
18+
-----------------------------
1919

2020
The filter index (all available filters with their properties) can be listed
2121
with `~astroquery.svo_fps.SvoFpsClass.get_filter_index`:

docs/vo_conesearch/validator.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Currently, only Cone Search validation is done using
2222
:func:`~astroquery.vo_conesearch.validator.validate.check_conesearch_sites`,
2323
which utilizes underlying `astropy.io.votable.validator` library.
2424

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
2626
``astroquery.vo_conesearch.validator.conf.conesearch_master_list``,
2727
which is a URL query to STScI VAO Registry by default. However, by default,
2828
only the ones in ``astroquery.vo_conesearch.validator.conf.conesearch_urls``
@@ -92,7 +92,7 @@ Each Cone Search service is a
9292
`~astroquery.vo_conesearch.vos_catalog.VOSDatabase`
9393
(see :ref:`vo-sec-client-cat-manip` and :ref:`vo-sec-client-db-manip`).
9494

95-
In the main registry, there are duplicate catalog titles with
95+
In the default registry, there are duplicate catalog titles with
9696
different access URLs, duplicate access URLs with different titles,
9797
duplicate catalogs with slightly different descriptions, etc.
9898

@@ -162,7 +162,7 @@ Examples
162162
^^^^^^^^
163163

164164
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
166166
default timeout is internally set to 60 seconds for it.
167167
In addition, all VO table warnings from the registry are suppressed because
168168
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:
209209
>>> with validator_conf.set_temp('noncritical_warnings', new_warns):
210210
... validate.check_conesearch_sites()
211211

212-
Validate *all* Cone Search services in the main registry
212+
Validate *all* Cone Search services in the registry
213213
(this will take a while) and write results in ``'all'`` sub-directory:
214214

215215
>>> validate.check_conesearch_sites(destdir='./all', url_list=None)

0 commit comments

Comments
 (0)