@@ -14,8 +14,8 @@ This module can be used to query the `IRSA Dust Extinction Service`_.
1414Fetch 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
2020specified. If missing the radius defaults to 5 degrees. Note that radius may be
2121specified 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 0x 3a5a650> ]]
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
9292than 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
112112This fetches the extinction table as a `~astropy.table.Table `. The input parameters are the same as in
113113the 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
0 commit comments