File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,8 @@ Query a region
127127--------------
128128The region queries work in a similar way as query_object, except that you must
129129choose a radius as well. There are two query region methods in this module
130- :meth: `query_region_catalogs ` and :meth: `query_region_maps `.
130+ :meth: `astroquery.esasky.ESASkyClass.query_region_catalogs ` and
131+ :meth: `astroquery.esasky.ESASkyClass.query_region_maps `.
131132The query returns a maximum of 2000 sources per mission.
132133
133134To query a region either the coordinates or the object name around which to
@@ -224,9 +225,9 @@ parameter:
224225 Get maps
225226--------
226227
227- You can also fetch images using :meth: `get_maps `. It works exactly as
228- :meth: `get_images ` except that it takes a ` ~astropy.utils.TableList ` instead
229- of position, radius and missions.
228+ You can also fetch images using :meth: `astroquery.esasky.ESASkyClass. get_maps `.
229+ It works exactly as :meth: `astroquery.esasky.ESASkyClass. get_images ` except that
230+ it takes a ` ~astropy.utils.TableList ` instead of position, radius and missions.
230231
231232.. code-block :: python
232233
You can’t perform that action at this time.
0 commit comments