Skip to content

Commit 64f7dd6

Browse files
jkrickbsipocz
authored andcommitted
fixing ci link problem
1 parent 1597fbd commit 64f7dd6

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

tutorials/irsa-sia-examples/sia_allwise_atlas.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ kernelspec:
1111
language: python
1212
---
1313

14-
# Searching for AllWISE Atlas Images
14+
# Searching for AllWISE Images with SIA v2
1515

1616
+++
1717

@@ -32,7 +32,7 @@ The AllWISE program builds upon the work of the successful Wide-field Infrared S
3232

3333
https://irsa.ipac.caltech.edu/Missions/wise.html
3434

35-
The [NASA/IPAC Infrared Science Archive (IRSA)](https://irsa.ipac.caltech.edu) at Caltech is the archive for AllWISE images and catalogs. The AllWISE Atlas images that are the subject of this tutorial are made accessible via the [International Virtual Observatory Alliance (IVOA)](https://ivoa.net) [Simple Image Access (SIA)](https://wiki.ivoa.net/internal/IVOA/SiaInterface/SIA-V2-Analysis.pdf) protocol.
35+
The [NASA/IPAC Infrared Science Archive (IRSA)](https://irsa.ipac.caltech.edu) at Caltech is the archive for AllWISE images and catalogs. The AllWISE Atlas images that are the subject of this tutorial are made accessible via the [International Virtual Observatory Alliance (IVOA)](https://ivoa.net) [Simple Image Access (SIA)](https://www.ivoa.net/documents/SIA/) protocol.
3636

3737

3838
```{note}
@@ -131,7 +131,6 @@ Finally, we use the open-source astronomy data visualization software Firefly to
131131
# Or you can work with it in Python, as shown below.
132132
w3_mask = im_table['energy_bandpassname'] == 'W3'
133133
w3_table = im_table[w3_mask]
134-
135134
```
136135

137136
```{code-cell} ipython3
@@ -208,7 +207,6 @@ To see the Bibtex references for this, uncomment the below cell
208207
This publication makes use of data products from the Wide-field Infrared Survey Explorer, which is a joint project of the University of California, Los Angeles, and the Jet Propulsion Laboratory/California Institute of Technology, funded by the National Aeronautics and Space Administration."
209208
Digital Object Identifier (DOI): [10.26131/IRSA153](https://www.ipac.caltech.edu/doi/irsa/10.26131/IRSA153)
210209

211-
212210
```{code-cell} ipython3
213211
#import astropy
214212
#import astroquery

0 commit comments

Comments
 (0)