Skip to content

Commit 6ec04e2

Browse files
jkrickbsipocz
andauthored
Apply suggestions from bsipocz code review
Co-authored-by: Brigitta Sipőcz <b.sipocz@gmail.com>
1 parent 3090e88 commit 6ec04e2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tutorials/wise/sia_allwise_atlas.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)