Skip to content

Commit 77dc96c

Browse files
author
Tiffany Meshkat
committed
Removed the MER download and plot, and renamed the spe lines table from table_spe to table_lines for clarity, as there are multiple spe tables
1 parent f7df2bb commit 77dc96c

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

tutorials/euclid_access/5_Euclid_intro_SPE_catalog.md

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -118,34 +118,7 @@ tileID=re.search(r'TILE\s*(\d{9})', filename).group(1)
118118
print('The MER tile ID for this object is :',tileID)
119119
```
120120

121-
## 2. Read in the MER image from IRSA directly
122-
123-
### Download the MER image to this notebook
124-
Note this file is about 1.46 GB
125-
126-
```{code-cell} ipython3
127-
# fname = download_file(filename, cache=True)
128-
# hdu_mer_irsa = fits.open(fname)
129-
# head_mer_irsa = hdu_mer_irsa[0].header
130-
131-
# print(hdu_mer_irsa.info())
132-
```
133-
134-
#### Extract just the primary image
135-
136-
```{code-cell} ipython3
137-
# im_mer_irsa=hdu_mer_irsa[0].data
138-
```
139-
140-
#### Make a quick and simple plot to show the full MER image, with its large FOV
141-
142-
```{code-cell} ipython3
143-
# plt.imshow(im_mer_irsa, cmap='gray', origin='lower',
144-
# norm=ImageNormalize(im_mer_irsa, interval=PercentileInterval(99.9), stretch=AsinhStretch()))
145-
# colorbar = plt.colorbar()
146-
```
147-
148-
## 3. Download SPE catalog from IRSA directly to this notebook
121+
## 2. Download SPE catalog from IRSA directly to this notebook
149122

150123
Search for all tables in IRSA labeled as euclid
151124

0 commit comments

Comments
 (0)