File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ IRSA supports both SIA v1 and SIA v2 protocols. The version used depends on the
6464
6565``` {code-cell} ipython3
6666# Uncomment the next line to install dependencies if needed.
67- # %pip install matplotlib astropy jupyter_firefly_extensions
67+ # %pip install matplotlib astropy astroquery jupyter_firefly_extensions
6868```
6969
7070``` {code-cell} ipython3
@@ -114,8 +114,7 @@ Which images in the IRSA allwise dataset include our target of interest?
114114
115115``` {code-cell} ipython3
116116#get a table of all images within 1 arcsecond of our target position
117- dataset_name = names['collection'][0] #name of our favorite dataset = "wise_allwise"
118- im_table = Irsa.query_sia(pos=(pos, 1 * u.arcsec), collection=dataset_name)
117+ im_table = Irsa.query_sia(pos=(pos, 1 * u.arcsec), collection='wise_allwise')
119118```
120119
121120``` {code-cell} ipython3
You can’t perform that action at this time.
0 commit comments