@@ -56,7 +56,7 @@ def get_images(self, coordinate, radius=None,
5656 ----------
5757 coordinate : str
5858 Can be either the name of an object or a coordinate string
59- If a name, must be resolveable by NED, SIMBAD, 2MASS, or SWAS.
59+ If a name, must be resolvable by NED, SIMBAD, 2MASS, or SWAS.
6060 Examples of acceptable coordinate strings, can be found `here.
6161 <http://irsa.ipac.caltech.edu/applications/DUST/docs/coordinate.html>`_
6262 radius : str / `~astropy.units.Quantity`, optional
@@ -102,7 +102,7 @@ def get_images_async(self, coordinate, radius=None,
102102 ----------
103103 coordinate : str
104104 Can be either the name of an object or a coordinate string
105- If a name, must be resolveable by NED, SIMBAD, 2MASS, or SWAS.
105+ If a name, must be resolvable by NED, SIMBAD, 2MASS, or SWAS.
106106 Examples of acceptable coordinate strings, can be found `here.
107107 <http://irsa.ipac.caltech.edu/applications/DUST/docs/coordinate.html>`_
108108 radius : str / `~astropy.units.Quantity`, optional
@@ -137,14 +137,14 @@ def get_images_async(self, coordinate, radius=None,
137137 def get_image_list (self , coordinate , radius = None , image_type = None ,
138138 timeout = TIMEOUT ):
139139 """
140- Query function that performes coordinate-based query and returns a list
140+ Query function that performs coordinate-based query and returns a list
141141 of URLs to the Irsa-Dust images.
142142
143143 Parameters
144144 -----------
145145 coordinate : str
146146 Can be either the name of an object or a coordinate string
147- If a name, must be resolveable by NED, SIMBAD, 2MASS, or SWAS.
147+ If a name, must be resolvable by NED, SIMBAD, 2MASS, or SWAS.
148148 Examples of acceptable coordinate strings, can be found `here.
149149 <http://irsa.ipac.caltech.edu/applications/DUST/docs/coordinate.html>`_
150150 radius : str / `~astropy.units.Quantity`, optional
@@ -181,7 +181,7 @@ def get_extinction_table(self, coordinate, radius=None, timeout=TIMEOUT):
181181 ----------
182182 coordinate : str
183183 Can be either the name of an object or a coordinate string
184- If a name, must be resolveable by NED, SIMBAD, 2MASS, or SWAS.
184+ If a name, must be resolvable by NED, SIMBAD, 2MASS, or SWAS.
185185 Examples of acceptable coordinate strings, can be found `here.
186186 <http://irsa.ipac.caltech.edu/applications/DUST/docs/coordinate.html>`_
187187 radius : str / `~astropy.units.Quantity`, optional
@@ -217,7 +217,7 @@ def get_extinction_table_async(self, coordinate, radius=None,
217217 ----------
218218 coordinate : str
219219 Can be either the name of an object or a coordinate string
220- If a name, must be resolveable by NED, SIMBAD, 2MASS, or SWAS.
220+ If a name, must be resolvable by NED, SIMBAD, 2MASS, or SWAS.
221221 Examples of acceptable coordinate strings, can be found `here.
222222 <http://irsa.ipac.caltech.edu/applications/DUST/docs/coordinate.html>`_
223223 radius : str, optional
@@ -253,7 +253,7 @@ def get_query_table(self, coordinate, radius=None,
253253 ----------
254254 coordinate : str
255255 Can be either the name of an object or a coordinate string
256- If a name, must be resolveable by NED, SIMBAD, 2MASS, or SWAS.
256+ If a name, must be resolvable by NED, SIMBAD, 2MASS, or SWAS.
257257 Examples of acceptable coordinate strings, can be found `here.
258258 <http://irsa.ipac.caltech.edu/applications/DUST/docs/coordinate.html>`_
259259 radius : str / `~astropy.units.Quantity`, optional
@@ -300,7 +300,7 @@ def _args_to_payload(self, coordinate, radius=None):
300300 ----------
301301 coordinate : str
302302 Can be either the name of an object or a coordinate string
303- If a name, must be resolveable by NED, SIMBAD, 2MASS, or SWAS.
303+ If a name, must be resolvable by NED, SIMBAD, 2MASS, or SWAS.
304304 Examples of acceptable coordinate strings, can be found `here
305305 <http://irsa.ipac.caltech.edu/applications/DUST/docs/coordinate.html>`_
306306 radius : str / `~astropy.units.Quantity`, optional
0 commit comments