Skip to content

Commit e3bfd8e

Browse files
committed
Fix spelling typos [ci skip]
1 parent 62ee271 commit e3bfd8e

File tree

8 files changed

+66
-65
lines changed

8 files changed

+66
-65
lines changed

astroquery/eso/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
__doctest_skip__ = ['EsoClass.*']
2424

25+
2526
def _check_response(content):
2627
"""
2728
Check the response from an ESO service query for various types of error

astroquery/ukidss/core.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ def get_image_list(self, coordinates, waveband='all', frame_type='stack',
386386

387387
def extract_urls(self, html_in):
388388
"""
389-
Helper function that uses reges to extract the image urls from the
389+
Helper function that uses regexps to extract the image urls from the
390390
given HTML.
391391
392392
Parameters
@@ -525,7 +525,7 @@ def _parse_result(self, response, verbose=False):
525525
response : `requests.Response`
526526
The HTTP response object
527527
verbose : bool, optional
528-
Defaults to `False`. If `True it displaya warnings whenever the
528+
Defaults to `False`. If `True` it displays warnings whenever the
529529
VOtable returned from the service doesn't conform to the standard.
530530
531531
Returns
@@ -597,7 +597,7 @@ def _get_databases(self):
597597

598598
def list_databases(self):
599599
"""
600-
List the databases available from the UKIDSS WFCAM archive
600+
List the databases available from the UKIDSS WFCAM archive.
601601
"""
602602
self.databases = set(self.all_databases + self._get_databases())
603603
return self.databases
@@ -690,7 +690,7 @@ def clean_catalog(ukidss_catalog, clean_band='K_1', badclass=-9999,
690690

691691
def verify_programme_id(pid, query_type='catalog'):
692692
"""
693-
Verify the programme ID is valid for the query being executed
693+
Verify the programme ID is valid for the query being executed.
694694
695695
Parameters
696696
----------

docs/irsa/irsa.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ a look at all the available catalogs:
4040
...
4141
'xmm_cat_s05': "SWIRE XMM_LSS Region Spring '05 Spitzer Catalog"}
4242
43-
This returns a dictinary of catalog names with their description. If you would
43+
This returns a dictionary of catalog names with their description. If you would
4444
rather just print out this information:
4545

4646
.. code-block:: python
@@ -151,7 +151,7 @@ these queries is ``polygon``. This is a list of coordinate pairs that define a
151151
convex polygon. The coordinates may be specified as usual by using the
152152
appropriate `astropy.coordinates` object (Again ICRS coordinates may be
153153
directly passed as properly formatted strings). In addition to using a list of
154-
`astropy.coordinates` objects, one additional convenient means of specifiying
154+
`astropy.coordinates` objects, one additional convenient means of specifying
155155
the coordinates is also available - Coordinates may also be entered as a list of
156156
tuples, each tuple containing the ra and dec values in degrees. Each of these
157157
options is illustrated below:

docs/irsa/irsa_dust.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ This module can be used to query the `IRSA Dust Extinction Service`_.
1414
Fetch images
1515
------------
1616

17-
Retrieve the image cut-outs for the specified oject name or coordinates. The
18-
images fetched in the FITS format and the result is returned as a list of
17+
Retrieve the image cut-outs for the specified object name or coordinates. The
18+
images fetched in the FITS format and the result is returned as a list of
1919
`~astropy.io.fits.HDUList` objects. For all image queries, the radius may be optionally
2020
specified. If missing the radius defaults to 5 degrees. Note that radius may be
2121
specified in any appropriate unit, however it must fall in the range of 2 to
@@ -25,7 +25,7 @@ specified in any appropriate unit, however it must fall in the range of 2 to
2525
2626
>>> from astroquery.irsa_dust import IrsaDust
2727
>>> image_list = IrsaDust.get_images("m81")
28-
28+
2929
Downloading http://irsa.ipac.caltech.edu//workspace/TMP_pdTImE_1525/DUST/m81.v0001/p414Dust.fits
3030
|===========================================| 331k/331k (100.00%) 15s
3131
Downloading http://irsa.ipac.caltech.edu//workspace/TMP_pdTImE_1525/DUST/m81.v0001/p414i100.fits
@@ -58,7 +58,7 @@ images:
5858
5959
6060
>>> image
61-
61+
6262
[[<astropy.io.fits.hdu.image.PrimaryHDU at 0x3a5a650>]]
6363
6464
The image types that are available can also be listed out any time:
@@ -71,7 +71,7 @@ The image types that are available can also be listed out any time:
7171
['ebv', 'temperature', '100um']
7272
7373
The target may also be specified via coordinates passed as strings. Examples of acceptable coordinate
74-
strings can be found on this `IRSA DUST coordinates description page`_.
74+
strings can be found on this `IRSA DUST coordinates description page`_.
7575

7676
.. code-block:: python
7777
@@ -86,7 +86,7 @@ strings can be found on this `IRSA DUST coordinates description page`_.
8686
|==============================| 57k/ 57k (100.00%) 00s
8787
Downloading http://irsa.ipac.caltech.edu//workspace/TMP_46IWzq_9460/DUST/17h44m34s_-27d59m13s.v0001/p118temp.fits
8888
|==============================| 57k/ 57k (100.00%) 00s
89-
89+
9090
9191
A list having the download links for the FITS image may also be fetched, rather
9292
than the actual images, via the :meth:`~astroquery.irsa_dust.IrsaDustClass.get_image_list` method. This also
@@ -111,7 +111,7 @@ Fetching the extinction table
111111

112112
This fetches the extinction table as a `~astropy.table.Table`. The input parameters are the same as in
113113
the queries discussed above, namely the target string and optionally a radius
114-
value:
114+
value:
115115

116116
.. code-block:: python
117117
@@ -121,7 +121,7 @@ value:
121121
>>> # "22h57m57.5s +26d09m00.09s Equatorial B1950"
122122
>>> C = coord.SkyCoord("22h57m57.5s +26d09m00.09s", frame='fk4')
123123
>>> table = IrsaDust.get_extinction_table(C)
124-
124+
125125
Downloading http://irsa.ipac.caltech.edu//workspace/TMP_UkhZqQ_9824/DUST/22h57m57.5s_+26d09m00.09s_Equatorial_B1950.v0001/extinction.tbl
126126
|===========================================| 1.3k/1.3k (100.00%) 00s
127127
@@ -175,7 +175,7 @@ with all the four sections will be returned.
175175
---------------- ... -------
176176
E(B-V) Reddening ... 0.1099
177177
178-
178+
179179
Reference/API
180180
=============
181181

docs/release_notice_v0.2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Liedtke was our student this summer. He changed astroquery from using lxml to
4646
BeautifulSoup, especially in the ESO package. He also added support for the
4747
services xMatch, SkyView and Atomic Line List. Documentation has been added
4848
for the packages xmatch and atomic (though note that extensive documentation
49-
exists in form of docstrings for all packages he added, inlcuding SkyView). All
49+
exists in form of docstrings for all packages he added, including SkyView). All
5050
new services have tests that can be run both off- and online.
5151

52-
--
52+
--
5353
Adam Ginsburg, Christoph Deil, and Thomas Robitaille

0 commit comments

Comments
 (0)