We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 725e5b2 commit a6afdc1Copy full SHA for a6afdc1
1 file changed
tutorials/notebooks/FITS-cubes/FITS-cubes.ipynb
@@ -64,6 +64,9 @@
64
"from astropy.utils.data import download_file\n",
65
"from astropy.io import fits # We use fits to open the actual data file\n",
66
"\n",
67
+ "from astropy.utils import data\n",
68
+ "data.conf.remote_timeout = 60\n",
69
+ "\n",
70
"from spectral_cube import SpectralCube\n",
71
72
"from astroquery.esasky import ESASky\n",
0 commit comments