Skip to content

Commit b7209da

Browse files
committed
change default server to eso
1 parent 753578c commit b7209da

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

tutorials/spectral-cube-reprojection/SpectralCubeReprojectExample.ipynb

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"We download two example spectral cubes of a point in the Galactic center from a permalink on the ALMA archives.\n",
7777
"These are moderately large files, with sizes 18 MB and 337 MB.\n",
7878
"\n",
79-
"If you have trouble with these downloads, try changing to a different ALMA server (e.g., almascience.nrao.edu->almascience.eso.org) or increase the timeout. See the [download_file](https://docs.astropy.org/en/stable/api/astropy.utils.data.download_file.html) documentation."
79+
"If you have trouble with these downloads, try changing to a different ALMA server (e.g., almascience.eso.org->almascience.nrao.edu) or increase the timeout. See the [download_file](https://docs.astropy.org/en/stable/api/astropy.utils.data.download_file.html) documentation."
8080
]
8181
},
8282
{
@@ -86,7 +86,7 @@
8686
"metadata": {},
8787
"outputs": [],
8888
"source": [
89-
"filename_1 = download_file(\"https://almascience.nrao.edu/dataPortal/member.uid___A001_X1465_X3a33.BrickMaser_sci.spw71.cube.I.manual.image.pbcor.fits\",\n",
89+
"filename_1 = download_file(\"https://almascience.eso.org/dataPortal/member.uid___A001_X1465_X3a33.BrickMaser_sci.spw71.cube.I.manual.image.pbcor.fits\",\n",
9090
" cache=True)"
9191
]
9292
},
@@ -97,7 +97,7 @@
9797
"metadata": {},
9898
"outputs": [],
9999
"source": [
100-
"filename_2 = download_file(\"https://almascience.nrao.edu/dataPortal/member.uid___A001_X87d_X141.a_sma1_sci.spw27.cube.I.pbcor.fits\",\n",
100+
"filename_2 = download_file(\"https://almascience.eso.org/dataPortal/member.uid___A001_X87d_X141.a_sma1_sci.spw27.cube.I.pbcor.fits\",\n",
101101
" cache=True)"
102102
]
103103
},
@@ -629,6 +629,11 @@
629629
}
630630
],
631631
"metadata": {
632+
"kernelspec": {
633+
"display_name": "Py 3.9",
634+
"language": "python",
635+
"name": "python39"
636+
},
632637
"language_info": {
633638
"codemirror_mode": {
634639
"name": "ipython",
@@ -638,7 +643,8 @@
638643
"mimetype": "text/x-python",
639644
"name": "python",
640645
"nbconvert_exporter": "python",
641-
"pygments_lexer": "ipython3"
646+
"pygments_lexer": "ipython3",
647+
"version": "3.9.7"
642648
}
643649
},
644650
"nbformat": 4,

0 commit comments

Comments
 (0)