Skip to content

Commit 88f4d9f

Browse files
committed
Fix header level inconsistency warnings
1 parent 1410c11 commit 88f4d9f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tutorials/euclid_access/1_Euclid_intro_MER_images.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ print('There are',len(df_im_euclid),'MER images of this object/MER tile.')
130130

131131
+++
132132

133-
#### Lets first look at one example full image, the VIS image
133+
### Lets first look at one example full image, the VIS image
134134

135135
Note that 'access_estsize' is in units of kb
136136

@@ -177,7 +177,7 @@ print(hdu_mer_irsa.info())
177177
head_mer_irsa = hdu_mer_irsa[0].header
178178
```
179179

180-
#### Now you've downloaded this large file, if you would like to save it to disk, uncomment the following cell
180+
Now you've downloaded this large file, if you would like to save it to disk, uncomment the following cell
181181

182182
```{code-cell} ipython3
183183
# download_path='/Users/meshkat/data/Euclid/'
@@ -209,7 +209,9 @@ colorbar = plt.colorbar()
209209

210210
+++
211211

212-
#### We'd like to take a look at the other MER images but only in a certain cutout of interest so we don't have to download 9 full MER images
212+
```{note}
213+
We'd like to take a look at the other MER images but only in a specific cutout of interest so we don't have to download 9 full MER images.
214+
```
213215

214216
```{code-cell} ipython3
215217
urls = df_im_euclid['access_url'].to_list()

0 commit comments

Comments
 (0)