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 8169bd2 commit 1858011Copy full SHA for 1858011
notebooks/download_data.py
@@ -12,13 +12,11 @@
12
url = 'https://zenodo.org/record/3312535/files/dark-test-0002d1000.fit.bz2?download=1'
13
download = download_file(url, show_progress=True)
14
p = Path(download)
15
-print(p)
16
p.rename('dark-test-0002d1000.fit.bz2')
17
18
url = 'https://zenodo.org/record/5931364/files/single_bias_thermoelectric.fit.bz2?download=1'
19
20
21
22
p.rename('single_bias_thermoelectric.fit.bz2')
23
24
url = 'https://zenodo.org/record/3332818/files/combined_dark_300.000.fits.bz2?download=1'
0 commit comments