We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1edbdfd commit a053595Copy full SHA for a053595
tutorials/euclid_access/1_Euclid_intro_MER_images.md
@@ -206,17 +206,6 @@ urls = df_im_euclid['access_url'].to_list()
206
urls
207
```
208
209
-```{code-cell} ipython3
210
-######### TEMP
211
-######## Note to testers, for now we need to replace the irsa.ipac.caltech.edu url with irsa
212
-######## reusing the add_dev_to_domain function from before
213
-######## This will not be the same after the data are made public so this cell will be deleted at that time
214
-
215
-urls = list(map(add_dev_to_domain, urls))
216
-print(urls)
217
-#####################
218
-```
219
220
Create an array with the instrument and filter name so we can add this to the plots.
221
222
```{code-cell} ipython3
0 commit comments