Skip to content

Commit a053595

Browse files
committed
Cleaning up more temporary irsadev code
1 parent 1edbdfd commit a053595

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tutorials/euclid_access/1_Euclid_intro_MER_images.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -206,17 +206,6 @@ urls = df_im_euclid['access_url'].to_list()
206206
urls
207207
```
208208

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-
220209
Create an array with the instrument and filter name so we can add this to the plots.
221210

222211
```{code-cell} ipython3

0 commit comments

Comments
 (0)