Skip to content

Commit f79f80e

Browse files
committed
responding to bsipocz code review
1 parent 75eef92 commit f79f80e

1 file changed

Lines changed: 13 additions & 21 deletions

File tree

tutorials/cosmos/sia_v1_cosmos.md

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
---
2+
authors:
3+
- name: IRSA Data Science Team
4+
- name: Troy Raen
5+
- name: "Brigitta Sip\u0151cz"
6+
- name: Jessica Krick
7+
- name: Andreas Faisst
8+
- name: Jaladh Singhal
9+
- name: Vandana Desai
10+
- name: Dave Shupe
211
jupytext:
312
text_representation:
413
extension: .md
@@ -9,15 +18,6 @@ kernelspec:
918
name: python3
1019
display_name: python3
1120
language: python
12-
authors:
13-
- name: IRSA Data Science Team
14-
- name: Troy Raen
15-
- name: Brigitta Sipőcz
16-
- name: Jessica Krick
17-
- name: Andreas Faisst
18-
- name: Jaladh Singhal
19-
- name: Vandana Desai
20-
- name: Dave Shupe
2121
---
2222

2323
# Searching for contributed COSMOS images
@@ -37,7 +37,6 @@ By the end of this tutorial, you will:
3737
* Download one of the identified images.
3838
* Create and display a cutout of the downloaded image.
3939

40-
+++ {"jp-MarkdownHeadingCollapsed": true}
4140

4241
## Introduction
4342

@@ -68,12 +67,13 @@ This SIA v1 service is based on an older set of SIA protocols and is limited to
6867

6968
```{code-cell} ipython3
7069
# Uncomment the next line to install dependencies if needed.
71-
# !pip -q install matplotlib astropy pyvo jupyter_firefly_extensions
70+
!pip -q install matplotlib astropy pyvo jupyter_firefly_extensions
7271
```
7372

7473
```{code-cell} ipython3
7574
from pyvo import regsearch
7675
import numpy as np
76+
import astropy
7777
from astropy.coordinates import SkyCoord
7878
from astropy.nddata import Cutout2D
7979
from astropy.wcs import WCS
@@ -193,7 +193,6 @@ fc.show_fits_image(file_input=image_url,
193193
If you want to see just a cutout of a certain region around the target, we do that below using astropy's Cutout2D.
194194

195195
```{code-cell} ipython3
196-
197196
# make 0.5' x 0.5' cutout
198197
cutout = Cutout2D(data, position=pos, size=0.5 * u.arcmin, wcs=wcs)
199198
@@ -219,7 +218,6 @@ plt.ylabel("Pixel Y")
219218

220219
+++
221220

222-
223221
## About this notebook
224222

225223
**Updated:** 2 March 2026
@@ -233,14 +231,8 @@ This runtime is dependent on archive servers which means runtime will vary for u
233231

234232
## Citations
235233

236-
**Astropy:**
237-
To see the Bibtex references for this, uncomment the below cell
238-
239234
**COSMOS:**
240235
If you use COSMOS ACS imaging data in published research, please cite the dataset Digital Object Identifier (DOI): [10.26131/IRSA178](https://www.ipac.caltech.edu/doi/irsa/10.26131/IRSA178).
241236

242-
```{code-cell} ipython3
243-
#import astropy
244-
245-
#astropy.__citation__
246-
```
237+
**Astropy:**
238+
This work made use of [Astropy](http://www.astropy.org) a community-developed core Python package and an ecosystem of tools and resources for astronomy (Astropy Collaboration et al., 2013, Astropy Collaboration et al., 2018, Astropy Collaboration et al.,2022}.

0 commit comments

Comments
 (0)