From c98d1269289cd204f054b9f7f73a616534113e67 Mon Sep 17 00:00:00 2001 From: Tomas Stolker Date: Mon, 10 Jun 2024 15:49:48 +0200 Subject: [PATCH] Updated tutorials --- .../tutorials/color_magnitude_broadband.ipynb | 338 +- .../color_magnitude_narrowband.ipynb | 16156 +++++++++++++++- docs/tutorials/fitting_model_spectra.ipynb | 124 +- docs/tutorials/read_isochrone.ipynb | 146 +- docs/tutorials/spectral_library.ipynb | 132 +- 5 files changed, 16479 insertions(+), 417 deletions(-) diff --git a/docs/tutorials/color_magnitude_broadband.ipynb b/docs/tutorials/color_magnitude_broadband.ipynb index 82c631af..346ce9c4 100644 --- a/docs/tutorials/color_magnitude_broadband.ipynb +++ b/docs/tutorials/color_magnitude_broadband.ipynb @@ -61,7 +61,7 @@ "output_type": "stream", "text": [ "==============\n", - "species v0.8.0\n", + "species v0.8.3\n", "==============\n", "\n", "Working folder: /Users/tomasstolker/applications/species/docs/tutorials\n", @@ -75,8 +75,7 @@ " - Data folder: /Users/tomasstolker/applications/species/docs/tutorials/data\n", " - Magnitude of Vega: 0.03\n", "\n", - "Multiprocessing: mpi4py installed\n", - "Process number 1 out of 1...\n" + "Multiprocessing: mpi4py not installed\n" ] } ], @@ -115,14 +114,28 @@ "name": "stderr", "output_type": "stream", "text": [ - "Downloading data from 'https://archive.stsci.edu/hlsps/reference-atlases/cdbs/current_calspec/alpha_lyr_stis_011.fits' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/alpha_lyr_stis_011.fits'.\n", - "100%|████████████████████████████████████████| 288k/288k [00:00<00:00, 776MB/s]" + "Downloading data from 'https://archive.stsci.edu/hlsps/reference-atlases/cdbs/current_calspec/alpha_lyr_stis_011.fits' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/alpha_lyr_stis_011.fits'.\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|████████████████████████████████████████| 288k/288k [00:00<00:00, 152MB/s]" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", "Adding spectrum: Vega" ] }, @@ -131,7 +144,7 @@ "output_type": "stream", "text": [ "\n", - "/Users/tomasstolker/applications/species/species/data/database.py:1373: UserWarning: Found 33 fluxes with NaN in the data of GPI_YJHK. Removing the spectral fluxes that contain a NaN.\n", + "/Users/tomasstolker/applications/species/species/data/database.py:1420: UserWarning: Found 33 fluxes with NaN in the data of GPI_YJHK. Removing the spectral fluxes that contain a NaN.\n", " warnings.warn(\n" ] }, @@ -139,6 +152,7 @@ "name": "stdout", "output_type": "stream", "text": [ + "\n", "Reference: Bohlin et al. 2014, PASP, 126\n", "URL: https://ui.adsabs.harvard.edu/abs/2014PASP..126..711B/abstract\n" ] @@ -185,14 +199,15 @@ "-----------------------\n", "\n", "Database tag: vlm-plx\n", - "Library: Database of Ultracool Parallaxes\n" + "Library: Database of Ultracool Parallaxes\n", + "\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ - "100%|████████████████████████████████████████| 314k/314k [00:00<00:00, 346MB/s]\n" + "100%|████████████████████████████████████████| 314k/314k [00:00<00:00, 115MB/s]\n" ] } ], @@ -212,17 +227,82 @@ "execution_count": 5, "metadata": {}, "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Downloading data from 'https://home.strw.leidenuniv.nl/~stolker/species/model.AMES-Cond-2000.M-0.0.MKO.Vega' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/model.AMES-Cond-2000.M-0.0.MKO.Vega'.\n" + ] + }, { "name": "stdout", "output_type": "stream", "text": [ - "Downloading AMES-Cond isochrones (235 kB)... [DONE]\n", - "Adding isochrones: ames-cond... [DONE]\n", + "\n", + "------------------\n", + "Add isochrone grid\n", + "------------------\n", + "\n", + "Evolutionary model: ames\n", + "File name: None\n", + "Database tag: None\n", + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|████████████████████████████████████████| 240k/240k [00:00<00:00, 267MB/s]" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "Adding isochrones: ames-cond..." + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "\n", + "Downloading data from 'https://home.strw.leidenuniv.nl/~stolker/species/model.AMES-dusty.M-0.0.MKO.Vega' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/model.AMES-dusty.M-0.0.MKO.Vega'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + " [DONE]\n", "Database tag: ames-cond\n", - "Downloading AMES-Dusty isochrones (182 kB)... [DONE]\n", + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|████████████████████████████████████████| 185k/185k [00:00<00:00, 192MB/s]" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", "Adding isochrones: ames-dusty... [DONE]\n", "Database tag: ames-dusty\n" ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "\n" + ] } ], "source": [ @@ -258,14 +338,15 @@ "-------------------------\n", "\n", "Database tag: ames-cond\n", - "Model name: AMES-Cond\n" + "Model name: AMES-Cond\n", + "\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ - "100%|███████████████████████████████████████| 156M/156M [00:00<00:00, 66.5GB/s]\n", + "100%|████████████████████████████████████████| 156M/156M [00:00<00:00, 136GB/s]\n", "SHA256 hash of downloaded file: 325f3ea3ed13c51e08daacbd08811fde04762c29994bfbcc17f42223bf3432ea\n", "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n" ] @@ -275,13 +356,15 @@ "output_type": "stream", "text": [ "\n", - "Unpacking 278/439 model spectra from AMES-Cond (150 MB)... [DONE]\n", + "Unpacking 278/439 model spectra from AMES-Cond (150 MB)...data/ames-cond\n", + "data/ames-cond.tgz\n", + " [DONE]\n", "\n", "Wavelength range (um) = 0.5 - 40\n", "Sampling (lambda/d_lambda) = 4000\n", "Teff range (K) = 100.0 - 4000.0\n", "\n", - "Adding AMES-Cond model spectra... ames-cond_teff_900_logg_5.5_spec.dat \n", + "Adding AMES-Cond model spectra... data/ames-cond/ames-cond_teff_900_logg_5.5_spec.dat \n", "\n", "Grid points stored in the database:\n", " - Teff = [ 100. 200. 300. 400. 500. 600. 700. 800. 900. 1000. 1100. 1200.\n", @@ -294,22 +377,10 @@ " - teff: 40\n", " - logg: 7\n", "\n", - "Fix missing grid points with a linear interpolation:\n", - " - teff = 200.0, logg = 5.5\n", - " - teff = 900.0, logg = 2.5\n", - "\n", "Number of stored grid points: 280\n", - "Number of interpolated grid points: 2\n", + "Number of interpolated grid points: 0\n", "Number of missing grid points: 0\n" ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/Users/tomasstolker/applications/species/species/util/data_util.py:394: RuntimeWarning: divide by zero encountered in log10\n", - " flux = np.log10(flux)\n" - ] } ], "source": [ @@ -346,14 +417,15 @@ "-------------------------\n", "\n", "Database tag: ames-dusty\n", - "Model name: AMES-Dusty\n" + "Model name: AMES-Dusty\n", + "\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ - "100%|█████████████████████████████████████| 60.4M/60.4M [00:00<00:00, 33.7GB/s]\n", + "100%|█████████████████████████████████████| 60.4M/60.4M [00:00<00:00, 25.5GB/s]\n", "SHA256 hash of downloaded file: c389dd52b35bcba2d9850921c97eee043c2ff0654cc24efc47baa2345c05254e\n", "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n" ] @@ -363,13 +435,15 @@ "output_type": "stream", "text": [ "\n", - "Unpacking 195/195 model spectra from AMES-Dusty (58 MB)... [DONE]\n", + "Unpacking 195/195 model spectra from AMES-Dusty (58 MB)...data/ames-dusty\n", + "data/ames-dusty.tgz\n", + " [DONE]\n", "\n", "Wavelength range (um) = 0.5 - 40\n", "Sampling (lambda/d_lambda) = 4000\n", "Teff range (K) = 100.0 - 4000.0\n", "\n", - "Adding AMES-Dusty model spectra... ames-dusty_teff_900_logg_5.5_spec.dat \n", + "Adding AMES-Dusty model spectra... data/ames-dusty/ames-dusty_teff_900_logg_5.5_spec.dat \n", "\n", "Grid points stored in the database:\n", " - Teff = [ 500. 600. 700. 800. 900. 1000. 1100. 1200. 1300. 1400. 1500. 1600.\n", @@ -381,57 +455,9 @@ " - teff: 36\n", " - logg: 6\n", "\n", - "Fix missing grid points with a linear interpolation:\n", - " - teff = 900.0, logg = 6.0\n", - " - teff = 1200.0, logg = 5.5\n", - " - teff = 2100.0, logg = 3.5\n", - " - teff = 2100.0, logg = 4.5\n", - " - teff = 2200.0, logg = 3.5\n", - " - teff = 2400.0, logg = 5.0\n", - " - teff = 3100.0, logg = 3.5\n", - " - teff = 3200.0, logg = 3.5\n", - " - teff = 3300.0, logg = 3.5\n", - " - teff = 3400.0, logg = 3.5\n", - " - teff = 3500.0, logg = 3.5\n", - " - teff = 3600.0, logg = 3.5\n", - " - teff = 3700.0, logg = 3.5\n", - " - teff = 3800.0, logg = 3.5\n", - " - teff = 3900.0, logg = 3.5\n", - " - teff = 3900.0, logg = 6.0\n", - " - teff = 4000.0, logg = 3.5\n", - " - teff = 4000.0, logg = 4.0\n", - " - teff = 4000.0, logg = 4.5\n", - " - teff = 4000.0, logg = 5.5\n", - " - teff = 4000.0, logg = 6.0\n", - "\n", - "The following grid points are missing:\n", - " - teff = 3100.0, logg = 3.5\n", - " - teff = 3200.0, logg = 3.5\n", - " - teff = 3300.0, logg = 3.5\n", - " - teff = 3400.0, logg = 3.5\n", - " - teff = 3500.0, logg = 3.5\n", - " - teff = 3600.0, logg = 3.5\n", - " - teff = 3700.0, logg = 3.5\n", - " - teff = 3800.0, logg = 3.5\n", - " - teff = 3900.0, logg = 3.5\n", - " - teff = 3900.0, logg = 6.0\n", - " - teff = 4000.0, logg = 3.5\n", - " - teff = 4000.0, logg = 4.0\n", - " - teff = 4000.0, logg = 4.5\n", - " - teff = 4000.0, logg = 5.5\n", - " - teff = 4000.0, logg = 6.0\n", - "\n", "Number of stored grid points: 216\n", - "Number of interpolated grid points: 6\n", - "Number of missing grid points: 15\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/Users/tomasstolker/applications/species/species/util/data_util.py:478: UserWarning: Could not interpolate 15 grid points so storing zeros instead.\n", - " warnings.warn(\n" + "Number of interpolated grid points: 0\n", + "Number of missing grid points: 0\n" ] } ], @@ -489,7 +515,28 @@ "cell_type": "code", "execution_count": 9, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "-------------------\n", + "Read isochrone grid\n", + "-------------------\n", + "\n", + "Database tag: ames-cond\n", + "Create regular grid: False\n", + "\n", + "-------------------\n", + "Read isochrone grid\n", + "-------------------\n", + "\n", + "Database tag: ames-dusty\n", + "Create regular grid: False\n" + ] + } + ], "source": [ "read_iso_cond = ReadIsochrone(tag='ames-cond')\n", "read_iso_dusty = ReadIsochrone(tag='ames-dusty')" @@ -511,77 +558,77 @@ "name": "stderr", "output_type": "stream", "text": [ - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1029: UserWarning: The value of teff is 4019.3207105807364, which is above the upper bound of the model grid (4000.0). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 4019.3207105807364, 'logg': 4.351948444496957, 'radius': 10.170788710818773, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1036: UserWarning: The value of teff is 4019.3207105807364, which is above the upper bound of the model grid (4000.0). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 4019.3207105807364, 'logg': 4.351948444496957, 'radius': 10.170788710818773, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1029: UserWarning: The value of teff is 4164.404431717177, which is above the upper bound of the model grid (4000.0). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 4164.404431717177, 'logg': 4.329081153206135, 'radius': 10.739016824226589, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1036: UserWarning: The value of teff is 4164.404431717177, which is above the upper bound of the model grid (4000.0). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 4164.404431717177, 'logg': 4.329081153206135, 'radius': 10.739016824226589, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 2.9180307893338338, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 501.3730414241427, 'logg': 2.9180307893338338, 'radius': 1.4638670830301985, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 2.9180307893338338, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 501.3730414241427, 'logg': 2.9180307893338338, 'radius': 1.4638670830301985, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 2.9730768802029495, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 502.5270292688421, 'logg': 2.9730768802029495, 'radius': 1.441670727659954, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 2.9730768802029495, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 502.5270292688421, 'logg': 2.9730768802029495, 'radius': 1.441670727659954, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 3.0355631548565696, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 504.9233097703563, 'logg': 3.0355631548565696, 'radius': 1.4150903616033272, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 3.0355631548565696, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 504.9233097703563, 'logg': 3.0355631548565696, 'radius': 1.4150903616033272, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 3.1025651389931803, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 507.4927628068724, 'logg': 3.1025651389931803, 'radius': 1.3865891063317703, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 3.1025651389931803, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 507.4927628068724, 'logg': 3.1025651389931803, 'radius': 1.3865891063317703, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 3.207337823869265, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 520.0556848108937, 'logg': 3.207337823869265, 'radius': 1.328194511799377, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 3.207337823869265, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 520.0556848108937, 'logg': 3.207337823869265, 'radius': 1.328194511799377, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 3.3065271787010397, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 534.0174915985033, 'logg': 3.3065271787010397, 'radius': 1.274758290992437, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 3.3065271787010397, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 534.0174915985033, 'logg': 3.3065271787010397, 'radius': 1.274758290992437, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 3.3387964574578715, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 543.9916323051601, 'logg': 3.3387964574578715, 'radius': 1.2725698348137873, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 3.3387964574578715, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 543.9916323051601, 'logg': 3.3387964574578715, 'radius': 1.2725698348137873, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 3.372282732356024, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 556.2475974396231, 'logg': 3.372282732356024, 'radius': 1.2706911157956755, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 3.372282732356024, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 556.2475974396231, 'logg': 3.372282732356024, 'radius': 1.2706911157956755, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 3.407135965646942, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 570.8634694648467, 'logg': 3.407135965646942, 'radius': 1.269118495295348, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 3.407135965646942, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 570.8634694648467, 'logg': 3.407135965646942, 'radius': 1.269118495295348, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 3.444507945285873, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 586.5355899585918, 'logg': 3.444507945285873, 'radius': 1.2674322258801856, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 3.444507945285873, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 586.5355899585918, 'logg': 3.444507945285873, 'radius': 1.2674322258801856, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 3.484580694074335, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 603.3402910634309, 'logg': 3.484580694074335, 'radius': 1.2656240944588282, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 3.484580694074335, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 603.3402910634309, 'logg': 3.484580694074335, 'radius': 1.2656240944588282, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1029: UserWarning: The value of teff is 4081.4355631859694, which is above the upper bound of the model grid (4000.0). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 4081.4355631859694, 'logg': 4.667985184351259, 'radius': 5.914180524946677, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1036: UserWarning: The value of teff is 4081.4355631859694, which is above the upper bound of the model grid (4000.0). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 4081.4355631859694, 'logg': 4.667985184351259, 'radius': 5.914180524946677, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1029: UserWarning: The value of teff is 4185.2608377397555, which is above the upper bound of the model grid (4000.0). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 4185.2608377397555, 'logg': 4.656638159809863, 'radius': 6.199078262481065, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1036: UserWarning: The value of teff is 4185.2608377397555, which is above the upper bound of the model grid (4000.0). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 4185.2608377397555, 'logg': 4.656638159809863, 'radius': 6.199078262481065, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1029: UserWarning: The value of teff is 4325.615910494432, which is above the upper bound of the model grid (4000.0). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 4325.615910494432, 'logg': 4.641153787722841, 'radius': 6.55382759835061, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1036: UserWarning: The value of teff is 4325.615910494432, which is above the upper bound of the model grid (4000.0). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 4325.615910494432, 'logg': 4.641153787722841, 'radius': 6.55382759835061, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1029: UserWarning: The value of teff is 4512.024881795706, which is above the upper bound of the model grid (4000.0). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 4512.024881795706, 'logg': 4.610559348746733, 'radius': 7.038423776652953, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1036: UserWarning: The value of teff is 4512.024881795706, which is above the upper bound of the model grid (4000.0). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 4512.024881795706, 'logg': 4.610559348746733, 'radius': 7.038423776652953, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1029: UserWarning: The value of teff is 4704.664806542345, which is above the upper bound of the model grid (4000.0). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 4704.664806542345, 'logg': 4.571845570260296, 'radius': 7.623463332054268, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1036: UserWarning: The value of teff is 4704.664806542345, which is above the upper bound of the model grid (4000.0). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 4704.664806542345, 'logg': 4.571845570260296, 'radius': 7.623463332054268, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1029: UserWarning: The value of teff is 4915.122843504473, which is above the upper bound of the model grid (4000.0). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 4915.122843504473, 'logg': 4.527793777987827, 'radius': 8.265784389535268, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1036: UserWarning: The value of teff is 4915.122843504473, which is above the upper bound of the model grid (4000.0). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 4915.122843504473, 'logg': 4.527793777987827, 'radius': 8.265784389535268, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1029: UserWarning: The value of teff is 5129.6908172285885, which is above the upper bound of the model grid (4000.0). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 5129.6908172285885, 'logg': 4.487243459618406, 'radius': 8.971175402210688, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1036: UserWarning: The value of teff is 5129.6908172285885, which is above the upper bound of the model grid (4000.0). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 5129.6908172285885, 'logg': 4.487243459618406, 'radius': 8.971175402210688, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 2.7961969975244876, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 501.58438710058044, 'logg': 2.7961969975244876, 'radius': 1.5064919873572373, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 2.7961969975244876, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 501.58438710058044, 'logg': 2.7961969975244876, 'radius': 1.5064919873572373, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 2.8072667505973876, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 501.6880174178661, 'logg': 2.8072667505973876, 'radius': 1.5031419477567405, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 2.8072667505973876, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 501.6880174178661, 'logg': 2.8072667505973876, 'radius': 1.5031419477567405, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 2.820805889271204, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 501.6648632173275, 'logg': 2.820805889271204, 'radius': 1.4989194659748202, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 2.820805889271204, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 501.6648632173275, 'logg': 2.820805889271204, 'radius': 1.4989194659748202, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 2.8353234638853895, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 501.640035727038, 'logg': 2.8353234638853895, 'radius': 1.494391837164531, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 2.8353234638853895, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 501.640035727038, 'logg': 2.8353234638853895, 'radius': 1.494391837164531, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 2.855670027860674, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 501.65383479103104, 'logg': 2.855670027860674, 'radius': 1.4883035183626285, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 2.855670027860674, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 501.65383479103104, 'logg': 2.855670027860674, 'radius': 1.4883035183626285, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 2.879927968286292, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 501.6892732862044, 'logg': 2.879927968286292, 'radius': 1.4811452905054687, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 2.879927968286292, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 501.6892732862044, 'logg': 2.879927968286292, 'radius': 1.4811452905054687, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 2.905938962678162, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 501.7272728229761, 'logg': 2.905938962678162, 'radius': 1.473469757406555, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 2.905938962678162, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 501.7272728229761, 'logg': 2.905938962678162, 'radius': 1.473469757406555, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 2.9339822921321925, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 501.84752531806237, 'logg': 2.9339822921321925, 'radius': 1.465193882836573, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 2.9339822921321925, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 501.84752531806237, 'logg': 2.9339822921321925, 'radius': 1.465193882836573, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 2.9644919021316207, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 502.20555197078545, 'logg': 2.9644919021316207, 'radius': 1.4561883961908293, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 2.9644919021316207, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 502.20555197078545, 'logg': 2.9644919021316207, 'radius': 1.4561883961908293, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 3.0026726111414517, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 503.0100115950047, 'logg': 3.0026726111414517, 'radius': 1.4449586973534068, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 3.0026726111414517, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 503.0100115950047, 'logg': 3.0026726111414517, 'radius': 1.4449586973534068, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 3.0444294083637633, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 503.93545547538565, 'logg': 3.0444294083637633, 'radius': 1.4326823296312547, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 3.0444294083637633, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 503.93545547538565, 'logg': 3.0444294083637633, 'radius': 1.4326823296312547, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 3.0892038533213797, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 504.92777861412816, 'logg': 3.0892038533213797, 'radius': 1.4195187829174454, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 3.0892038533213797, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 504.92777861412816, 'logg': 3.0892038533213797, 'radius': 1.4195187829174454, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 3.1490344602161873, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 506.1240352668346, 'logg': 3.1490344602161873, 'radius': 1.4012157774301066, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 3.1490344602161873, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 506.1240352668346, 'logg': 3.1490344602161873, 'radius': 1.4012157774301066, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 3.2286358747595356, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 506.35983582050795, 'logg': 3.2286358747595356, 'radius': 1.3753758265566598, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 3.2286358747595356, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 506.35983582050795, 'logg': 3.2286358747595356, 'radius': 1.3753758265566598, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 3.331188032984285, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 505.06156677568043, 'logg': 3.331188032984285, 'radius': 1.3405155245172165, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 3.331188032984285, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 505.06156677568043, 'logg': 3.331188032984285, 'radius': 1.3405155245172165, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 3.4411513507951, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 503.6694754335613, 'logg': 3.4411513507951, 'radius': 1.3031359652909418, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 3.4411513507951, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 503.6694754335613, 'logg': 3.4411513507951, 'radius': 1.3031359652909418, 'distance': 10.0}.\n", " warnings.warn(\n" ] } @@ -826,25 +873,60 @@ "name": "stdout", "output_type": "stream", "text": [ - "Plotting color-magnitude diagram..." + "\n", + "----------------------------\n", + "Plot color-magnitude diagram\n", + "----------------------------\n", + "\n", + "Boxes:\n", + " - ColorMagBox\n", + " - ColorMagBox\n", + " - ColorMagBox\n", + " - ColorMagBox\n", + " - ColorMagBox\n", + " - ColorMagBox\n", + " - ColorMagBox\n", + "\n", + "Objects:\n", + " - HR 8799 b: ('Keck/NIRC2.H', 'Paranal/NACO.Lp', 'Paranal/NACO.Lp')\n", + " - HR 8799 c: ('Keck/NIRC2.H', 'Paranal/NACO.Lp', 'Paranal/NACO.Lp')\n", + " - HR 8799 d: ('Keck/NIRC2.H', 'Paranal/NACO.Lp', 'Paranal/NACO.Lp')\n", + " - HR 8799 e: ('Paranal/SPHERE.IRDIS_D_H23_2', 'Paranal/NACO.Lp', 'Paranal/NACO.Lp')\n", + " - kappa And b: ('Subaru/CIAO.H', 'Keck/NIRC2.Lp', 'Keck/NIRC2.Lp')\n", + " - GSC 06214 B: ('MKO/NSFCam.H', 'MKO/NSFCam.Lp', 'MKO/NSFCam.Lp')\n", + " - ROXs 42 Bb: ('Keck/NIRC2.H', 'Keck/NIRC2.Lp', 'Keck/NIRC2.Lp')\n", + " - 51 Eri b: ('MKO/NSFCam.H', 'Keck/NIRC2.Lp', 'Keck/NIRC2.Lp')\n", + " - 2M 1207 B: ('Paranal/NACO.H', 'Paranal/NACO.Lp', 'Paranal/NACO.Lp')\n", + " - 2M0103 ABb: ('Paranal/NACO.H', 'Paranal/NACO.Lp', 'Paranal/NACO.Lp')\n", + " - 1RXS 1609 B: ('Gemini/NIRI.H-G0203w', 'Gemini/NIRI.Lprime-G0207w', 'Gemini/NIRI.Lprime-G0207w')\n", + " - beta Pic b: ('Paranal/NACO.H', 'Paranal/NACO.Lp', 'Paranal/NACO.Lp')\n", + " - HIP 65426 b: ('Paranal/SPHERE.IRDIS_D_H23_2', 'Paranal/NACO.Lp', 'Paranal/NACO.Lp')\n", + " - PZ Tel B: ('Paranal/NACO.H', 'Paranal/NACO.Lp', 'Paranal/NACO.Lp')\n", + " - HD 206893 B: ('Paranal/SPHERE.IRDIS_B_H', 'Paranal/NACO.Lp', 'Paranal/NACO.Lp')\n", + "\n", + "Spectral range: ('late M', 'late T')\n", + "Companion labels: False\n", + "Accretion markers: False\n", + "\n", + "Mass labels: {'ames-cond': [(3.0, 'right'), (5.0, 'right'), (10.0, 'left'), (20.0, 'right')], 'ames-dusty': [(10.0, 'right'), (15.0, 'left'), (20.0, 'left')]}\n", + "Teff labels: {'planck': [(1500.0, 'right'), (2000.0, 'right'), (3000.0, 'left')]}\n", + "\n", + "Reddening: None\n", + "\n", + "Figure size: (4.0, 4.8)\n", + "Limits x axis: (0.3, 4.0)\n", + "Limits y axis: (15.0, 7.1)\n" ] }, { "data": { - "image/png": "iVBORw0KGgoAAAANSUhEUgAAAeIAAAI+CAYAAABg/QlqAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy81sbWrAAAACXBIWXMAAA9hAAAPYQGoP6dpAAD490lEQVR4nOzdd3hUVfrA8e+dSS+T3gNJSAIJLSGhl9CRJsWCgihFWLBgQ/25uopt1911VQRFUSSoiIUmCNJbpENCJ9QQQgIJKaT3zP39cZMhvU4anM/zzEPm3jtnzkyGvHPaeyRZlmUEQRAEQWgWquaugCAIgiDcz0QgFgRBEIRmJAKxIAiCIDQjEYgFQRAEoRmJQCwIgiAIzUgEYkEQBEFoRiIQC4IgCEIzEoFYEARBEJqRCMSCIAiC0IxEINaTHTt2MGjQICRJwt/fn6oSlr355ptIkkTv3r1ZtWoVK1aswM/Pj0GDBpW55efnV/lc8+fPx8/PD0mS+Oijjyq9prCwEA8PD6ytrRk0aBApKSkA3L59m2nTptGvXz+6devGpEmTuH37dsPfgEZw9OhR3Xvq5+fHggULKr3u/PnzDBo0iJCQELp37866deuqLfebb74hMDBQ93tYv359jXX54osvkCSJvXv31uelNIvavH979+7F09OzwucvJiamynJr+/7l5+fz3nvv0bt3b/r06UP//v05fvy43l5fYyv9vvTu3RtJkggMDNQds7a2Jjo6uk6fv+nTp5cpw8TEpMzzeHp6smLFijKPycrK0l3TmtTm/VuxYkWdPn91ef9OnDjBiBEjCAkJoUuXLrzxxhsUFRU14TtQB7KgV4aGhjIgb9y4scK5zMxM2cnJSQbka9euybIsy6GhoXJoaGidnyc0NFQ2NDSUXVxc5Ly8vArnV61aJRsaGsoDBw7UHSsqKpJ79uwpT5s2TdZqtbIsy/LcuXPl/v371/n5mxJQ5XuUnp4uu7m5yStXrpRlWZYvXrwoW1hYyEeOHKm2zD179pT5PVQnLi5Obtu2rQzIe/bsqWPtm19179+ePXvkBQsW1LnM2rx/r7zyity5c2c5PT1dlmVZ/vnnn2UbGxs5ISGhzs/XHDw8PHQ/X7t2rcLvf+DAgfLp06fr9PmbNm1amTI8PDzKvP8LFiyo8Lt65ZVXZGtr6zL/l1uD2rx/oaGhdfr81fb9i42NlTUajbx8+XJZlpW/vUFBQfJbb71Vz1fTuESLWM9cXV3p378///vf/yqcCw0NZcSIEXp7rkcffZSEhAR++umnCue++eYbxowZU+bY0aNHOXr0KC+++CKSJAHw4osvsn//fv766y+91asphYaGotVqmTJlCgDt27dn1KhR/Oc//9Hbc8ybN48333xTb+XdD7RaLV9//TUzZ87E0tISgMcffxxjY2OWLl3azLWrnZdeeqna89OnT2f9+vV1+vxNmDABT0/PKsscNGgQgYGBuvsnTpzg2LFjjBs3rq7Vb3a1ef+sra3rVGZt378ff/wRlUrF9OnTATA3N2f27NksXLiQnJycOj1nUxCBuBHMnz+fsLCwMt1wWq2Wn3/+mSeeeEJvz+Pr68uDDz7IJ598Uub43r17CQgIwMrKqszxku4eJycn3TEXFxcAwsLC9FavprRr1y6Cg4N1XywAevTowa5du/RS/h9//IGhoSEPPPCAXsq7XyQlJZGdnV3mswbg7Ozcaj5rtQkk4eHhdfr81SUQa7VannvuOb788ssy5bcWzRmIY2JicHBwKPO+ubi4kJWVRURERJ2esymIQNwIxo0bh6+vb5lW8fr16xk5ciTGxsYVrt+0aRNDhgyhf//+TJo0iRMnTtT6uV599VXOnTvH1q1bdccWLlxY6X+Ckg9w6fGXuLg4AGJjY2v9nC1JVFRUpX/s09LSdOPi9ZWVlcVbb73FZ5991qByWrpDhw7xwAMP0L9/f8aNG8fu3bsbXKaDgwPm5uZlPmuyLHPr1q1W+1mrTGN+/r744gsGDBhAly5dGlROS9cYnz9PT09u3bpFQUGB7lhL/lsnAnEjUKlUvPzyy6xZs4br168DsGTJEp555pkK1zo5OeHr68uWLVvYv38/o0aNolevXpw8ebJWz9W/f3969uypC/oXL17E2Ni40m+NPXr0oHfv3vzrX/8iLy+PwsJC/vnPf2JoaNhyJzHUIDs7u8KXm5L72dnZDSr77bffZu7cubpeg3uRlZUVnp6erFmzhv379/P8888zcuRINm3a1KByJUni+eef55tvvtH9Afzqq69ISUlptZ+1yjTW5y82NpZly5ZVOUHxXtFYn79p06ahUql0fxcTExP59ttvAVrk508E4kYybdo0rK2t+eyzzzh06BC+vr7Y29tXuG7UqFF89NFHuv+8M2bMICAg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", + "image/png": "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", "text/plain": [ "
" ] }, "metadata": {}, "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - " [DONE]\n" - ] } ], "source": [ diff --git a/docs/tutorials/color_magnitude_narrowband.ipynb b/docs/tutorials/color_magnitude_narrowband.ipynb index 94eb0cd7..74770b1e 100644 --- a/docs/tutorials/color_magnitude_narrowband.ipynb +++ b/docs/tutorials/color_magnitude_narrowband.ipynb @@ -60,7 +60,7 @@ "output_type": "stream", "text": [ "==============\n", - "species v0.8.0\n", + "species v0.8.3\n", "==============\n", "\n", "Working folder: /Users/tomasstolker/applications/species/docs/tutorials\n", @@ -74,14 +74,13 @@ " - Data folder: /Users/tomasstolker/applications/species/docs/tutorials/data\n", " - Magnitude of Vega: 0.03\n", "\n", - "Multiprocessing: mpi4py installed\n", - "Process number 1 out of 1...\n" + "Multiprocessing: mpi4py not installed\n" ] }, { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 2, @@ -156,14 +155,28 @@ "name": "stderr", "output_type": "stream", "text": [ - "Downloading data from 'https://archive.stsci.edu/hlsps/reference-atlases/cdbs/current_calspec/alpha_lyr_stis_011.fits' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/alpha_lyr_stis_011.fits'.\n", - "100%|████████████████████████████████████████| 288k/288k [00:00<00:00, 102MB/s]" + "Downloading data from 'https://archive.stsci.edu/hlsps/reference-atlases/cdbs/current_calspec/alpha_lyr_stis_011.fits' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/alpha_lyr_stis_011.fits'.\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|████████████████████████████████████████| 288k/288k [00:00<00:00, 120MB/s]" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", "Adding spectrum: Vega" ] }, @@ -171,99 +184,15888 @@ "name": "stderr", "output_type": "stream", "text": [ - "\n", - "/Users/tomasstolker/applications/species/species/data/database.py:1373: UserWarning: Found 33 fluxes with NaN in the data of GPI_YJHK. Removing the spectral fluxes that contain a NaN.\n", - " warnings.warn(\n" + "\n", + "/Users/tomasstolker/applications/species/species/data/database.py:1420: UserWarning: Found 33 fluxes with NaN in the data of GPI_YJHK. Removing the spectral fluxes that contain a NaN.\n", + " warnings.warn(\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "Reference: Bohlin et al. 2014, PASP, 126\n", + "URL: https://ui.adsabs.harvard.edu/abs/2014PASP..126..711B/abstract\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/Users/tomasstolker/applications/species/species/data/filter_data/filter_data.py:227: UserWarning: The minimum transmission value of Subaru/CIAO.z is smaller than zero (-1.80e-03). Wavelengths with negative transmission values will be removed.\n", + " warnings.warn(\n" + ] + } + ], + "source": [ + "database.add_companion(name=None, verbose=False)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "The spectra from the SpeX Prism Spectral Library are also downloaded and added to the database. For each spectrum, the [SIMBAD Astronomical Database](http://simbad.u-strasbg.fr/simbad/) is queried for the SIMBAD identifier. The identifier is then used to extract the [distance](https://home.strw.leidenuniv.nl/~stolker/species/distance.dat) of the object (calculated from the parallax). A NaN value is stored for the distance if the object could not be identified in the SIMBAD database so these objects are not used in the color-magnitude diagram." + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Downloading data from 'https://home.strw.leidenuniv.nl/~stolker/species/parallax.dat' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/parallax.dat'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "--------------------\n", + "Add spectral library\n", + "--------------------\n", + "\n", + "Database tag: spex\n", + "Spectral types: None\n", + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 17.2k/17.2k [00:00<00:00, 24.4MB/s]\n", + "Downloading data from 'http://svo2.cab.inta-csic.es/vocats/v2/spex/cs.php?RA=180.000000&DEC=0.000000&SR=180.000000&VERB=2' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 39.4k/39.4k [00:00<00:00, 12.4MB/s]\n", + "SHA256 hash of downloaded file: 5828589a46a4266a356031cc54d207f1adf65a6a698dd67eafe21dff61a99e1d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J120747.17%2B024424.8' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J12074717+0244249.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.05k/1.05k [00:00<00:00, 809kB/s]\n", + "SHA256 hash of downloaded file: 573dc9731028605f5390b81d98c8c8f9ca00cba674728b0953e9980a4d0bc138\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J120747.17%2B024424.8&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J120747.17+024424.8.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.57k/7.57k [00:00<00:00, 3.97MB/s]\n", + "SHA256 hash of downloaded file: fa19cc9e5499298dccf268b0d0222289f1baacc422bce0bcf7a5db4673c80edf\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J11463232%2B0203414' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J11463232+0203414.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 641kB/s]\n", + "SHA256 hash of downloaded file: 962eb73c5ca9471d68af0396b84f92c1e73a1c980d36d7f8e712cb8fa0133379\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J11463232%2B0203414&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J11463232+0203414.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.47k/7.47k [00:00<00:00, 5.00MB/s]\n", + "SHA256 hash of downloaded file: 0d6997acad3792c8bab4fd80137b87c13a388fde403717dcfab1925c86be724f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J12154938-0036387' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J12154938-0036387.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 489kB/s]\n", + "SHA256 hash of downloaded file: c8c1b45d76400961b3db928318d7a7db8eee61ddec99087fb392653c98713092\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J12154938-0036387&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J12154938-0036387.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.54k/7.54k [00:00<00:00, 2.33MB/s]\n", + "SHA256 hash of downloaded file: 42e25979c9f7d06c242f9f5e16bbde883a1a9bac8e9a1ee1f91560f4201761e5\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J11582077%2B0435014' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J11582077+0435014.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 428kB/s]\n", + "SHA256 hash of downloaded file: 4e932140db2727f4856761d43876a68438141927970c54612da97cd9d07be5b5\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J11582077%2B0435014&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J11582077+0435014.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.54k/7.54k [00:00<00:00, 3.25MB/s]\n", + "SHA256 hash of downloaded file: 57ce7a183086ec99e5512054d6e9c96eaef144b381950b5726dcc7d06cc2a878\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J1217110-031113' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J12171110-0311131.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 741kB/s]\n", + "SHA256 hash of downloaded file: 2287e3c42a495b27cd5918156833377cbb4da7cc926a48b53a1bc71308e2ebcf\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J1217110-031113&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J1217110-031113.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.76k/7.76k [00:00<00:00, 4.61MB/s]\n", + "SHA256 hash of downloaded file: c1f130664153a7bbb8466b3743be12efaedade40f61b782d62a198ac239c67bf\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J115553.86%2B055957.5' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J11555389+0559577.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 691kB/s]\n", + "SHA256 hash of downloaded file: 5be34bf630c6e9e7aec10d9d94c6cdfbd4fad8905b5f2f5657587b587ba26756\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J115553.86%2B055957.5&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J115553.86+055957.5.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 1.21MB/s]\n", + "SHA256 hash of downloaded file: 626991ae041052dcf203c76346ce7aec6586ea22ad0c096fdc22d629fa90ff0d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J12212770%2B0257198' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J12212770+0257198.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 1.05MB/s]\n", + "SHA256 hash of downloaded file: 7f5dd8c9af261c99eb19f562542ecfea02a92d50d3d8fc86fb88391a1d5a0f94\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J12212770%2B0257198&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J12212770+0257198.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.47k/7.47k [00:00<00:00, 5.32MB/s]\n", + "SHA256 hash of downloaded file: 283a5fe41d984284c679c75e47bb004406cb684fa40a7688e3ff9ed1f8dbace6\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J12341814%2B0008359' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J12341814+0008359.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 1.21MB/s]\n", + "SHA256 hash of downloaded file: 00734e1dfd8ed8c2fe760c943afcf1f5cd7de22f9682e60422186ed8bf26a4e9\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J12341814%2B0008359&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J12341814+0008359.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.44k/7.44k [00:00<00:00, 3.13MB/s]\n", + "SHA256 hash of downloaded file: a2f101ec186312db1d2096c09da767b9d615b5d75908f4b76b364f8bfe2f6279\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J12095613-1004008' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J12095613-1004008.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 810kB/s]\n", + "SHA256 hash of downloaded file: 740ba7676694650ec66f6c042a375a484670914e7cb5f0357388c233fd45a9b5\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J12095613-1004008&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J12095613-1004008.xml'.\n", + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 5.30MB/s]\n", + "SHA256 hash of downloaded file: ee946dc633e2c38bbd927754e2740485685e3258d2d1b9da6cfd65fe1d3ccbf7\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J12314753%2B0847331' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J12314753+0847331.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 437kB/s]\n", + "SHA256 hash of downloaded file: f7ff94d2b02f5b6ff21c2b6ea59748b3f87c5baf7bd55ff0e363f7a8882f81ea\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J12314753%2B0847331&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J12314753+0847331.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.65k/7.65k [00:00<00:00, 4.06MB/s]\n", + "SHA256 hash of downloaded file: 73b0860b68213551f3bda7ca5f67804cf786114b16080ecdc27ab538b0b772da\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSSp+J111010.01%2B011613.1' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J11101001+0116130.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 1.06MB/s]\n", + "SHA256 hash of downloaded file: d27bf9415b4eafc6b52651efd8850891cd34eacc2d513f3fa73948edf0255b20\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSSp+J111010.01%2B011613.1&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSSp J111010.01+011613.1.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.72k/7.72k [00:00<00:00, 8.02MB/s]\n", + "SHA256 hash of downloaded file: e66c36edb7c393f4059ce8e85e4bef7aeeae8dc6a38311efa097d00cf7b19286\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J12471472-0525130' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J12471472-0525130.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 405kB/s]\n", + "SHA256 hash of downloaded file: 48cf76a08252de44939c62b38538ad557c001ea25ed24515c936b9ac9a3892af\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J12471472-0525130&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J12471472-0525130.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.40k/7.40k [00:00<00:00, 7.30MB/s]\n", + "SHA256 hash of downloaded file: 98a2e82c780874a3d97e3d28b20dc1a045463b1fb5b8500a3f14e32cff04d7bc\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J11181292-0856106' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J11181292-0856106.xml'.\n", + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 522kB/s]\n", + "SHA256 hash of downloaded file: 1f4d54b9f32fa7dfd604839e6df19ed7819074fa34298a7572d28e54c6b470dc\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J11181292-0856106&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J11181292-0856106.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.54k/7.54k [00:00<00:00, 5.38MB/s]\n", + "SHA256 hash of downloaded file: 9bf6b14fdd56899dc7d79c496f48ef2f5bf0e42034017ec3225c58364f327b3c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSSp+J125453.90-012247.4' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J12545393-0122474.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 701kB/s]\n", + "SHA256 hash of downloaded file: 45474f097de8f99ff3854ebf630147effe4192ee1b220fa9a2ca4d23c53044f0\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSSp+J125453.90-012247.4&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSSp J125453.90-012247.4.xml'.\n", + "100%|█████████████████████████████████████| 7.51k/7.51k [00:00<00:00, 4.24MB/s]\n", + "SHA256 hash of downloaded file: 83926fd4a7a88d205cca9d73b6838feb883ebc92e2f013eaceae03d466c34918\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J11304030%2B1206306' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J11304030+1206306.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 829kB/s]\n", + "SHA256 hash of downloaded file: 8c66d5cb846c4651dbb2223cc25424ae517e1c56d56fcbe55ce30c0cbb4dfd5d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J11304030%2B1206306&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J11304030+1206306.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.45k/7.45k [00:00<00:00, 5.70MB/s]\n", + "SHA256 hash of downloaded file: 25be17996601db70c4ca8c9549ad13a22fb3f262ae105da939656531b62e325b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J1256-0224' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J12563716-0224522.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.02k/1.02k [00:00<00:00, 514kB/s]\n", + "SHA256 hash of downloaded file: 0e2955e6cbf2f0ed5abf09d0cd58f6cba174aacc41369f4046d0f05007260200\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J1256-0224&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J1256-0224.xml'.\n", + "100%|█████████████████████████████████████| 7.54k/7.54k [00:00<00:00, 8.64MB/s]\n", + "SHA256 hash of downloaded file: 15098599117f725cb92f81aaaf91a9a8574acfeddf012e4cde930e88161142d7\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J11323833-1446374' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J11323833-1446374.xml'.\n", + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 437kB/s]\n", + "SHA256 hash of downloaded file: 1be6ecaed4da18515c25c05350d9f7683e13441ad871bd37dda1e19f3b2cfa6f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J11323833-1446374&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J11323833-1446374.xml'.\n", + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 2.36MB/s]\n", + "SHA256 hash of downloaded file: 5bfabd7b4485c7607542767a34e890a73827cf0f412cc50e55a270b032985a60\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J12474944-1117551' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J12474944-1117551.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 762kB/s]\n", + "SHA256 hash of downloaded file: 9cd41f94ea7ca486e1d5f6393828ed39f7eef3ce6f437be2a3a9411cf2198db4\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J12474944-1117551&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J12474944-1117551.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.59k/7.59k [00:00<00:00, 7.76MB/s]\n", + "SHA256 hash of downloaded file: 8f95e2ee2350786a70ea58c8bdcb837a2011614f38caa9bf0cdc8d4f9db1bad4\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=DENIS-P+J1228.2-1547' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J12281523-1547342.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 51.9kB/s]\n", + "SHA256 hash of downloaded file: 0f94fd6cdaac86f0b770e27cfb398a5fa5d5edfc41d1cb8cf368e85a48f9eea5\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=DENIS-P+J1228.2-1547&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_DENIS-P J1228.2-1547.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.54k/7.54k [00:00<00:00, 5.73MB/s]\n", + "SHA256 hash of downloaded file: 9f1507bdcc56402223b419944cd50cd6e8469e1f27532ef92f9bc1e39c2fc4a1\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=Wolf+359' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J10562886+0700527.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 609kB/s]\n", + "SHA256 hash of downloaded file: f90c52ddf4af3b781d0b762da80032b3a2cead1e5dc15f9369ddfe1ce2b2002c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=Wolf+359&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_Wolf 359.xml'.\n", + "100%|█████████████████████████████████████| 7.40k/7.40k [00:00<00:00, 3.09MB/s]\n", + "SHA256 hash of downloaded file: 60a99f9ce6ad487452b71c05461e6922614cc98145e4442f1c1bd935145fd57c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J104842.84%2B011158.5' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J10484281+0111580.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 530kB/s]\n", + "SHA256 hash of downloaded file: 3ef27f97bbb3ab77b98c724994aebedcf26042f3cc83116e22364165ebedbe4f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J104842.84%2B011158.5&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J104842.84+011158.5.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 3.63MB/s]\n", + "SHA256 hash of downloaded file: 287c85e85b4caffe8f8752fc29073dae2ccea3194896a051a07451506be7bfec\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J104409.43%2B042937.6' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J10440942+0429376.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 421kB/s]\n", + "SHA256 hash of downloaded file: 8a259c9525b94e1a7737537eeb9e89f42b0cf1935862a8d2ca15be6a9257bcc7\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J104409.43%2B042937.6&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J104409.43+042937.6.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 7.89MB/s]\n", + "SHA256 hash of downloaded file: 00e7d5cc7fd6101d5e769df5acccbb38c07adc378fd821c4e2921b274a389ffc\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J104829.21%2B091937.8' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J10482926+0919373.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 2.70MB/s]\n", + "SHA256 hash of downloaded file: 5b4fce69d817ebc18ca39fb39e7d6012b237c399ee378feedebc19149b8279b6\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J104829.21%2B091937.8&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J104829.21+091937.8.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.58k/7.58k [00:00<00:00, 3.72MB/s]\n", + "SHA256 hash of downloaded file: c4e78e32bb2b44e936a88002bd2767d6c70d823215c6b1e2ca525351c603592f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSSp+J132629.82-003831.5' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J13262981-0038314.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 1.30MB/s]\n", + "SHA256 hash of downloaded file: 8227c33683056945af3d8c0bac8a67fb22ed73128900763c494af3a43b8c0d95\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSSp+J132629.82-003831.5&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSSp J132629.82-003831.5.xml'.\n", + "100%|█████████████████████████████████████| 7.54k/7.54k [00:00<00:00, 3.21MB/s]\n", + "SHA256 hash of downloaded file: 1a1167ed2b0d080120f8d8686cd368d5484f903999b5e6aef5e6be8958a37de2\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=DENIS-P+J1058.7-1548' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J10584787-1548172.xml'.\n", + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 406kB/s]\n", + "SHA256 hash of downloaded file: e0ad1b2b63b4a8059430a737484d9c1a10c3a837a61adb4286d964be86a2b5bf\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=DENIS-P+J1058.7-1548&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_DENIS-P J1058.7-1548.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 5.64MB/s]\n", + "SHA256 hash of downloaded file: 114bc120a770d68e6903adb642e1e06a8658661497064a67d5e86ffbbda16324\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J10454932%2B1254541' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J10454932+1254541.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 510kB/s]\n", + "SHA256 hash of downloaded file: 6e6da649ecd101ab608cb389834b9f11cfdc0f56207ce3b099882a82a7d84cdb\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J10454932%2B1254541&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J10454932+1254541.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 2.42MB/s]\n", + "SHA256 hash of downloaded file: 0d260c2b9b1e140728c3135de42c5863daf58ed1c82a8b52a635b0d7b7a60d9f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J104335.08%2B121314.1' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J10433508+1213149.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 470kB/s]\n", + "SHA256 hash of downloaded file: a408a852a68269d00d4e5eee04af012e7cb3c50ca72e7200c822939eaecb2f37\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J104335.08%2B121314.1&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J104335.08+121314.1.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.58k/7.58k [00:00<00:00, 4.51MB/s]\n", + "SHA256 hash of downloaded file: b0a5ffc3b1390f9720999db0c026680aaad847a79ef811926b25e3ab5a04abec\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSW+J1146345%2B223053' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J11463449+2230527.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 516kB/s]\n", + "SHA256 hash of downloaded file: 7e0cfb4704729975b307db4fca7225dc07bf4b001e072fe3abd930eacf75e3c4\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSW+J1146345%2B223053&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSW J1146345+223053.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.48k/7.48k [00:00<00:00, 10.4MB/s]\n", + "SHA256 hash of downloaded file: a1059c5b802eda8ce1e37f4c0103562dcd1345ea40c7bac8ab898ac7fd8b5962\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J133148.92-011651.4' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J13314894-0116500.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 2.00MB/s]\n", + "SHA256 hash of downloaded file: 26122de4c4bf3380906f9574044ff0fc6202855ee361d92bfadda94e4efeb78f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J133148.92-011651.4&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J133148.92-011651.4.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.58k/7.58k [00:00<00:00, 4.52MB/s]\n", + "SHA256 hash of downloaded file: bfefc6c8230835396847c3bc60195821b6c8e8cc954c366f7f88d88842afc44a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J12121714-2253451' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J12121714-2253451.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 352kB/s]\n", + "SHA256 hash of downloaded file: 675ee4fcd302be7d589aa09dd15cbabde65c7c91a60958622384198664525b23\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J12121714-2253451&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J12121714-2253451.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.46k/7.46k [00:00<00:00, 4.48MB/s]\n", + "SHA256 hash of downloaded file: 9a0c992d501cce84cd9dc9ddad83c34be2338405a9b3c4cf2b7488095b0779ec\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J13272391%2B0946446' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J13272391+0946446.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 786kB/s]\n", + "SHA256 hash of downloaded file: 3e07cd52c90a4752cbfdaffb4f963093d666193f89794b84d719c4be135c510f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J13272391%2B0946446&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J13272391+0946446.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.42k/7.42k [00:00<00:00, 5.41MB/s]\n", + "SHA256 hash of downloaded file: 0849e8331e1878de7a6811ff51af161241a59f253d09adc62b71cf0d49677e90\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J1104012%2B195921' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J11040127+1959217.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 771kB/s]\n", + "SHA256 hash of downloaded file: 5f36c68d9e8e644db8d5c1effbdac9637c7c1a810eb97b5d36a1937ff649d460\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J1104012%2B195921&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J1104012+195921.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.45k/7.45k [00:00<00:00, 4.79MB/s]\n", + "SHA256 hash of downloaded file: 032ec712219ca6a582f0699a8c81a0bdfea1d811e8ad9f5b537f7330678c6559\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J12414645-2238178' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J12414645-2238178.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 322kB/s]\n", + "SHA256 hash of downloaded file: 1cb759421e21c17f073b0c804a06c44527066af5a6e7ec0a3805acc59b324dcd\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J12414645-2238178&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J12414645-2238178.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.52k/7.52k [00:00<00:00, 5.02MB/s]\n", + "SHA256 hash of downloaded file: e6879bb6e06938d78ebae5ded11a2a2e28ac1d433c094af3ef90009a570c7bf7\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J102109.69-030420.1' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J10210969-0304197.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 391kB/s]\n", + "SHA256 hash of downloaded file: 1fbe36a731d8f1deac1a56c4aa550e329967bcf30344945ffba43272a7cc36f1\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J102109.69-030420.1&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J102109.69-030420.1.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.61k/7.61k [00:00<00:00, 4.41MB/s]\n", + "SHA256 hash of downloaded file: 3a2c11558598c63f2c4ca07db34a519a2b19d461e070d9f5d990ce5a9399adc1\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J12425052%2B2357231' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J12425052+2357231.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 281kB/s]\n", + "SHA256 hash of downloaded file: 91c65c639fd11bb07af483487c4ece809d5f461ab5ed65fba54c36e217153aee\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J12425052%2B2357231&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J12425052+2357231.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.46k/7.46k [00:00<00:00, 2.81MB/s]\n", + "SHA256 hash of downloaded file: 1a67c6f12fff2dec8b1bcb4a96394a8d48a259d1207b4ed384c518ae73cf957e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J13184794%2B1736117' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J13184794+1736117.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 389kB/s]\n", + "SHA256 hash of downloaded file: 90aef899a11a1935d14a63c1e8da0cef460864a679e17cf2daa0f737096f2be9\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J13184794%2B1736117&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J13184794+1736117.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.56k/7.56k [00:00<00:00, 4.42MB/s]\n", + "SHA256 hash of downloaded file: febe0e40acb8e16a53207e682d0b590e79d0af666181efd9f077f34aca6653d2\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSSp+J134646.45-003150.4' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J13464634-0031501.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 639kB/s]\n", + "SHA256 hash of downloaded file: ffa46d1c76f7281e34020747db52bfae5a55c041db261dc32a4044654c3814f6\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSSp+J134646.45-003150.4&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSSp J134646.45-003150.4.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.71k/7.71k [00:00<00:00, 5.38MB/s]\n", + "SHA256 hash of downloaded file: 3fccffcb4eaf44aa47897c04a8c120a08b52e7aa49aa33daf8f642698952762a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J11150577%2B2520467' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J11150577+2520467.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 590kB/s]\n", + "SHA256 hash of downloaded file: 4d081c32f6a7384eb22191fb9fe3a2450d814bff024561c2265db588adf10fee\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J11150577%2B2520467&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J11150577+2520467.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.42k/7.42k [00:00<00:00, 3.81MB/s]\n", + "SHA256 hash of downloaded file: 7d25293340559c9bd50c402a642483a3b71ec70913a46b820cbe38a0d6f503d9\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J1047538%2B212423' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J10475385+2124234.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 508kB/s]\n", + "SHA256 hash of downloaded file: ecdd4628aa0c13659444cb7c74c664f3799024005f33d0bffd17adac5d8d2b6a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J1047538%2B212423&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J1047538+212423.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.69k/7.69k [00:00<00:00, 5.33MB/s]\n", + "SHA256 hash of downloaded file: 88ce153e300cb17c0ae5128b6b03d484f93831214aa79e2d0b62885bf47e93da\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J1010148-040649' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J10101480-0406499.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.02k/1.02k [00:00<00:00, 565kB/s]\n", + "SHA256 hash of downloaded file: 85e02a0ee49f74655447f1f816f82c20e4db06658622d0fa02828a32a300d2f8\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J1010148-040649&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J1010148-040649.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.51k/7.51k [00:00<00:00, 5.65MB/s]\n", + "SHA256 hash of downloaded file: 22d07756c1832ac9e0261cb32f243db565cd9a59fafa4557986afc9a1c0a0937\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J120602.51%2B281328.7' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J12060248+2813293.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 512kB/s]\n", + "SHA256 hash of downloaded file: f0abcc3c5e370480a8c8cedf3ebe23cbdf100a8408931ae92656cb8a775d8ce3\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J120602.51%2B281328.7&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J120602.51+281328.7.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 6.68k/6.68k [00:00<00:00, 4.89MB/s]\n", + "SHA256 hash of downloaded file: 3396f73e58ba2d95fd4e022187de96e01a67b312bc28f7489d67a7efe6dde7ef\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J12255432-2739466' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J12255432-2739466.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 514kB/s]\n", + "SHA256 hash of downloaded file: 60ea8d29065cd00a6472f2f54fe45dc0935a8872efedf0bccc3b9b8e21f6607a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J12255432-2739466&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J12255432-2739466.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.62k/7.62k [00:00<00:00, 5.60MB/s]\n", + "SHA256 hash of downloaded file: 9f5a8916595da15090832e7dfaf1edde0bf98f2de0140b6c17da3fb1f43ede3d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J13032137%2B2351110' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J13032137+2351110.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 110kB/s]\n", + "SHA256 hash of downloaded file: 1b5d57185f9ab8bccbf1899effd192ac0805a2d2947b31ec01e8564f9943fc89\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J13032137%2B2351110&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J13032137+2351110.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.32k/7.32k [00:00<00:00, 4.68MB/s]\n", + "SHA256 hash of downloaded file: 8660021d14d4d56e50ee467e7cdfd19a38dc39ce1ed223b7c61094bb0f725c95\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J11145133-2618235' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J11145133-2618235.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 442kB/s]\n", + "SHA256 hash of downloaded file: 8756cc020a86f11b9cc7aaaf108ce60d32a63c3f154a029bc7a3d7c006c280da\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J11145133-2618235&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J11145133-2618235.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.80k/7.80k [00:00<00:00, 5.21MB/s]\n", + "SHA256 hash of downloaded file: dab4e381ac61ac5aef363110ef026a7b94f52753a447e46dcd96eaa1cde3963c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J134203.11%2B134022.2' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J13420311+1340222.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 540kB/s]\n", + "SHA256 hash of downloaded file: 3c5ebb8329a1225f95b6754ae5d014eeb1a9b4313fc728e8a30f158c3c5dab9e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J134203.11%2B134022.2&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J134203.11+134022.2.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 6.87k/6.87k [00:00<00:00, 3.86MB/s]\n", + "SHA256 hash of downloaded file: 6b117c4567b2408e06f0d1bed175b16002cc3c2ae986540fa64e980d656ffbe6\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J10430758%2B2225236' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J10430758+2225236.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 430kB/s]\n", + "SHA256 hash of downloaded file: 860c7a40c47b37aa45675c53cbd379af7955001b88b3dde26609e0955bae7b4d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J10430758%2B2225236&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J10430758+2225236.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.57k/7.57k [00:00<00:00, 5.12MB/s]\n", + "SHA256 hash of downloaded file: b7df1bb6a7d8e17ea8a6a29621b5c8fb1491e591cfd4621ba264b18b8f02d5c9\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J12304562%2B2827583' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J12304562+2827583.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 511kB/s]\n", + "SHA256 hash of downloaded file: ebdb4d721eb0f3a00847eca8dd1c3542343ee321af6cee8eb6fd78a7a46ab018\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J12304562%2B2827583&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J12304562+2827583.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.55k/7.55k [00:00<00:00, 5.62MB/s]\n", + "SHA256 hash of downloaded file: b37000ac6e43d6218365c30c02a2213d841b6c9d969c02658dadfbb50797baef\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J10462067%2B2354307' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J10462067+2354307.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 526kB/s]\n", + "SHA256 hash of downloaded file: 923b3a15d7286da1e0405641f1d682ab02a449200c752ad89de3a68ce8c5b332\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J10462067%2B2354307&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J10462067+2354307.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.46k/7.46k [00:00<00:00, 5.63MB/s]\n", + "SHA256 hash of downloaded file: e2e86e90b9654fa47cb8d8009aec8ec0dc1ffb01f048251fe60eaceea3360882\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SSSPM+1013-1356' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J10130734-1356204.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.02k/1.02k [00:00<00:00, 549kB/s]\n", + "SHA256 hash of downloaded file: 62465dda81cf504d3d3b2d6179fc7ac9ed16d563ca1f53e6d9a636f1d5b98900\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SSSPM+1013-1356&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SSSPM 1013-1356.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.46k/7.46k [00:00<00:00, 5.44MB/s]\n", + "SHA256 hash of downloaded file: d96fca39b76717acf55bb4995c66bdeeb317f38fd310e2e2fc29a9e36151563a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=Kelu-1' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J13054019-2541059.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.00k/1.00k [00:00<00:00, 620kB/s]\n", + "SHA256 hash of downloaded file: d6a9fc58809b5afd77f59cf21ea60e1dea2d9d40b74fbb6128c98138fb37ee98\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=Kelu-1&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_Kelu-1.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.46k/7.46k [00:00<00:00, 4.71MB/s]\n", + "SHA256 hash of downloaded file: b9a86019bf6df90ece5c4fc63dd716bfd1eac3d2c5bfe9f014e69861e74fd2b6\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J12531161%2B2728145' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J12531161+2728145.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 487kB/s]\n", + "SHA256 hash of downloaded file: 07c922a098dfc6e626fee192a52d5eab1e13951f5b2b44e30f92de9741057363\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J12531161%2B2728145&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J12531161+2728145.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.51k/7.51k [00:00<00:00, 5.60MB/s]\n", + "SHA256 hash of downloaded file: 8eb4947519fb7600a1207a3ce63aecabfd904fde90d78f62975e064648afcadc\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J121659.17%2B300306.3' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J12165918+3003054.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 441kB/s]\n", + "SHA256 hash of downloaded file: 2b7677ddf14ae34ee327c0a54fc9e95037180b6a54926a405ec90bfc1e1fa5c4\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J121659.17%2B300306.3&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J121659.17+300306.3.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 6.70k/6.70k [00:00<00:00, 4.82MB/s]\n", + "SHA256 hash of downloaded file: 9868600252889cbac2ac5df73c4840b2a81f9ae5a5a7f96dab7cd572217ada8b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J11061191%2B2754215' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J11061191+2754215.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.05k/1.05k [00:00<00:00, 607kB/s]\n", + "SHA256 hash of downloaded file: 6c974d5b902851bf2b3b6b297479b8df39b335546e24f11f366d04b886972555\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J11061191%2B2754215&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J11061191+2754215.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.55k/7.55k [00:00<00:00, 5.46MB/s]\n", + "SHA256 hash of downloaded file: 660a586d602cecf6cbe14a7963b0e00cd93533dc46eb39801088dcf7fa9017f8\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J11061197%2B2754225' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J11061197+2754225.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.05k/1.05k [00:00<00:00, 500kB/s]\n", + "SHA256 hash of downloaded file: 34201bac2f956cee6f44bec81dae4ca6c1f8e234cce73619c85233686b940dfd\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J11061197%2B2754225&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J11061197+2754225.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.55k/7.55k [00:00<00:00, 2.99MB/s]\n", + "SHA256 hash of downloaded file: a059fa4b626d81c3c744ced080ec9a4016d573a0db781d88c517df95fef1166e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=TWA+30B' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J11321822-3018316.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 339kB/s]\n", + "SHA256 hash of downloaded file: 895b5169eb720d3128ab6234285ce5938e68ef9c4b03c3c01b8a1f078c8c79a1\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=TWA+30B&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_TWA 30B.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.41k/7.41k [00:00<00:00, 2.30MB/s]\n", + "SHA256 hash of downloaded file: e5bb9f4d84960bfdf076068fc73a82a1a1ea4a6512d2b9fc42602a667573c433\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J11070582%2B2827226' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J11070582+2827226.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 628kB/s]\n", + "SHA256 hash of downloaded file: fce541f3eba678aec965281f0ef5c76540ae6f7d56e802893d384d1e073fe3ef\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J11070582%2B2827226&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J11070582+2827226.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.45k/7.45k [00:00<00:00, 2.77MB/s]\n", + "SHA256 hash of downloaded file: 2811f1ade00a80d4a0f130992dd3fdf5524d94cf28ce34d5c10fd7217856cd12\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J12373441%2B3028596' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J12373441+3028596.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 334kB/s]\n", + "SHA256 hash of downloaded file: 776ca1b258908985205963be6a340ba5560683aff370cb42753fe31b19a9476b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J12373441%2B3028596&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J12373441+3028596.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.50k/7.50k [00:00<00:00, 4.08MB/s]\n", + "SHA256 hash of downloaded file: 7b5f50d15556c382e9c7f16c36373f9396115521d099bb5276f30b2a647b5e70\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J121951.45%2B312849.4' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J12195156+3128497.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 436kB/s]\n", + "SHA256 hash of downloaded file: d5c076d890039a0f8c9e2ef6b8ab0535aa8ae291742c1c591fd9ba2c173d429f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J121951.45%2B312849.4&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J121951.45+312849.4.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.55k/7.55k [00:00<00:00, 3.74MB/s]\n", + "SHA256 hash of downloaded file: b0ab4a311da0bc162f17e2c3cc936faceb745864838372fd01d9d13c832c122f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J12070374-3151298' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J12070374-3151298.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 611kB/s]\n", + "SHA256 hash of downloaded file: 27128387b9a7e5d2309b1953023cba7f134fdfc08c6847682421baec549b5e03\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J12070374-3151298&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J12070374-3151298.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.48k/7.48k [00:00<00:00, 5.13MB/s]\n", + "SHA256 hash of downloaded file: 21c7c16565f5152a807f9998e2fd49288b7d8dd6fa3300b25928a5c3e3c99dbd\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J11395113-3159214' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J11395113-3159214.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 455kB/s]\n", + "SHA256 hash of downloaded file: 6101689fe5cb29438a158a30ab40dc7cd5440a0ee45fd7ad0979102f138e294a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J11395113-3159214&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J11395113-3159214.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.47k/7.47k [00:00<00:00, 4.09MB/s]\n", + "SHA256 hash of downloaded file: c3dbece5b3da7a013b72b786011ab77a896d401fbc11ef7dc3288555163f26b8\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J13571237%2B1428398' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J13571237+1428398.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 532kB/s]\n", + "SHA256 hash of downloaded file: 7cbb424768b12f96f297a07f077a26df7e0396822bbe6338ed982ee874915d7a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J13571237%2B1428398&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J13571237+1428398.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.50k/7.50k [00:00<00:00, 5.42MB/s]\n", + "SHA256 hash of downloaded file: 18df999d45ab9a833a180b976414ded5981f58ae7df67a7068e6f7254b16d0fa\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J100711.74%2B193056.2' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J10071185+1930563.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 529kB/s]\n", + "SHA256 hash of downloaded file: 03040b27e4805bb34b73e3984adb9762949da17ddcbbf15e2cef525ab72d3aed\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J100711.74%2B193056.2&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J100711.74+193056.2.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 6.76k/6.76k [00:00<00:00, 4.94MB/s]\n", + "SHA256 hash of downloaded file: 7209b916c55cfb34ef83d2698fd9118913926d32d5e88cf72b64d97a7f7cdf57\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J10595185%2B3042059' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J10595185+3042059.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 621kB/s]\n", + "SHA256 hash of downloaded file: e6bea9c1b6b6e0859e8c3bd549a7a0f26e45322d2f175180a4d730dfe2a866cd\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J10595185%2B3042059&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J10595185+3042059.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 6.76k/6.76k [00:00<00:00, 4.59MB/s]\n", + "SHA256 hash of downloaded file: 358623f5f4ac3d787a38b76f8f2b7926b148059483f78e5b43391f9dd58d14bb\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J14075361%2B1241099' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J14075361+1241099.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 462kB/s]\n", + "SHA256 hash of downloaded file: a39cdb1cac7eefaf403246e5dadad0bbded700237328a371361fd341cbe983da\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J14075361%2B1241099&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J14075361+1241099.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.52k/7.52k [00:00<00:00, 4.90MB/s]\n", + "SHA256 hash of downloaded file: 25cc004ccc5e51c03457e43b0b2a19d241f9e01ec6cdc735a3bd1040a5aadf17\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J14171672-0407311' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J14171672-0407311.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 612kB/s]\n", + "SHA256 hash of downloaded file: ef7d7125806246fc8fc9f9cb9a9b69edc96d99f43ef26898a04a7ba12627c9b5\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J14171672-0407311&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J14171672-0407311.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.45k/7.45k [00:00<00:00, 4.95MB/s]\n", + "SHA256 hash of downloaded file: 52de58b9508c7e52890b469a514dec9324d8bb4e3aa0d72d92287194a72c0072\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J13544271%2B2150309' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J13544271+2150309.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 374kB/s]\n", + "SHA256 hash of downloaded file: 56ac88fb14a87ac0b3bb4095e1c7a3d26fc8b4c255e671b9433ceb613df0da1b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J13544271%2B2150309&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J13544271+2150309.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 5.29MB/s]\n", + "SHA256 hash of downloaded file: 8fa63ae809e05f24a7dfb8bd209fd6575150810600cafff675bf3a9f86bdae0f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J09490860-1545485' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J09490860-1545485.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 572kB/s]\n", + "SHA256 hash of downloaded file: 19fff665b11f92aa6fb5ed1e7766db0adbf2ade501ff9bad4bbe67c800cf12c9\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J09490860-1545485&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J09490860-1545485.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.62k/7.62k [00:00<00:00, 5.09MB/s]\n", + "SHA256 hash of downloaded file: 6be30daabe2fc8d4c14ad51e1c460fd1a4660e5a01a5ea9cdb37511147086ab2\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J111320.16%2B343057.9' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J11132009+3430582.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 270kB/s]\n", + "SHA256 hash of downloaded file: 6b08da61abc3189616ac2d7091cc62561eae7402e897f617bc14a368230799ca\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J111320.16%2B343057.9&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J111320.16+343057.9.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 6.70k/6.70k [00:00<00:00, 5.54MB/s]\n", + "SHA256 hash of downloaded file: f9484f79d9743d2a7f12757c4ee5dfeebf4097f3c9055eb13f307cf94700335c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J11220826-3512363' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J11220826-3512363.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 535kB/s]\n", + "SHA256 hash of downloaded file: 5adab4174390d49983fb538deb18f4a03593396a896d7a20b270382b921e27bd\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J11220826-3512363&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J11220826-3512363.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.61k/7.61k [00:00<00:00, 5.31MB/s]\n", + "SHA256 hash of downloaded file: 8672ec100e81033525746d392cb7382c69b2538d5fd98dc8b920deddc416163a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=ULAS+J141623.94%2B134836.3' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J14162394+1348363.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 648kB/s]\n", + "SHA256 hash of downloaded file: 26f7b61b8982a3987ab7719158722b0f5a93039b6428a11f9c0ac81410a99084\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=ULAS+J141623.94%2B134836.3&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_ULAS J141623.94+134836.3.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.77k/7.77k [00:00<00:00, 5.29MB/s]\n", + "SHA256 hash of downloaded file: d35716193b3ef64d383f3320cdad71079249b161c62bc514dcb226bf9b3a3516\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=Gliese+417BC' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J11122567+3548131.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.02k/1.02k [00:00<00:00, 704kB/s]\n", + "SHA256 hash of downloaded file: fba60c48074c80e7d5a36212e1c6c28d643d85bfb532c9f056d182fc558d9437\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=Gliese+417BC&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_Gliese 417BC.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 5.52MB/s]\n", + "SHA256 hash of downloaded file: 2b781aac519215b249d5b8bd94001c4957bd6bd135f5e7c9f9f624571fec772e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J103931.35%2B325625.5' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J10393137+3256263.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 419kB/s]\n", + "SHA256 hash of downloaded file: 142651c1fcb6387088bb1b6ddee2480a2f84af5ae6f906747036ce3fcbc4c3a6\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J103931.35%2B325625.5&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J103931.35+325625.5.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.57k/7.57k [00:00<00:00, 4.21MB/s]\n", + "SHA256 hash of downloaded file: 175afcc88478587b60c27d9f1198672aa13a0d59d4954494670dc3c60ed46ecd\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J14113696%2B2112471' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J14113696+2112471.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 411kB/s]\n", + "SHA256 hash of downloaded file: 200ee83c4021a7b8587c8ea40af3515a74bf2e5182573097ed4e7a189e719f73\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J14113696%2B2112471&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J14113696+2112471.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.45k/7.45k [00:00<00:00, 5.01MB/s]\n", + "SHA256 hash of downloaded file: e606323a98b9f79c30338fa484562e9f40a8c8018a0937bd4373aab9b535fc8f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J11240487%2B3808054' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J11240487+3808054.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 538kB/s]\n", + "SHA256 hash of downloaded file: 4fd5d80404ae22ce651e5d7af618be38b8823cd6c7f8d3772ac75ddbe1962255\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J11240487%2B3808054&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J11240487+3808054.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.40k/7.40k [00:00<00:00, 5.47MB/s]\n", + "SHA256 hash of downloaded file: 2ef4a1b524581dfa8b201462cf862e05ad67e746bc93fa39c1050c9ace660974\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J102552.43%2B321234.0' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J10255227+3212349.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 510kB/s]\n", + "SHA256 hash of downloaded file: 8252af63e18ca23ddc98aa77c7e100ddbd4810e1351aff9aa4b47d70d8d3fc1d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J102552.43%2B321234.0&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J102552.43+321234.0.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.52k/7.52k [00:00<00:00, 5.66MB/s]\n", + "SHA256 hash of downloaded file: 85cdb883582bcb737017265dbaf745acfb60c4bd7efcc7f9373b5e763be64e67\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J13080147%2B3553169' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J13080147+3553169.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 522kB/s]\n", + "SHA256 hash of downloaded file: a12b507413a30ada8767bbcfdac548c536604d296061b15d78d624a68c1b908f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J13080147%2B3553169&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J13080147+3553169.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.47k/7.47k [00:00<00:00, 5.10MB/s]\n", + "SHA256 hash of downloaded file: cd7980a0dd452816a32b6b299d1bf158c0a6178b99d63bdf118e53187e20c396\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J10334372-3337056' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J10334372-3337056.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 295kB/s]\n", + "SHA256 hash of downloaded file: 743215cb0a510b052bd656980309833a4eded6c3def60e1148a31d83ca4862a2\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J10334372-3337056&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J10334372-3337056.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.52k/7.52k [00:00<00:00, 5.40MB/s]\n", + "SHA256 hash of downloaded file: a4401c3eaa30d3b6c2d39025c81386e112b7fac5e446696c89079fd7bb53740f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J10315064%2B3349595' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J10315064+3349595.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 591kB/s]\n", + "SHA256 hash of downloaded file: db271526b03d9eb5fccb60d5beba679e53d175f5e040906ce91e46b4eed27848\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J10315064%2B3349595&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J10315064+3349595.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.54k/7.54k [00:00<00:00, 4.06MB/s]\n", + "SHA256 hash of downloaded file: 78c75110445b417ae9d81f57cd9958dcc0ffc43ff6170150fd58c8e7d073369b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSW+J1036530-344138' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J10365305-3441380.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 718kB/s]\n", + "SHA256 hash of downloaded file: 1f9d202363e9a26a1eec068196764d8528ca94b2b92e2ec5d4e00fc3acc940fa\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSW+J1036530-344138&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSW J1036530-344138.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.54k/7.54k [00:00<00:00, 4.28MB/s]\n", + "SHA256 hash of downloaded file: 4208c92ee67726ce047396340330ffffee533233da19a204166998545e5a473f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J14313097%2B1436539' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J14313097+1436539.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 726kB/s]\n", + "SHA256 hash of downloaded file: c93a239b12f2788dc0c292e529bcb54de7e802dd52af0deb69c80273143759e9\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J14313097%2B1436539&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J14313097+1436539.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 5.34MB/s]\n", + "SHA256 hash of downloaded file: 5bcf0b56a3321b274cad5cc7fb4b0f5fdd012efbe69f91147906a4176ffefb3b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J13313310%2B3407583' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J13313310+3407583.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 481kB/s]\n", + "SHA256 hash of downloaded file: 3e2a93814ab58c1aa6664148cb70478a8aba3b94220499e048acad4cc2939838\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J13313310%2B3407583&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J13313310+3407583.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.51k/7.51k [00:00<00:00, 4.75MB/s]\n", + "SHA256 hash of downloaded file: 78eb99851bf14c919a92519e41a2809f8174797ae8dcf32d71ff46010b8af9fd\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J142227.25%2B221557.1' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J14222720+2215575.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 423kB/s]\n", + "SHA256 hash of downloaded file: 15e375a3c0c9b283fd416a95178820a6c57d8ebbad09be1d6b9fd0d0b5cc5bfc\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J142227.25%2B221557.1&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J142227.25+221557.1.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 6.76k/6.76k [00:00<00:00, 4.05MB/s]\n", + "SHA256 hash of downloaded file: 11e8843e3fe6723261119d3b5ff024f1437854c02c11b06c132bb53f82f8195e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J09153413%2B0422045' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J09153413+0422045.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 635kB/s]\n", + "SHA256 hash of downloaded file: 36782b2196cfccf9d65a0a7ac1156509d0ce386665ded9808f975d1f83f3316e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J09153413%2B0422045&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J09153413+0422045.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 5.58MB/s]\n", + "SHA256 hash of downloaded file: 3e26ecf1aa288f8b4aab9c0bfa0edc6d867d2ecceefb82df6d77575770d30482\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J13593574%2B3031039' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J13593574+3031039.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 618kB/s]\n", + "SHA256 hash of downloaded file: d10e280917b805b45109aebe058d45677e09d7531595f3de70302e68e8d1ff4f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J13593574%2B3031039&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J13593574+3031039.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.40k/7.40k [00:00<00:00, 5.33MB/s]\n", + "SHA256 hash of downloaded file: 81008a9106455fae225ec5ab6e5753732e8b44879bfc2693e832971a2cef597f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J14403186-1303263' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J14403186-1303263.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 543kB/s]\n", + "SHA256 hash of downloaded file: 47b3c10f744c143974fc3a4b2ac15bd9ed10fa916f8c32dd22755d747c40941f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J14403186-1303263&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J14403186-1303263.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.50k/7.50k [00:00<00:00, 5.53MB/s]\n", + "SHA256 hash of downloaded file: 52c47399da161940df7d585548ebbbc7d737cedf04873a3841640cac58b787ad\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J09393548-2448279' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J09393548-2448279.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 503kB/s]\n", + "SHA256 hash of downloaded file: 1f9a9b72dc4a912869d4801f3574cab41ce9928256f30dabce9a890e06540adc\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J09393548-2448279&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J09393548-2448279.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.76k/7.76k [00:00<00:00, 5.28MB/s]\n", + "SHA256 hash of downloaded file: 6cd43e3d9dc53049834c3400e1a58023a776ff2e33cd58b4477242262a735388\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSW+J1448256%2B103159' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J14482563+1031590.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 407kB/s]\n", + "SHA256 hash of downloaded file: c58b85ad3a6c49413d9a9efa22b830b7946b78e3fdffe0b4dec27deb50bd0193\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSW+J1448256%2B103159&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSW J1448256+103159.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.51k/7.51k [00:00<00:00, 5.65MB/s]\n", + "SHA256 hash of downloaded file: 62233d5d2e345db04b6c8a87bc65141bf54f4b5eb29a794a8afabb8b88859f9b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=LHS+377' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J14390030+1839385.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 462kB/s]\n", + "SHA256 hash of downloaded file: 32a3c7bdbd4f95dc7c505bcf0eb8eaab81e9e45bb1dff9bdb87ff64de63ca91f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=LHS+377&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_LHS 377.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.38k/7.38k [00:00<00:00, 5.57MB/s]\n", + "SHA256 hash of downloaded file: fbc85f0e4d69f20affc15af977fd1eba353db81909cb89120fa2f893497fdc71\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J12490872%2B4157286' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J12490872+4157286.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 466kB/s]\n", + "SHA256 hash of downloaded file: 6809b1c571a8e1c455f891acc4dca1f7caa47f4bf22554831a319bed9579bf65\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J12490872%2B4157286&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J12490872+4157286.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.51k/7.51k [00:00<00:00, 4.69MB/s]\n", + "SHA256 hash of downloaded file: a326dc76e1217c0f2a801d69c5e6989866a3982d2f24ce675f0c18aebb340032\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J09171104-1650010' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J09171104-1650010.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 527kB/s]\n", + "SHA256 hash of downloaded file: dc308683364209a8a66b9ceda7bb16a48208060f2fd593795d0a3d99e5195411\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J09171104-1650010&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J09171104-1650010.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.47k/7.47k [00:00<00:00, 5.33MB/s]\n", + "SHA256 hash of downloaded file: 0ae259963b7fe6b198857ede47ccd55e3c99c01a3338dff2b970e79cdfc62589\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J14044941-3159329' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J14044941-3159329.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 396kB/s]\n", + "SHA256 hash of downloaded file: 9cd882d10062c2f73163d8fc719173ba2dfe62fd5a168aca88ed05090f786ca8\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J14044941-3159329&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J14044941-3159329.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.57k/7.57k [00:00<00:00, 5.13MB/s]\n", + "SHA256 hash of downloaded file: fb3b359e6d1df1d1ca979c8a388efcf55a1f12f88582bbf9eb22f2494815d72d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J14044948-3159330' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J14044948-3159330.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 503kB/s]\n", + "SHA256 hash of downloaded file: a033e33843587dbcd44026916151b47263d2019c055808e2def64b9a332d5faf\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J14044948-3159330&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J14044948-3159330.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.58k/7.58k [00:00<00:00, 5.33MB/s]\n", + "SHA256 hash of downloaded file: 1847fec330067836d6cd861c03083f9c6567a67fda5acbe1ef66d546da7dad72\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J14343616%2B2202463' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J14343616+2202463.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 467kB/s]\n", + "SHA256 hash of downloaded file: a6dcd4ef30111a3691d435abec5e76ee1da0c780eefde62e521c33f590cd8565\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J14343616%2B2202463&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J14343616+2202463.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.52k/7.52k [00:00<00:00, 5.09MB/s]\n", + "SHA256 hash of downloaded file: 7c924679c1e2bdcac1b79846034e16a0a23800525dcc67338dd43e554b373a51\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSW+J1439284%2B192915' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J14392836+1929149.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 701kB/s]\n", + "SHA256 hash of downloaded file: 2f1817812583ebe559d3821a33feb643e0bfc8a00634163e8799878ff33c97d9\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSW+J1439284%2B192915&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSW J1439284+192915.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.42k/7.42k [00:00<00:00, 4.72MB/s]\n", + "SHA256 hash of downloaded file: 94f70820b1823c21335b0fde33d3a4bc61eeb9cf0cecf1a3e871f331b79cc089\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J09243114%2B2143536' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J09243114+2143536.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 523kB/s]\n", + "SHA256 hash of downloaded file: 7e26186c6eb02850959cf0b5b4b5dd07e178cd44714e9941c2130fb3b38fa90f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J09243114%2B2143536&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J09243114+2143536.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 5.64MB/s]\n", + "SHA256 hash of downloaded file: 5a95e2386689ad122a34453b9760eebe957938676cead314627424ba5effe1c6\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J09384022-2748184' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J09384022-2748184.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 544kB/s]\n", + "SHA256 hash of downloaded file: d05bf893a98688026ee705167e2a161de535d6be3edfbb24266930044e443192\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J09384022-2748184&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J09384022-2748184.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.48k/7.48k [00:00<00:00, 4.31MB/s]\n", + "SHA256 hash of downloaded file: 173434436f00e5cab3671820fdf42120bce596e5e6005440bb05d44c91bc7a51\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=Gl+337CD' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J09121469+1459396.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.02k/1.02k [00:00<00:00, 367kB/s]\n", + "SHA256 hash of downloaded file: e99699334a1d28e2c6edc729fe8ec3e3c168444e5bb90c41217342899646ccc5\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=Gl+337CD&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_Gl 337CD.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.57k/7.57k [00:00<00:00, 5.19MB/s]\n", + "SHA256 hash of downloaded file: 19c347f54a45acd764df3ef0fbd0fb0241c48474a3e5a4976f8acb7185dbc1b4\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J09211410-2104446' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J09211410-2104446.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 440kB/s]\n", + "SHA256 hash of downloaded file: 86b940f0ae347a1749b351f57c9923008ed427a046419bce6259689bcea3cda8\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J09211410-2104446&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J09211410-2104446.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.48k/7.48k [00:00<00:00, 4.71MB/s]\n", + "SHA256 hash of downloaded file: 04532ad0d3233984160cf7f3235f907df70915550d7a4913aaad467cb338f429\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J112118.57%2B433246.5' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J11211858+4332464.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 340kB/s]\n", + "SHA256 hash of downloaded file: 3869971414ac4c7ed1d9bea4f9274786e7cc2514c92fc21262d92cb300be2207\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J112118.57%2B433246.5&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J112118.57+433246.5.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 6.68k/6.68k [00:00<00:00, 4.98MB/s]\n", + "SHA256 hash of downloaded file: 49739774f071a0100b93dc878ac2fb21de8132734f328b15e6ff934aac6a28ac\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J103321.92%2B400549.5' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J10332186+4005499.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 428kB/s]\n", + "SHA256 hash of downloaded file: 363c530eb3edc9939a9f1a748258d229b25c2706a30c9eba39bed6933ddad03a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J103321.92%2B400549.5&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J103321.92+400549.5.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 6.68k/6.68k [00:00<00:00, 4.23MB/s]\n", + "SHA256 hash of downloaded file: 8d979225124274e2c7c6b5b87291bb7cc55b227c864e363042da51616c94d0ec\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J0937347%2B293142' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J09373487+2931409.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 612kB/s]\n", + "SHA256 hash of downloaded file: 8d574d92357900af689018cf056e03bcb4044e46dfda646d9dd78f02ac8d4022\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J0937347%2B293142&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J0937347+293142.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.70k/7.70k [00:00<00:00, 6.99MB/s]\n", + "SHA256 hash of downloaded file: 331fa52350c578eaf1b6579cb2f8af1f19196c2c20708cca6a894465626d2718\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=DENIS+J124514.1-442907' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J12451416-4429077.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 678kB/s]\n", + "SHA256 hash of downloaded file: b04e9a0361760c8b62a5534313c65bead04113412d2dd35b5e53320da2872db6\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=DENIS+J124514.1-442907&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_DENIS J124514.1-442907.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.48k/7.48k [00:00<00:00, 5.34MB/s]\n", + "SHA256 hash of downloaded file: d78cedd9c6de6c85dee2b2e202a5757545ea3a63d3265c7d1bbeb9e51f34d9f3\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J135852.68%2B374711.9' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J13585269+3747137.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 401kB/s]\n", + "SHA256 hash of downloaded file: c676ab3e77047726b015ead485eca49b60e3f04b937c77aaa000ca9d17410064\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J135852.68%2B374711.9&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J135852.68+374711.9.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 6.43k/6.43k [00:00<00:00, 4.75MB/s]\n", + "SHA256 hash of downloaded file: ce4338d781fc611ce7b10f1f8b4a6a9a8e170e0167a5eb268db90dbd876bb949\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=HD+89744B' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J10221489+4114266.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 438kB/s]\n", + "SHA256 hash of downloaded file: b69ac552ff3f7210cd2c6a17d09a71bd4c4a6c4603d11a79feb9d1fd95a15f6d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=HD+89744B&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_HD 89744B.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.46k/7.46k [00:00<00:00, 5.30MB/s]\n", + "SHA256 hash of downloaded file: c267cf8ceefc77ceb68b67d520c6777ef12af07c10bf1e9bd5933c6a44ecd5ec\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J105213.51%2B442255.7' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J10521350+4422559.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 503kB/s]\n", + "SHA256 hash of downloaded file: 36ce210ae6cfceabc6555f1724f7179741b25272f36838ac65bccdaadbb77fb6\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J105213.51%2B442255.7&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J105213.51+442255.7.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.56k/7.56k [00:00<00:00, 5.52MB/s]\n", + "SHA256 hash of downloaded file: e744e19367101257e52e5bc9a9dcbdf5305f093db51a24c33040e37cfa4ff74a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J10461875%2B4441149' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J10461875+4441149.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 357kB/s]\n", + "SHA256 hash of downloaded file: 65f6966695a4df5c09682185e570e29c0b3a60b2175ec3306cdc41edc214e05b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J10461875%2B4441149&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J10461875+4441149.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 5.62MB/s]\n", + "SHA256 hash of downloaded file: b2b9bae365a40a9769614f79d0807d13475b60d19da72632d5bc0a541929ac8c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J14182962-3538060' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J14182962-3538060.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 465kB/s]\n", + "SHA256 hash of downloaded file: 9a86310253b5899016dabe495ba59b988453386f9b66eb639e21d6c952f3502d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J14182962-3538060&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J14182962-3538060.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.54k/7.54k [00:00<00:00, 5.29MB/s]\n", + "SHA256 hash of downloaded file: a459acf835b93f9fb55b2512cea63edc9a9315f1fbd6067b687cf3611da1e69c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J151114.66%2B060742.9' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J15111466+0607431.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 492kB/s]\n", + "SHA256 hash of downloaded file: 0ff2f7b75fd23ffae5cb4f176f29d5fb0931d4eb171b8088bd93897b22a9286a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J151114.66%2B060742.9&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J151114.66+060742.9.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 6.81k/6.81k [00:00<00:00, 4.61MB/s]\n", + "SHA256 hash of downloaded file: ca0dd56a36bbecc228899c353de9e489837775936d17f60206854849d01a4290\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSW+J1506544%2B132106' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J15065441+1321060.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 398kB/s]\n", + "SHA256 hash of downloaded file: d1c7f2ad494ae84f8323f80aead6afae603d44dacdb70d9cdb5140c097269e96\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSW+J1506544%2B132106&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSW J1506544+132106.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 5.42MB/s]\n", + "SHA256 hash of downloaded file: acbfabee451fd9cfc262078d4069488ce49185e1c849c0126a1ff7f68c1a432a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=LHS+2924' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J14284323+3310391.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.02k/1.02k [00:00<00:00, 560kB/s]\n", + "SHA256 hash of downloaded file: cf2759bf7a7766ecbc14c4789b9894a58ddd1b23443c5e7394d6de09fabfdd34\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=LHS+2924&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_LHS 2924.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.45k/7.45k [00:00<00:00, 4.68MB/s]\n", + "SHA256 hash of downloaded file: b9e9266b1f275bbfe7ef8030ae54712686c5aec1a072fac47c64f8eb680fb493\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=Gliese+570D' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J14571496-2121477.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 479kB/s]\n", + "SHA256 hash of downloaded file: f6be36f0297c9b2b7934eac6133be31b8a7058b8594b273e88c742ca2f924386\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=Gliese+570D&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_Gliese 570D.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.74k/7.74k [00:00<00:00, 5.83MB/s]\n", + "SHA256 hash of downloaded file: 0ff684e68b118238af88025031529289f13b29f08ede306a1d7f1552f7607364\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J0859254-194926' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J08592547-1949268.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 555kB/s]\n", + "SHA256 hash of downloaded file: db832b54e6588782fb3ed6b4949bae6e94defef760243d2fc4314565e8808f3d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J0859254-194926&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J0859254-194926.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 4.44MB/s]\n", + "SHA256 hash of downloaded file: 14a09358c90e40a611bf5eaad0646c3b622fe5fa55115fa794c2e575928bd2d5\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J151603.03%2B025928.9' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J15160303+0259292.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 540kB/s]\n", + "SHA256 hash of downloaded file: b30d55c548a419724ae4ec9872a2e5635876abd16fcb019fa61d979ae1a834a3\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J151603.03%2B025928.9&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J151603.03+025928.9.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.56k/7.56k [00:00<00:00, 5.82MB/s]\n", + "SHA256 hash of downloaded file: eb72c35e1f47b23e1e6995c7f8951daa7529c193a5916ab47f8619424cfe70cd\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSW+J1507476-162738' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J15074769-1627386.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.02k/1.02k [00:00<00:00, 654kB/s]\n", + "SHA256 hash of downloaded file: 99c864830753c0937eb4851476a6776f969c32b135ed621f0eff89a4339acb16\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSW+J1507476-162738&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSW J1507476-162738.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 4.40MB/s]\n", + "SHA256 hash of downloaded file: e80a6cc7986827a0b1d4c76d30339c8f40d77d6936d994a53cd738e471df9fae\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSW+J0929336%2B342952' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J09293364+3429527.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 516kB/s]\n", + "SHA256 hash of downloaded file: 36ae39d68b9e6f656e8a1ecbe4b66b294671248a240a94d1f686ffcc767dbcde\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSW+J0929336%2B342952&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSW J0929336+342952.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.52k/7.52k [00:00<00:00, 5.49MB/s]\n", + "SHA256 hash of downloaded file: eb845071af245d76780bca0d54622b45b4f979b50f1abb2e9b887b2e0abf6537\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J15141384%2B1201451' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J15141384+1201451.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 580kB/s]\n", + "SHA256 hash of downloaded file: 4393d791822738666b7c01928c59dc620076f12f7808e045b9cecafa5d12217d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J15141384%2B1201451&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J15141384+1201451.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 5.52MB/s]\n", + "SHA256 hash of downloaded file: bfc4640c5ae2d938175874d1fb805c4779d284f36a2b31f980569859e9658858\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J085116.20%2B181730.0' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J08511627+1817302.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 442kB/s]\n", + "SHA256 hash of downloaded file: ca7ae5baad2d3a6cd29cea122b2c3fc3f5a20f560f0275cd0b896649086da6e9\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J085116.20%2B181730.0&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J085116.20+181730.0.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 6.86k/6.86k [00:00<00:00, 5.04MB/s]\n", + "SHA256 hash of downloaded file: ea354f92552fdebee7bea84a159e9d659ccb06a84037a4d38b2094efc9ac5707\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J0856479%2B223518' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J08564793+2235182.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 442kB/s]\n", + "SHA256 hash of downloaded file: e584b43916ca9f32b07a58a3b970b22a342f7a5c647d915e001905f46220ff45\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J0856479%2B223518&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J0856479+223518.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.48k/7.48k [00:00<00:00, 3.69MB/s]\n", + "SHA256 hash of downloaded file: 1664181343637e35c3402df2842a72ced921fec30c9f35cd8a549b291b7420d0\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J0847287-153237' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J08472872-1532372.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 535kB/s]\n", + "SHA256 hash of downloaded file: 6b0568eb5ea8ce38686330d3f5242432aae402df20d5e6dc3e396811db85225a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J0847287-153237&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J0847287-153237.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.50k/7.50k [00:00<00:00, 5.42MB/s]\n", + "SHA256 hash of downloaded file: 2d4b6cd267c71ba36fea96f086410b93b21a5035fa21f88b14f0eef96122268d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J09395909-3817217' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J09395909-3817217.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 406kB/s]\n", + "SHA256 hash of downloaded file: 45aa1729a8d6b30236250a27c11575969162e7d9fe391191c2a0cd88c65ccf61\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J09395909-3817217&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J09395909-3817217.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.56k/7.56k [00:00<00:00, 5.34MB/s]\n", + "SHA256 hash of downloaded file: ade5ccd93dd60f117c1e909f3b49c3763d3f2064a87e2ef299a0aa24203f7523\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J152103.24%2B013142.7' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J15210327+0131426.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 545kB/s]\n", + "SHA256 hash of downloaded file: eaadc7e1e9aba8e7f4b8b67eaa0052a6b17e40e96d59552fcbee061de84b7d78\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J152103.24%2B013142.7&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J152103.24+013142.7.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.62k/7.62k [00:00<00:00, 5.08MB/s]\n", + "SHA256 hash of downloaded file: d63945738de0c904928426a9ae80afcf0730c88ee9becc7efe7a439116cd772f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J11263991-5003550' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J11263991-5003550.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 559kB/s]\n", + "SHA256 hash of downloaded file: ea15d9496078219fb26be2f6053e3ace66bfa091ad7354f2b13092f015d845b4\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J11263991-5003550&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J11263991-5003550.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.55k/7.55k [00:00<00:00, 5.54MB/s]\n", + "SHA256 hash of downloaded file: 2d4aa82d878a26f9336b467b9adf4e376b111fc12c335741583d0ed46de48b93\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J14370929-3512430' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J14370929-3512430.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 430kB/s]\n", + "SHA256 hash of downloaded file: bf46e3d169fc6024c67b455988bffc9b4c37a09a9f002f4f4ff5995bc3da8b78\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J14370929-3512430&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J14370929-3512430.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.52k/7.52k [00:00<00:00, 5.51MB/s]\n", + "SHA256 hash of downloaded file: 2a429e1345adc7d4711c94a15bccb543c1fd24fe51e83da73ac8ce8b5d9dcbc9\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J15031961%2B2525196' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J15031961+2525196.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 567kB/s]\n", + "SHA256 hash of downloaded file: dd9d3bab06d3c9f4c3642f9610a101f55a24d3e74588604b358933da62ba56f6\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J15031961%2B2525196&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J15031961+2525196.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.62k/7.62k [00:00<00:00, 4.47MB/s]\n", + "SHA256 hash of downloaded file: c8bc48ef257a79a84301e21efa9ed8fae3047df1434ebffee7d8a475ed66dd84\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J140023.12%2B433822.3' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J14002320+4338222.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 538kB/s]\n", + "SHA256 hash of downloaded file: 328a316f5e7962a101b8f19bd26986185233105106d91470af9876e48390fb5e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J140023.12%2B433822.3&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J140023.12+433822.3.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.55k/7.55k [00:00<00:00, 4.85MB/s]\n", + "SHA256 hash of downloaded file: fcb3e7818184164a84ca6f8e04134ae8f8d037a0cf9fbe3a8e6b407e680d76b2\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSW+J0920122%2B351742' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J09201223+3517429.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 451kB/s]\n", + "SHA256 hash of downloaded file: 30d445694f383c43238dbfc2bbf8dac07e9e0bb8b0cfc0381332a229549f381e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSW+J0920122%2B351742&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSW J0920122+351742.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.58k/7.58k [00:00<00:00, 5.56MB/s]\n", + "SHA256 hash of downloaded file: 77313b89f657a4208ea0472d7de4432348dfb1613a1ec30d5ce2ab0990ecda2f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J0835425-081923' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J08354256-0819237.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 614kB/s]\n", + "SHA256 hash of downloaded file: 07c9ea370b575d13dbe8765745388515d91e1623994cb043d1b2a4bc390a8f4f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J0835425-081923&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J0835425-081923.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.50k/7.50k [00:00<00:00, 5.65MB/s]\n", + "SHA256 hash of downloaded file: 1b97a6dee1ffad7ee522f67470f24bb64a7663de835b0b830eead0e074819776\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J11000965%2B4957470' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J11000965+4957470.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 474kB/s]\n", + "SHA256 hash of downloaded file: 4b17839872507775c3ec117dc84291d1d321be2b6a0ae42adb87da23c2896f66\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J11000965%2B4957470&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J11000965+4957470.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.51k/7.51k [00:00<00:00, 5.05MB/s]\n", + "SHA256 hash of downloaded file: e3b69683c648ed35dd9263f1a88306408dff1f4559465f87b5c3e46fa9e378ce\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J15243203%2B0934386' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J15243203+0934386.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 528kB/s]\n", + "SHA256 hash of downloaded file: 539bb72a82e1291446be08ee907a4c6139c4f530794e7077f335163db7c0c0fe\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J15243203%2B0934386&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J15243203+0934386.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.43k/7.43k [00:00<00:00, 2.98MB/s]\n", + "SHA256 hash of downloaded file: 45ebae0d1e376e9b2cdfd30db0546b67267d0d676a3e4c497689fe905012853b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J10073369-4555147' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J10073369-4555147.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 530kB/s]\n", + "SHA256 hash of downloaded file: 71f1935a4758f75bbba2636a71d00191909273dcd7d9d9285285e646719715b1\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J10073369-4555147&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J10073369-4555147.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.75k/7.75k [00:00<00:00, 5.33MB/s]\n", + "SHA256 hash of downloaded file: 4518b5ea83eba068edf648f86f875c454cb43c1138d245b1ea011564115b3051\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J083048.80%2B012831.1' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J08304878+0128311.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 376kB/s]\n", + "SHA256 hash of downloaded file: e11416995a1c797ffa5a9d6be214ec8e4329dcca05a6d1502dc0bc74f7a6af58\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J083048.80%2B012831.1&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J083048.80+012831.1.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.67k/7.67k [00:00<00:00, 4.81MB/s]\n", + "SHA256 hash of downloaded file: 7261b83d7d7d724857afa837de312e8fe286fb9c1077b29e6212ccec4e194ed3\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J15201746-1755307' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J15201746-1755307.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 397kB/s]\n", + "SHA256 hash of downloaded file: f1052f7d9e7dc20a3a1e90b642180b9a39b1b83c0b5bac237a846bd53f6bab11\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J15201746-1755307&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J15201746-1755307.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.48k/7.48k [00:00<00:00, 5.05MB/s]\n", + "SHA256 hash of downloaded file: 1e5ea304febd07e8d7766e147580da59d7a8cc16156d3e46de04e9e6865725bc\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J085834.42%2B325627.7' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J08583467+3256275.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 560kB/s]\n", + "SHA256 hash of downloaded file: 97a40de51785cfad01560094095e36bdff172c6d0cefb6dba8e19587bd302557\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J085834.42%2B325627.7&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J085834.42+325627.7.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 4.30MB/s]\n", + "SHA256 hash of downloaded file: 06da364b5e0c61d5ca9fbfa3575a8dd493898007fe722a1980ecaeb28cdb2184\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J083506.16%2B195304.4' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J08350622+1953050.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 524kB/s]\n", + "SHA256 hash of downloaded file: a33640218b9b6e786439b593badd91737941a64b744cfa7e8ba2c4924e024773\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J083506.16%2B195304.4&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J083506.16+195304.4.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.50k/7.50k [00:00<00:00, 4.23MB/s]\n", + "SHA256 hash of downloaded file: 72b4fdb0151d64407704d8b3c9f045eeae5538089bd53325d4350f5f71023034\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SSSPM+0829-1309' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J08283419-1309198.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.02k/1.02k [00:00<00:00, 543kB/s]\n", + "SHA256 hash of downloaded file: 347b3b6e2d36e123d54d7eac7af6906d9888737a215697ae55ebe20cd6fdbf1b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SSSPM+0829-1309&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SSSPM 0829-1309.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.47k/7.47k [00:00<00:00, 1.31MB/s]\n", + "SHA256 hash of downloaded file: 8455c229e5aaa7eb5c7d776d8a42946cd097235bde61af84df69328e8d0c89ba\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J1526140%2B204341' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J15261405+2043414.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 735kB/s]\n", + "SHA256 hash of downloaded file: 31023dd89d461ac7b41a93b0b7620abcdcb3ef0aa89da2526328f85f4e774cd9\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J1526140%2B204341&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J1526140+204341.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 4.88MB/s]\n", + "SHA256 hash of downloaded file: dc97bc2949388fd61d50e9a0acb72d9ed95caf070d8932fcf5e850eaae2d1d83\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J153453.33%2B121949.2' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J15345325+1219495.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 507kB/s]\n", + "SHA256 hash of downloaded file: 5b4ef4ea8354056977d50d388c309664969f0bd491aaea90633668ed011526e1\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J153453.33%2B121949.2&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J153453.33+121949.2.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.11k/7.11k [00:00<00:00, 3.74MB/s]\n", + "SHA256 hash of downloaded file: 646ce9c57082890182ae4e938747378a2ea967308bbe10ee3b37cf76a3f7c6a0\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J153417.05%2B161546.1AB' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J15341711+1615463.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 535kB/s]\n", + "SHA256 hash of downloaded file: ab274451517072212319ed319577b1042abb5e0d316b709b1842530044e2ef39\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J153417.05%2B161546.1AB&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J153417.05+161546.1AB.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 6.72k/6.72k [00:00<00:00, 2.62MB/s]\n", + "SHA256 hash of downloaded file: 20bb7e20c4aecb2fe2c9361ee8f4d6bf1657d911e7b1cf05a96579a33320fa38\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J082030.12%2B103737.0' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J08203013+1037372.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 558kB/s]\n", + "SHA256 hash of downloaded file: 3da6568bbd8b7ab96adcd7f5ef3f6ff84df1be26b262dea4dc05e9b6cc9fc465\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J082030.12%2B103737.0&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J082030.12+103737.0.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 6.89k/6.89k [00:00<00:00, 3.69MB/s]\n", + "SHA256 hash of downloaded file: acb3ad3eb6a461cdb32da39a5f0de032cecdfcb7787ea7b755332e30f191a94c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSW+J1239272%2B551537' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J12392727+5515371.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 865kB/s]\n", + "SHA256 hash of downloaded file: 98054d795ba8e7d315069abea41e9bc6dfd0eeed6655c1588b3cee677244d02b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSW+J1239272%2B551537&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSW J1239272+551537.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.54k/7.54k [00:00<00:00, 5.16MB/s]\n", + "SHA256 hash of downloaded file: 665303daa2564e0f36ac771f5d633580869466e67d80e6d831e4cc91c2022579\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J151643.01%2B305344.4' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J15164306+3053443.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 228kB/s]\n", + "SHA256 hash of downloaded file: 9ab678f46f5abed3be4c970af1194e715c65ab662453322766ade6c5bb114908\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J151643.01%2B305344.4&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J151643.01+305344.4.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.58k/7.58k [00:00<00:00, 5.72MB/s]\n", + "SHA256 hash of downloaded file: 883c2afa117eae08cd410bcb067e707ae93b503e0d85997867079138ab3b83f6\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J0825196%2B211552' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J08251968+2115521.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 358kB/s]\n", + "SHA256 hash of downloaded file: 10843a38099d477298559c7ac19685571cf7596fb18f9c1b2ee2b5341ca2691c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J0825196%2B211552&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J0825196+211552.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 5.07MB/s]\n", + "SHA256 hash of downloaded file: 42fdd0cc21573752da2ae9c64a0053a89a90cc55213e6cfe55504f83a6bb39be\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J13342806%2B5258199' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J13342806+5258199.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 522kB/s]\n", + "SHA256 hash of downloaded file: 9acc916f2428644c3c97e98c8427bb27e798abe87ad5568e71ebd3ca300c498c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J13342806%2B5258199&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J13342806+5258199.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.50k/7.50k [00:00<00:00, 5.20MB/s]\n", + "SHA256 hash of downloaded file: cea8f55efcc90290aaa9a5f90d7bf1599a2a9e43ad1b2d5d93c8f8818d2c947e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J134525.57%2B521634.0' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J13452562+5216337.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 475kB/s]\n", + "SHA256 hash of downloaded file: f2214257b8ffb715d34fa10da3fd7ddc56f1f82e970ed8a78caaeed20e1bb58d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J134525.57%2B521634.0&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J134525.57+521634.0.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 6.71k/6.71k [00:00<00:00, 4.55MB/s]\n", + "SHA256 hash of downloaded file: fe8271172b63503b8d5e0d20bf96287909e40c728b7fb604d99cc118722a4f7b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=Gl+584C' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J15232263+3014562.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.02k/1.02k [00:00<00:00, 807kB/s]\n", + "SHA256 hash of downloaded file: 2ac34b7a3a8c9a9261a6259ef9c04b2e19a7ae20a95d9270e156c03180d00d1e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=Gl+584C&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_Gl 584C.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.57k/7.57k [00:00<00:00, 5.22MB/s]\n", + "SHA256 hash of downloaded file: 9d2df6839fe24c9b6ad88b13dc060de672d884470a3714692d384b95dda9f221\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=NLTT+37409' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J14270666+4808164.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 678kB/s]\n", + "SHA256 hash of downloaded file: 9928b609fe67d6e2e2519b811cfb92d6a01b277185a13b29bb86e312105523ac\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=NLTT+37409&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_NLTT 37409.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.45k/7.45k [00:00<00:00, 5.33MB/s]\n", + "SHA256 hash of downloaded file: 38c741543c470f7662fba4ebd737f25cc082197282647a10a5d72e3695a3145d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J08234818%2B2428577' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J08234818+2428577.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 318kB/s]\n", + "SHA256 hash of downloaded file: 8ed630efe36c76e201bd9e264446645e8ab9a2122168910e056dc9eaa4348b40\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J08234818%2B2428577&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J08234818+2428577.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 5.15MB/s]\n", + "SHA256 hash of downloaded file: fffeb84de86b8b6815d6c490d94c52a853c0e59eb31119b65f19a80a7ae27723\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J141659.78%2B500626.4' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J14165987+5006258.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 426kB/s]\n", + "SHA256 hash of downloaded file: 5f8d573f7372803c22ef9863d2b4c2416a5724cc10a42d481b28497b9ffb554f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J141659.78%2B500626.4&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J141659.78+500626.4.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 6.71k/6.71k [00:00<00:00, 3.38MB/s]\n", + "SHA256 hash of downloaded file: 5041bb47dcceb9856aead6338d1a2ef4afd03f5dea86fbe7c109d8385fae929e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J13023811%2B5650212' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J13023811+5650212.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 223kB/s]\n", + "SHA256 hash of downloaded file: e893d2d92421c39105a2008d8afbbfb0636df4e1325b1661158c91e4ffb78d33\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J13023811%2B5650212&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J13023811+5650212.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.62k/7.62k [00:00<00:00, 4.10MB/s]\n", + "SHA256 hash of downloaded file: 8816f6bdce657666a4b98023b200b965a36f31e9b919185bc12c446ea965c130\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J152039.82%2B354619.8' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J15203974+3546210.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 206kB/s]\n", + "SHA256 hash of downloaded file: 16268ecf24a94f29b9a70c01da4e4be802fcb4cfdbf152e3036895df02014bdc\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J152039.82%2B354619.8&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J152039.82+354619.8.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.56k/7.56k [00:00<00:00, 2.58MB/s]\n", + "SHA256 hash of downloaded file: d0934f820aefa0ce5202c3ff2eaab3f05074c5f001a6ce8a1f13876b9232441f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J15500845%2B1455180' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J15500845+1455180.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.05k/1.05k [00:00<00:00, 368kB/s]\n", + "SHA256 hash of downloaded file: ae760f0d3fbcf0af1f1ac05add975e35f0fcd1cc4daa5c7390e3952688f674e6\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J15500845%2B1455180&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J15500845+1455180.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 2.93MB/s]\n", + "SHA256 hash of downloaded file: e13b693eb623a28b447dd9ec6fdfac68716e8cef1b0c0c524b784438fa73c13c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J154849.02%2B172235.4' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J15484912+1722359.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 507kB/s]\n", + "SHA256 hash of downloaded file: 7b6883c3c1e6bdb761cf942f7bde2fa8fb8262016dd2dd74aee2e2a0f56ff986\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J154849.02%2B172235.4&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J154849.02+172235.4.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 5.97k/5.97k [00:00<00:00, 4.46MB/s]\n", + "SHA256 hash of downloaded file: 39a8f56c5c18bfdeacdcb055a05114f203dab4b0d4efdff0b3ad33bb022c36ad\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J1534498-295227' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J15344984-2952274.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 409kB/s]\n", + "SHA256 hash of downloaded file: e1cc1dfeff4c4d955067123fa89f27b24d78574e5ae8879571064576537b8325\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J1534498-295227&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J1534498-295227.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.68k/7.68k [00:00<00:00, 5.32MB/s]\n", + "SHA256 hash of downloaded file: dc0c5ee185bfb978764cd87f519e01bca905fe6f1e9a19ed7e45374f4e16195a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J1553022%2B153236' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J15530228+1532369.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 403kB/s]\n", + "SHA256 hash of downloaded file: 42cffcdd0f737cbcc58f41601886749080cdc3a97fe790baf50da3de1007455e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J1553022%2B153236&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J1553022+153236.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.70k/7.70k [00:00<00:00, 5.88MB/s]\n", + "SHA256 hash of downloaded file: 18d9b7e4640cd271a5487b588db620cabcd25fbf0db47e51976c35b99e574187\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J15590462-0356280' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J15590462-0356280.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 477kB/s]\n", + "SHA256 hash of downloaded file: 25ecf24e19e7a22e7d89b7a341c16827cde0e7ec0c93f1ece3b97211bf56d8f9\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J15590462-0356280&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J15590462-0356280.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.45k/7.45k [00:00<00:00, 4.40MB/s]\n", + "SHA256 hash of downloaded file: 1269cea6904551ae626121931f04f3646584be30e9686a71014c908db30aaacd\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J15561873%2B1300527' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J15561873+1300527.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 533kB/s]\n", + "SHA256 hash of downloaded file: 4da6a905828caf27b885999cd87b52976758c3fa0668e60acafb9345495a4b38\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J15561873%2B1300527&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J15561873+1300527.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.47k/7.47k [00:00<00:00, 5.39MB/s]\n", + "SHA256 hash of downloaded file: 04ac705a7ef15e33c9939422709f60beaed3c733d94239fdd1ace70469ab7803\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J151506.11%2B443648.3' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J15150607+4436483.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 502kB/s]\n", + "SHA256 hash of downloaded file: ed1a88d70747f4b55bd65d3f48ac1a3fb1282ee5f1e63e9bed6f0587d25dd3f7\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J151506.11%2B443648.3&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J151506.11+443648.3.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.51k/7.51k [00:00<00:00, 7.91MB/s]\n", + "SHA256 hash of downloaded file: 2037733014c47e5039be009d299ec6d9d3a5a29e8083821e31eec8dea7c41e15\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J0908380%2B503208' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J09083803+5032088.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 491kB/s]\n", + "SHA256 hash of downloaded file: 7c0503cc5d97fc3275330abc8d4cc52b162b71554abd430aab29bf0f160a2446\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J0908380%2B503208&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J0908380+503208.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 4.81MB/s]\n", + "SHA256 hash of downloaded file: 79636e32095e13ae65707856f42ffaccfadaa891a5e61e38c851046d25d7f3fd\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J085234.90%2B472035.0' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J08523490+4720359.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 593kB/s]\n", + "SHA256 hash of downloaded file: e01cb014674df4e9cb914516c5cf7ea594983a8c3183c39ed35a166a3c107dbf\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J085234.90%2B472035.0&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J085234.90+472035.0.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.56k/7.56k [00:00<00:00, 3.97MB/s]\n", + "SHA256 hash of downloaded file: 0076d6ce27b344e1d0bdcacf2db42e6b066a1989f11dee733fb221b9aec1ec9f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J15200224-4422419A' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J15200224-4422419.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 588kB/s]\n", + "SHA256 hash of downloaded file: 0235b65ea5073b06cfbe51f0d0092036fb62a1e0b199aaa7101fe548e35c026c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J15200224-4422419A&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J15200224-4422419A.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.50k/7.50k [00:00<00:00, 4.82MB/s]\n", + "SHA256 hash of downloaded file: ef1233281fb7c97bf711926adfe2d2ab831fc4a8ba9c6dc9b86f8298542b665c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J1546291-332511' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J15462718-3325111.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 655kB/s]\n", + "SHA256 hash of downloaded file: 3c432cebd09bbf7abe339028d3d2e0e9055d68695bff456fd1bea452f1291593\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J1546291-332511&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J1546291-332511.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.66k/7.66k [00:00<00:00, 4.91MB/s]\n", + "SHA256 hash of downloaded file: ece72a668b6f128437d104e5d360ce43bf8921ee9fd24e73be5014a9c4f09575\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J154009.36%2B374230.3' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J15400942+3742316.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 466kB/s]\n", + "SHA256 hash of downloaded file: 217bb4a1544471fd138c494762a062b45bfcf1c40321b0095d41e6ef022be356\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J154009.36%2B374230.3&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J154009.36+374230.3.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.22k/7.22k [00:00<00:00, 4.42MB/s]\n", + "SHA256 hash of downloaded file: be1fca4a9db5acc3e85c00325173ce30dd0b99f14bd276587bb7d18a915d35f4\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J16002647-2456424' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J16002647-2456424.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 534kB/s]\n", + "SHA256 hash of downloaded file: d877c8d0d0994191dfe0df22e5c1cd70516a7f55fac994ce165dec03a4cc5b99\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J16002647-2456424&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J16002647-2456424.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.54k/7.54k [00:00<00:00, 4.43MB/s]\n", + "SHA256 hash of downloaded file: 18984749328ce2cbe80b33adffc3823acc2de327babfb5d97a7af58001840b4c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J121440.95%2B631643.4' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J12144089+6316434.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 469kB/s]\n", + "SHA256 hash of downloaded file: d80df06240ed3601a317c0bab970b5eb26dad3084470af5d6a53aaac2f7af946\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J121440.95%2B631643.4&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J121440.95+631643.4.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.63k/7.63k [00:00<00:00, 4.37MB/s]\n", + "SHA256 hash of downloaded file: 9cc38ee19a0021195a25582ecdb2cb843365cc78392f6f480c6d658d214bbb4e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J0755480%2B221218' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J07554795+2212169.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 489kB/s]\n", + "SHA256 hash of downloaded file: 99998f41f2d8eaf2cd10a48f07791ff1bcc3671ca79f87525c017c67584f5798\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J0755480%2B221218&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J0755480+221218.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.69k/7.69k [00:00<00:00, 5.02MB/s]\n", + "SHA256 hash of downloaded file: 4bd30b5f4009c1db4a0ddf245d9ac242a12f30b249075f497d63513d8366c01f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J141530.05%2B572428.7' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J14153003+5724300.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 634kB/s]\n", + "SHA256 hash of downloaded file: dadb4aace79f563353d2ddab85caa23c37a75c257b6cb482fedd2b7b7293172f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J141530.05%2B572428.7&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J141530.05+572428.7.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 17.0MB/s]\n", + "SHA256 hash of downloaded file: 2efbd7209bd633bbbc8065b7974717daf61fb66701b96b10102edb33f57596f1\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J15575011-2952431' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J15575011-2952431.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 2.79MB/s]\n", + "SHA256 hash of downloaded file: 18f02f0fac2f186f566ecb626daabdb7de077f9b74af79d1dd75fe6ac4fd6e38\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J15575011-2952431&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J15575011-2952431.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.57k/7.57k [00:00<00:00, 8.29MB/s]\n", + "SHA256 hash of downloaded file: 4b12736ddd66839b5a1fca7c7e9325d17948fa06ad8d03137ba460f6f70ffbe9\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSW+J1515008%2B484742' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J15150083+4847416.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 571kB/s]\n", + "SHA256 hash of downloaded file: 201e05cbe046a3563422212341e27419c75b5ae89a6e787a79c3a7ace8c89f40\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSW+J1515008%2B484742&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSW J1515008+484742.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.51k/7.51k [00:00<00:00, 1.95MB/s]\n", + "SHA256 hash of downloaded file: c1bfb3d3d1a5f8ffa29dbe8eb8132b07ebeef0cba9b3f6915a0ef97fdc3878fc\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J16150413%2B1340079' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J16150413+1340079.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.05k/1.05k [00:00<00:00, 677kB/s]\n", + "SHA256 hash of downloaded file: c5f3ad9984f3b4cf97bcc94cc4d12149fc5909485f8f216f60b08c3ea4488627\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J16150413%2B1340079&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J16150413+1340079.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.77k/7.77k [00:00<00:00, 5.20MB/s]\n", + "SHA256 hash of downloaded file: e1bae9ffc1136768ffcec0ad7c78650e99bfae1cd0234eb785d7019635b3524d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J07415784%2B0531568' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J07415784+0531568.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 589kB/s]\n", + "SHA256 hash of downloaded file: 13f532530730b4a8fcf5ce0eea0cb56bcf46bb61b6a8e0b0f84156471e13f26d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J07415784%2B0531568&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J07415784+0531568.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.52k/7.52k [00:00<00:00, 3.14MB/s]\n", + "SHA256 hash of downloaded file: 8f08db94f25c8082cf74d911e83dc8711094172208c4b64d0598c2ef80637e00\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J14192618%2B5919047' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J14192618+5919047.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 656kB/s]\n", + "SHA256 hash of downloaded file: ae85a864a7f0cbf93dc39aa8be7481f39f5cf5ca65c65a3e5f4f29b0bead3eaf\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J14192618%2B5919047&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J14192618+5919047.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.58k/7.58k [00:00<00:00, 3.45MB/s]\n", + "SHA256 hash of downloaded file: c701ae8e90fe1e3884baddd58db35f948072ddb6e9d297c133d5a966f3b5cd39\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J075840.33%2B324723.4' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J07584037+3247245.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 378kB/s]\n", + "SHA256 hash of downloaded file: d106f6c4292d68ad35c53425e0f85e6662b28ad87a042af0120a37920e4cf0f9\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J075840.33%2B324723.4&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J075840.33+324723.4.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.55k/7.55k [00:00<00:00, 6.96MB/s]\n", + "SHA256 hash of downloaded file: 3c97864667f9ac28247bcff6b0783d7d7e136fcb94f8f680d4743a51a2bdfa33\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J14185890%2B6000194' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J14185890+6000194.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 625kB/s]\n", + "SHA256 hash of downloaded file: ece22b1f476918b623788eaf29ffa682ef24a4f995face64d034f52fb8bbaffa\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J14185890%2B6000194&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J14185890+6000194.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.56k/7.56k [00:00<00:00, 5.32MB/s]\n", + "SHA256 hash of downloaded file: b5d7bf6a6d886f43eafe1b7f0e612bf80dcc3a02f9f93b96e26cceceafb2a3e4\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J12373919%2B6526148' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J12373919+6526148.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 724kB/s]\n", + "SHA256 hash of downloaded file: 9bcd786117bcc7caaf998bd5a4fc4615ecdc25bdb10e205ff4e78a4c811a1999\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J12373919%2B6526148&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J12373919+6526148.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.72k/7.72k [00:00<00:00, 4.90MB/s]\n", + "SHA256 hash of downloaded file: c9c6d83c5495fca137904e064c86311221c8e024a3e1317be4de7303a7235cb6\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J13243553%2B6358281' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J13243553+6358281.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.05k/1.05k [00:00<00:00, 571kB/s]\n", + "SHA256 hash of downloaded file: bf9be5be0fb461c62abe4558a02bc9ca896f5265eb21340266438accf6d11614\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J13243553%2B6358281&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J13243553+6358281.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.58k/7.58k [00:00<00:00, 5.96MB/s]\n", + "SHA256 hash of downloaded file: bf707a6d994d17c37604cc590d8b45035b91b1681f281fe86123e1bb12d04514\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSW+J0820299%2B450031' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J08202996+4500315.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 901kB/s]\n", + "SHA256 hash of downloaded file: e7beefb7db0df60da216ffade64c6978b657002b8087e675095032ad66cc853f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSW+J0820299%2B450031&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSW J0820299+450031.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.52k/7.52k [00:00<00:00, 5.69MB/s]\n", + "SHA256 hash of downloaded file: 78a2a338f30422a833aee4792314a5af0159985093aaa5b0538feb5a045c81a0\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J14283132%2B5923354' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J14283132+5923354.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 373kB/s]\n", + "SHA256 hash of downloaded file: 2f07dbb62cc623376ca4d4f07f944398dfeb88ec0609f51b939bd44ad5091368\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J14283132%2B5923354&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J14283132+5923354.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 4.55MB/s]\n", + "SHA256 hash of downloaded file: 63fd92b8f2a5573886b91e43993fd254dda60b03c41b0eae0bd483d98d023883\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSSp+J092615.38%2B584720.9' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J09261537+5847212.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 469kB/s]\n", + "SHA256 hash of downloaded file: cc05b6da20c22ed71e1eec5bcef2f8a88e97a8d86f7953dbec186aa68b3caa0e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSSp+J092615.38%2B584720.9&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSSp J092615.38+584720.9.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.62k/7.62k [00:00<00:00, 8.66MB/s]\n", + "SHA256 hash of downloaded file: a6c54fffd3ea54a8cb2829962aa0548d6f3aa05bb41cfbd14c3a2e7cea2b2d31\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSSp+J162414.37%2B002915.6' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J16241436+0029158.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 678kB/s]\n", + "SHA256 hash of downloaded file: 8c4c7bc3ab03ba371c7d6db1d66c04ea38f96606a295360a0573d348e2559641\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSSp+J162414.37%2B002915.6&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSSp J162414.37+002915.6.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.69k/7.69k [00:00<00:00, 8.11MB/s]\n", + "SHA256 hash of downloaded file: 2b2566fb1e6a8cbcf4eea535c44251759488af9bd2d4f30d0f683bc8cd16e0cd\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSSp+J083008.12%2B482847.4' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J08300825+4828482.xml'.\n", + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 574kB/s]\n", + "SHA256 hash of downloaded file: 1996c552a544f3585694f0f722d9e3424850a7b7fc01cf866f38675125b4baa8\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSSp+J083008.12%2B482847.4&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSSp J083008.12+482847.4.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.57k/7.57k [00:00<00:00, 5.96MB/s]\n", + "SHA256 hash of downloaded file: 05e0cd978c1d3729326fd2ff64245ade20b9f68a64296af92c5c658d5a9c5146\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J074201.41%2B205520.5' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J07420130+2055198.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 530kB/s]\n", + "SHA256 hash of downloaded file: 614954d3f44166a2e29cfbecdc4683f6410b091a3c9dc5b6e2a1f0b12d01e19d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J074201.41%2B205520.5&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J074201.41+205520.5.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.64k/7.64k [00:00<00:00, 5.23MB/s]\n", + "SHA256 hash of downloaded file: 3d8923e0bd1dd8230384c7a06c18ff44b4a03cc7fc9c8773ea3e999c0096587d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J162255.27%2B115924.1' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J16225533+1159238.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 533kB/s]\n", + "SHA256 hash of downloaded file: 7b2fdc22c04c0e692ee4898913d52bca3b38f17c8b896a0ae08b38391083be7b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J162255.27%2B115924.1&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J162255.27+115924.1.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 6.61k/6.61k [00:00<00:00, 2.80MB/s]\n", + "SHA256 hash of downloaded file: 05d499f9c4483711910acda8c9e3725e61ae0a09f4cd245a43cf03f1c0f10a2e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J09054654%2B5623117' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J09054654+5623117.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 309kB/s]\n", + "SHA256 hash of downloaded file: ef5a08c9c2e6b3b62cc3d58dd98d14db75c39cb44a643829a60019f88f01c879\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J09054654%2B5623117&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J09054654+5623117.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.51k/7.51k [00:00<00:00, 6.05MB/s]\n", + "SHA256 hash of downloaded file: 1aacf92a5aab91cb5c4821880c1bd98f00e8f658c28c722543ce6791e85b994f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J074149.15%2B235127.5' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J07414920+2351275.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 631kB/s]\n", + "SHA256 hash of downloaded file: 4ab31335a6d2eaab0f394b5019ecdad9d3a1f2cbd936724d485fe2507032cca4\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J074149.15%2B235127.5&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J074149.15+235127.5.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.67k/7.67k [00:00<00:00, 4.98MB/s]\n", + "SHA256 hash of downloaded file: 119d72cea411596b661f1d36cef573e95dddabe0d478761c5e31f6a1242dca0c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSSp+J085758.45%2B570851.4' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J08575849+5708514.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 642kB/s]\n", + "SHA256 hash of downloaded file: 96c5b7a48b02e62841751b11b9e58b00677619ab60d1038c43ecd5d1e1e8097b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSSp+J085758.45%2B570851.4&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSSp J085758.45+570851.4.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.51k/7.51k [00:00<00:00, 4.61MB/s]\n", + "SHA256 hash of downloaded file: 1552e2385519ac874956174e3828a3e3689f9c6a36038bed4974f3a4526e39e9\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J16304206-0232224' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J16304206-0232224.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 441kB/s]\n", + "SHA256 hash of downloaded file: d2f45bfb259750954f925789667daf18cc81f5c0f725283a32a98fa53740c1ca\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J16304206-0232224&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J16304206-0232224.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.46k/7.46k [00:00<00:00, 4.99MB/s]\n", + "SHA256 hash of downloaded file: 76eec8fb15ffebbff7d17c9f011bf7304d3909a421aa8ab948548088a0ec705a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J163359.23-064056.5' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J16335933-0640552.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 523kB/s]\n", + "SHA256 hash of downloaded file: 80b6175ccf1bf0adc8518994f5bd4a2c47df0ffabdac59fc67b2d98bde583f48\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J163359.23-064056.5&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J163359.23-064056.5.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.26k/7.26k [00:00<00:00, 2.58MB/s]\n", + "SHA256 hash of downloaded file: 769838987c819d7f4c14f58258b65d4554ebd0121b1e6cc651221445efa1d67b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J15461461%2B4932114' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J15461461+4932114.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 528kB/s]\n", + "SHA256 hash of downloaded file: e096443f64be072771259822730f36494f8ce03ab8e1e649d0516fa1c4ee6a42\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J15461461%2B4932114&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J15461461+4932114.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.57k/7.57k [00:00<00:00, 4.96MB/s]\n", + "SHA256 hash of downloaded file: ad99f83f8410920d047fe0a5648e2b86ddcfc1c5fe71db04e1701bd8bf64a907\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J0727182%2B171001' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J07271824+1710012.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 498kB/s]\n", + "SHA256 hash of downloaded file: f906286b707302956e8d4a24b229e639a5d4b31ae2e291f57826aa5a060fc69e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J0727182%2B171001&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J0727182+171001.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.78k/7.78k [00:00<00:00, 4.51MB/s]\n", + "SHA256 hash of downloaded file: e87e99b4b530940dbe672f6dc613cc820603eb7bc72476923836b63f1ebc073a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSW+J1632291%2B190441' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J16322911+1904407.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 312kB/s]\n", + "SHA256 hash of downloaded file: f8e6ebee582bb0dcd4741aff77063a78e89c95393ed405c08d66a35c6cdcdec1\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSW+J1632291%2B190441&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSW J1632291+190441.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.57k/7.57k [00:00<00:00, 5.53MB/s]\n", + "SHA256 hash of downloaded file: 436832cf518a94357ba6a419b48a010f35c2a339de095cd65fb51f8df1c58305\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSW+J0801405%2B462850' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J08014056+4628498.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 629kB/s]\n", + "SHA256 hash of downloaded file: 770a1e16eeddf24144a563803ee3e2b414afa4e822c56964233f36e49431b098\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSW+J0801405%2B462850&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSW J0801405+462850.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.55k/7.55k [00:00<00:00, 4.63MB/s]\n", + "SHA256 hash of downloaded file: f83fedbed79d1a82fc466d209ab449a28d33b6f60b7a8dd97c85fa4cb01406de\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J080531.84%2B481233.0' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J08053189+4812330.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 524kB/s]\n", + "SHA256 hash of downloaded file: 7e9c08ea2e20f8faccf8fa390164a3571e89860a04526e9c796ab1cd1632c882\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J080531.84%2B481233.0&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J080531.84+481233.0.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.55k/7.55k [00:00<00:00, 5.40MB/s]\n", + "SHA256 hash of downloaded file: 29847fdceac137f4610857124a62ed58f0302ae75eeeacbc7f35a147d7d8a53a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J16382073%2B1327354' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J16382073+1327354.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 681kB/s]\n", + "SHA256 hash of downloaded file: 872edffaa64f58ce29e32cadfc6afc3ac0f54bcc2d12dd9a94182008ab5bfe90\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J16382073%2B1327354&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J16382073+1327354.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.55k/7.55k [00:00<00:00, 4.88MB/s]\n", + "SHA256 hash of downloaded file: 44393ecde53025df595d15a946d26fe81b6faf47c5d41fc43fac99b07bda8e2d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J16403197%2B1231068' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J16403197+1231068.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 454kB/s]\n", + "SHA256 hash of downloaded file: 519058ebfb8644d7f91971cf6b644fd3673789db5a08c1485c1e66526e81492c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J16403197%2B1231068&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J16403197+1231068.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.52k/7.52k [00:00<00:00, 5.36MB/s]\n", + "SHA256 hash of downloaded file: d31af212406c438df9eb83aab4ed57fec147be1110a48117e8e5cdf17db28eb9\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J15412408%2B5425598' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J15412408+5425598.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 498kB/s]\n", + "SHA256 hash of downloaded file: a03674d3f791a4c381484f1f03bfff902d8c24197dfa3d04fff0f74bc6175797\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J15412408%2B5425598&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J15412408+5425598.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.41k/7.41k [00:00<00:00, 4.96MB/s]\n", + "SHA256 hash of downloaded file: 254bc5a789697c6c88691e95c9ebf35e90f5711c03e2f6cffd6905dcadd0a135\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J161731.65%2B401859.7' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J16173168+4019003.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 457kB/s]\n", + "SHA256 hash of downloaded file: 54747a7c71fe0a772ae9adcbf94bbdfb454cad8b7202f62f4aae2eb1d4d81771\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J161731.65%2B401859.7&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J161731.65+401859.7.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 6.87k/6.87k [00:00<00:00, 4.44MB/s]\n", + "SHA256 hash of downloaded file: 0d7eac172213445d6469ae9a277564054896743660895fee5b9ba9575dbe9433\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSW+J1645221-131951' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J16452211-1319516.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 367kB/s]\n", + "SHA256 hash of downloaded file: bf06fa26d64a449eb8103f54413e10b59d3f9bcd05e9c639629c77de3b29d029\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSW+J1645221-131951&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSW J1645221-131951.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.45k/7.45k [00:00<00:00, 5.20MB/s]\n", + "SHA256 hash of downloaded file: 3b685b08bcc8dfaa7afb1629204468bd98f41afd6ec92335b4b44a05beecf711\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J16262034%2B3925190' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J16262034+3925190.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 455kB/s]\n", + "SHA256 hash of downloaded file: ee04fd61da524339f4c57e0f5e2ae022448c9141a285efeb712c32941d2fc041\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J16262034%2B3925190&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J16262034+3925190.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 4.49MB/s]\n", + "SHA256 hash of downloaded file: 22b5e037bd7431d0259e6e9d4efed6c10a0447557e0d001d71aa041770271ec8\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J090900.73%2B652527.2' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J09090085+6525275.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 476kB/s]\n", + "SHA256 hash of downloaded file: 4663a2449f890e0fd97deae91aa020ab1e08399dd0e497cd9b84e6ebffed74d3\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J090900.73%2B652527.2&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J090900.73+652527.2.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.54k/7.54k [00:00<00:00, 6.70MB/s]\n", + "SHA256 hash of downloaded file: efa0320266b60c9cfe008f5b97579dbc0cbd57cac792ba6f44ff216ec0b331a3\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J16390818%2B2839015' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J16390818+2839015.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 319kB/s]\n", + "SHA256 hash of downloaded file: 5bb191cccdf92110ed32e0a749f0ed934264cd7e2a7acef0add3744cef80164c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J16390818%2B2839015&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J16390818+2839015.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.51k/7.51k [00:00<00:00, 5.40MB/s]\n", + "SHA256 hash of downloaded file: 316fc254e90137d9eafa0e5688ab2168ea8417dcd2255dd5519c20b9bd1d26ae\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J16423481-2355027' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J16423481-2355027.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 527kB/s]\n", + "SHA256 hash of downloaded file: a14e5fe97d95937f3192e3fadccf41f965341fb2e5e11eb4373c48fa5c70a62a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J16423481-2355027&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J16423481-2355027.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.41k/7.41k [00:00<00:00, 4.07MB/s]\n", + "SHA256 hash of downloaded file: cd36cf25a9a05225e2c2e39688b8c3aa3b86b5fc2d54fa52e644879a07993db6\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J16403561%2B2922225' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J16403561+2922225.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 238kB/s]\n", + "SHA256 hash of downloaded file: 4728e3a238fa2df2f93ff77d3239421e23df5370bd02e54cfa2d5ea537a68126\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J16403561%2B2922225&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J16403561+2922225.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.50k/7.50k [00:00<00:00, 6.79MB/s]\n", + "SHA256 hash of downloaded file: da07fdf032f06a87c127969823677a26bed13832d4d34636e799a646af3e20b1\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J07290002-3954043' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J07290002-3954043.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 685kB/s]\n", + "SHA256 hash of downloaded file: 9d461f5d5159e22addac425619735ea67017489dbd6c7ea95e518a9ca0a0b3d9\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J07290002-3954043&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J07290002-3954043.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.81k/7.81k [00:00<00:00, 4.23MB/s]\n", + "SHA256 hash of downloaded file: 050b42b4a492e7d3bf4800c8724ee38bfbd1d599a9491ab8bbbc62bd221370e3\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J16452207%2B3004071' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J16452207+3004071.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 530kB/s]\n", + "SHA256 hash of downloaded file: 3e7a3bbdb63b067256794a66e05ea8bc53b1fc9c5631522784c192a178eb367b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J16452207%2B3004071&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J16452207+3004071.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 5.36MB/s]\n", + "SHA256 hash of downloaded file: 1d337480c1b6171b7b397dec054fa78c3fa32ef71a0f6843946b25cc01a4b38f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J163030.53%2B434404.0' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J16303054+4344032.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 417kB/s]\n", + "SHA256 hash of downloaded file: 148913211b3b319b23ee12c22b80bc32a93903e66d9ad659281e21b100d2a06e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J163030.53%2B434404.0&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J163030.53+434404.0.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.54k/7.54k [00:00<00:00, 4.70MB/s]\n", + "SHA256 hash of downloaded file: bb7047974133d22aec4fccd14345fd31387e55f55e9a80de162f242110897379\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=VB+8' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J16553529-0823401.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 392kB/s]\n", + "SHA256 hash of downloaded file: 576d39228c0c42e898474f5cba90d94bf073a8275609f4b0b3e66d33fb7db9d0\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=VB+8&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_VB 8.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.40k/7.40k [00:00<00:00, 4.73MB/s]\n", + "SHA256 hash of downloaded file: 7bba38aa88c93ea5aa4da1c8b0c7c6c0d9fdd9bab68ecab35dd47bd9353e107c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J15293306%2B6730215' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J15293306+6730215.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 521kB/s]\n", + "SHA256 hash of downloaded file: c161f0b792e715b80d15f15f33f5dddbee8475b99cd0e60f1eb7aff7fe53865e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J15293306%2B6730215&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J15293306+6730215.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.55k/7.55k [00:00<00:00, 3.21MB/s]\n", + "SHA256 hash of downloaded file: c55fae9d69bba3383b50b569b60300015d3cd22b85bb68915895d2e8354dfd4b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=DENIS-P+J170548.38-051645.7' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J17054834-0516462.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 386kB/s]\n", + "SHA256 hash of downloaded file: 0c7684d4a1197743ef70a6e42a5d77db709a71e704e599062ca07860ca61e3ba\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=DENIS-P+J170548.38-051645.7&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_DENIS-P J170548.38-051645.7.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 5.08MB/s]\n", + "SHA256 hash of downloaded file: d7b8075b19933cd5c0efde2e5efc9257b4d05fb2b7917b74c29578d2b4d4613e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J17033593%2B2119071' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J17033593+2119071.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 903kB/s]\n", + "SHA256 hash of downloaded file: 14afa942055240f0a0671168863c4c19bab6430465327130e2234f6c3aa503cc\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J17033593%2B2119071&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J17033593+2119071.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 5.59MB/s]\n", + "SHA256 hash of downloaded file: 21dc5c2e6ae282287d9f467ebd4b2a494b1fd5a6498f688b799745f26b8bdd36\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J17072343-0558249A' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J17072343-0558249.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 849kB/s]\n", + "SHA256 hash of downloaded file: e4f812914d91e367d6b6296783d0e708fa9c12274acc66d8f43e7fe96225cc3b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J17072343-0558249A&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J17072343-0558249A.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.41k/7.41k [00:00<00:00, 3.85MB/s]\n", + "SHA256 hash of downloaded file: 8c49f521f50b0024ebc6477af8df34d3c1631ca3e35de65fbb5f715d3ebb9515\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=LSPM+J0734%2B5810' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J07340502+5810484.xml'.\n", + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 504kB/s]\n", + "SHA256 hash of downloaded file: 72cff4127dec36d7cbcbb3643530fad8c7d837fa987cda1b303a7681cc3741bf\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=LSPM+J0734%2B5810&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_LSPM J0734+5810.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.42k/7.42k [00:00<00:00, 8.00MB/s]\n", + "SHA256 hash of downloaded file: da5787298d884689d6cb56f2ffdeb273110a321865e34e1fc84124a69e517b21\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J17111353%2B2326333' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J17111353+2326333.xml'.\n", + "100%|█████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 1.18MB/s]\n", + "SHA256 hash of downloaded file: 88a254c5654859347451a45d5017b4f10906ddd083d5602cccb7d7d95700cd1c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J17111353%2B2326333&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J17111353+2326333.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.19k/7.19k [00:00<00:00, 4.38MB/s]\n", + "SHA256 hash of downloaded file: bc07254b566ffa4f86b30d14bb7414325216ed04bd25b1b52d555f8065361ac5\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J1711457%2B223204' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J17114573+2232044.xml'.\n", + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 463kB/s]\n", + "SHA256 hash of downloaded file: 014e39225899f732ba3a46a4416c28a59259e23a2af115a701bac7ebcca25329\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J1711457%2B223204&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J1711457+223204.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.58k/7.58k [00:00<00:00, 5.07MB/s]\n", + "SHA256 hash of downloaded file: 6e412d142f0718f4a0c05cf6c6a2dc590f9119de5b5694f900650cca807642b8\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J16130315%2B6502051' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J16130315+6502051.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 434kB/s]\n", + "SHA256 hash of downloaded file: 2eb22534ae2c2f92346c60b17ed10379d1909afa773a236e84dde737d8039441\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J16130315%2B6502051&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J16130315+6502051.xml'.\n", + "100%|█████████████████████████████████████| 7.46k/7.46k [00:00<00:00, 4.19MB/s]\n", + "SHA256 hash of downloaded file: 1547c0ef791abceb0466990a0e1e51e205ca427b59689b157ee41ee55481509b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSW+J0717163%2B570543' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J07171626+5705430.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 626kB/s]\n", + "SHA256 hash of downloaded file: 0999ee7826440e90dade0bbe799210cb6169f62bb16c0b9722dba3c4a0dc2d5e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSW+J0717163%2B570543&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSW J0717163+570543.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.51k/7.51k [00:00<00:00, 5.67MB/s]\n", + "SHA256 hash of downloaded file: c00600b4560bad992f5985eb5c602898ed0debf1e4f47d8715249e1dc0f6c0a2\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J073922.26%2B661503.5' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J07392203+6615039.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 497kB/s]\n", + "SHA256 hash of downloaded file: 06825cc23f7272c97e4f08e774e135031eba02510d886d409816f0347254d078\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J073922.26%2B661503.5&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J073922.26+661503.5.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 6.60k/6.60k [00:00<00:00, 3.91MB/s]\n", + "SHA256 hash of downloaded file: 3955608435e120e5891dfa368a6e3163a5b85a4cf84a58c4c526f3b86ae11cb4\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J17220990-1158127AB' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J17220990-1158127.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 622kB/s]\n", + "SHA256 hash of downloaded file: 0d7d902dadb826a19bf1988d926123fb5fbb5c9901f8b8f365ec376beef73a74\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J17220990-1158127AB&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J17220990-1158127AB.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.57k/7.57k [00:00<00:00, 3.64MB/s]\n", + "SHA256 hash of downloaded file: 49555558ec1d54336eb85c9892b5f6a50860b96c0da5da872be35fe3e92a3f46\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J0652307%2B471034' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J06523073+4710348.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 525kB/s]\n", + "SHA256 hash of downloaded file: 8db4049421c39fdf7c0f0d69b4c690ddfbf40e849312e3a411f685abae324bf2\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J0652307%2B471034&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J0652307+471034.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 4.58MB/s]\n", + "SHA256 hash of downloaded file: 4fedbdffe01e2eb5af6729b0e7baea30fb5cee5268202aa0c36c352d8ef502ef\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J17252029-0024508' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J17252029-0024508.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 607kB/s]\n", + "SHA256 hash of downloaded file: 332b5ce6dd68367af28be4299211618dbb7e29da88792fca8454d48f27a6efcc\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J17252029-0024508&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J17252029-0024508.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.39k/7.39k [00:00<00:00, 5.32MB/s]\n", + "SHA256 hash of downloaded file: 6c0c0755b0fc362a268a65821bdafbce2c156aa3edc87039cdbaf38da5206e9e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J17264629-1158036' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J17264629-1158036.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 696kB/s]\n", + "SHA256 hash of downloaded file: 9be230e7ee51434bd7627805dc8aac16121c5b551411b98d2bb94215beeb44f9\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J17264629-1158036&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J17264629-1158036.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.55k/7.55k [00:00<00:00, 5.59MB/s]\n", + "SHA256 hash of downloaded file: f16c941b675003deaf5fd165769f6616f0ce85436d384b7339edd88c63989c21\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J165329.69%2B623136.5' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J16532970+6231364.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 538kB/s]\n", + "SHA256 hash of downloaded file: 8c72b45d0ca32a745ebf6e4a0730282f759cf3cffecee037b133df64e44deefa\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J165329.69%2B623136.5&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J165329.69+623136.5.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 4.80MB/s]\n", + "SHA256 hash of downloaded file: aa4f618933b75183b35e6dd8bad653075deefc1fd12b77d43e5fc27eb2aaf91b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J17330480%2B0041270' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J17330480+0041270.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 392kB/s]\n", + "SHA256 hash of downloaded file: 2eb2188a5e5dee0cd4abc8c823225bc94c639d765479c2b8712b11e1752f4bf7\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J17330480%2B0041270&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J17330480+0041270.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.46k/7.46k [00:00<00:00, 3.71MB/s]\n", + "SHA256 hash of downloaded file: ab6bd6664729017135e2e4d8329da0d289b2f955ea845ef656bb1d954a8cdfee\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J17331764%2B1529116' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J17331764+1529116.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 412kB/s]\n", + "SHA256 hash of downloaded file: a184cb38d5179452e204e4f67a16631e3f4662b886d55f75afb6817974831169\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J17331764%2B1529116&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J17331764+1529116.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.41k/7.41k [00:00<00:00, 3.03MB/s]\n", + "SHA256 hash of downloaded file: 0f344042bbdc707610d07b1594cc2406a958a5c64a08d899ad032649670b926e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J17320014%2B2656228' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J17320014+2656228.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 634kB/s]\n", + "SHA256 hash of downloaded file: 07f5a674b0942a9c4a9e6e7b6bdfebc50cc7bafd82f9525c9ffa170a0fb96811\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J17320014%2B2656228&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J17320014+2656228.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.52k/7.52k [00:00<00:00, 3.76MB/s]\n", + "SHA256 hash of downloaded file: dfec96d91e8bea24ba35c72a05a71b7c9b396233b953fc1699c3d93c9ca742ce\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J17343053-1151388' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J17343053-1151388.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 501kB/s]\n", + "SHA256 hash of downloaded file: a5ece50985545f33719d250e88fa945abbc4670b1e5525d5a703903d6125c542\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J17343053-1151388&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J17343053-1151388.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.48k/7.48k [00:00<00:00, 5.19MB/s]\n", + "SHA256 hash of downloaded file: 71533a342d9cca63329b7e48fbc86fc777655495d8b85e84559af1611487a09e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSW+J1728114%2B394859' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J17281150+3948593.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.06k/1.06k [00:00<00:00, 636kB/s]\n", + "SHA256 hash of downloaded file: a3fe829dcd28b10c28d0a17d6aa1bafdfd4472009202470f75934e9f53c5d20a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSW+J1728114%2B394859&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSW J1728114+394859.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.60k/7.60k [00:00<00:00, 4.81MB/s]\n", + "SHA256 hash of downloaded file: b8a6ba2b82d696d5317d77fe18f1f659f76460ed1282e2df4cf11e2a34233b3e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J17364839%2B0220426' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J17364839+0220426.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 383kB/s]\n", + "SHA256 hash of downloaded file: 40371b9996401d3973cf2f8eec5e9db8fcc17bf74b8747c39e4619648d4c0a19\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J17364839%2B0220426&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J17364839+0220426.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.43k/7.43k [00:00<00:00, 5.32MB/s]\n", + "SHA256 hash of downloaded file: 13a9ec4b752bbc56c4143a50cebdbe6ae40492976dcd5cd34023510079a6792f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=LP+508-14' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J17361766+1346225.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 309kB/s]\n", + "SHA256 hash of downloaded file: a30b828bdc5cc360823d6f2b0830e5a26ed2f4f320f10cbd0e08d050036db11f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=LP+508-14&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_LP 508-14.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.37k/7.37k [00:00<00:00, 4.76MB/s]\n", + "SHA256 hash of downloaded file: 9432313a796a8aa4d165d5002ed57d8d5563cec6c859ff3061047e42251fbfb9\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J065405.63%2B652805.4' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J06540564+6528051.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 497kB/s]\n", + "SHA256 hash of downloaded file: 2c3e0691ccd85a2f901ebc1d639c579def8ae653611a0268258394fc32957e21\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J065405.63%2B652805.4&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J065405.63+652805.4.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.54k/7.54k [00:00<00:00, 5.39MB/s]\n", + "SHA256 hash of downloaded file: 6e1a1ae912d5e72176eb3251c3baee5f499d1d0ec0e158161fdcdc6f3549b20f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J17392515%2B2454421' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J17392515+2454421.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 519kB/s]\n", + "SHA256 hash of downloaded file: fed666226a8a205607ea81ae72a5da54a838de95140e381dcaffb4a85a55af9f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J17392515%2B2454421&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J17392515+2454421.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.52k/7.52k [00:00<00:00, 5.11MB/s]\n", + "SHA256 hash of downloaded file: 4f78f69985ac307f77a41fef76e9c7c203bae3e3e049fd0c46456947a759c8a3\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J06244595-4521548' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J06244595-4521548.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 708kB/s]\n", + "SHA256 hash of downloaded file: d260ab7de12db95ad011e34679d9c626c24bf9464c0b32fae3fa7a8b100d0e55\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J06244595-4521548&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J06244595-4521548.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.50k/7.50k [00:00<00:00, 5.85MB/s]\n", + "SHA256 hash of downloaded file: b3714081e325f9c8fbd30e6a551c89d78fe867295761b21dfd47833b4ebfc5b5\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J173101.41%2B531047.9' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J17310140+5310476.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 491kB/s]\n", + "SHA256 hash of downloaded file: 527df31879b1bcbbd98fe0d7b7d0e8867b5a3ec5d793df79cc209bbac5ef8ee5\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J173101.41%2B531047.9&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J173101.41+531047.9.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 6.83k/6.83k [00:00<00:00, 4.60MB/s]\n", + "SHA256 hash of downloaded file: 129e92edb8f5549d27e6251279b46631f50b08ae2a12dfd3ae0b78cfdc9182eb\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=CXOGC+J174516.1-290315' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J17451618-2903156.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.02k/1.02k [00:00<00:00, 518kB/s]\n", + "SHA256 hash of downloaded file: 5f168c542d5f76ded7726f18b4d440707668133132cf559a3d5d4617f9688fd3\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=CXOGC+J174516.1-290315&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_CXOGC J174516.1-290315.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.54k/7.54k [00:00<00:00, 5.29MB/s]\n", + "SHA256 hash of downloaded file: a26a520e6690c2c4ed1295ffc2fae900b3f24b1bd96935a0d9a7aa070ac3b6b9\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J17502484-0016151' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J17502484-0016151.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 602kB/s]\n", + "SHA256 hash of downloaded file: 94ce7a16e50fd9af585956c49da84b8e1572602fef1b24f3e939d12c26f6e41e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J17502484-0016151&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J17502484-0016151.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.47k/7.47k [00:00<00:00, 5.54MB/s]\n", + "SHA256 hash of downloaded file: 0db8e3035925e32408efbe954ebc06e41275f599d5a2c053cac4a00d2cf87b95\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSSp+J175032.96%2B175903.9' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J17503293+1759042.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 526kB/s]\n", + "SHA256 hash of downloaded file: d50b596b565435273056e82186f2f4a405031e6f3dd6f6027d853d94f3c81c52\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSSp+J175032.96%2B175903.9&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSSp J175032.96+175903.9.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.59k/7.59k [00:00<00:00, 4.76MB/s]\n", + "SHA256 hash of downloaded file: 800708d773caa41c94282b79c340d20e137d2d9ca5bd3db686f1129fdf8c46ac\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J17461199%2B5034036' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J17461199+5034036.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 703kB/s]\n", + "SHA256 hash of downloaded file: ef2843169fb048ca2fca7c578950c8ef5881422b24845190ee4f8c44fcd1187e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J17461199%2B5034036&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J17461199+5034036.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.51k/7.51k [00:00<00:00, 5.51MB/s]\n", + "SHA256 hash of downloaded file: 21db12bb21d50b45d472ba8d6756d3d495a62d72265e154379008209bf865589\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=LHS+217' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J06211484+6558164.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 1.92MB/s]\n", + "SHA256 hash of downloaded file: 595a821e35081bbc0b04153c6a97906a28eca2da65a102b648c668be8da808e3\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=LHS+217&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_LHS 217.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.39k/7.39k [00:00<00:00, 20.1MB/s]\n", + "SHA256 hash of downloaded file: 21afa27a89bce4055928569b167298f8562c77ac9c26fcb4cd7af174d1e55e57\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J175024.01%2B422237.8' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J17502385+4222373.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 1.28MB/s]\n", + "SHA256 hash of downloaded file: e4db6a9490db89f913264ad29a1940d205c36e581dbbca46ee762c19abcba197\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J175024.01%2B422237.8&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J175024.01+422237.8.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.56k/7.56k [00:00<00:00, 4.42MB/s]\n", + "SHA256 hash of downloaded file: da953b28746f62837b883d35db067526b21baf87e6cd146e7c483edad1201f01\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J1754544%2B164920' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J17545447+1649196.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 1.07MB/s]\n", + "SHA256 hash of downloaded file: 01da24a88a97d80347985aff776ead9a4624513e72548be06fb78659daa4634a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J1754544%2B164920&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J1754544+164920.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.64k/7.64k [00:00<00:00, 5.83MB/s]\n", + "SHA256 hash of downloaded file: b19982f04c24791ecb3719bf1b4a823b21110301da90883bc264213d0d0365e3\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J17561080%2B2815238' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J17561080+2815238.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 523kB/s]\n", + "SHA256 hash of downloaded file: 16f535ae6a5d08191d7d42c757aa76e6a492cd389254240e168958f57c74d976\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J17561080%2B2815238&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J17561080+2815238.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.54k/7.54k [00:00<00:00, 3.57MB/s]\n", + "SHA256 hash of downloaded file: e416022fda6eb99694c4b2a750605fac591685e5f4860701271033540b81a1e5\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J06020638%2B4043588' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J06020638+4043588.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.05k/1.05k [00:00<00:00, 506kB/s]\n", + "SHA256 hash of downloaded file: 5790f66c8bb40e7119f8288a78160307829de1679929c85401e8132a1769e01d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J06020638%2B4043588&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J06020638+4043588.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.67k/7.67k [00:00<00:00, 4.54MB/s]\n", + "SHA256 hash of downloaded file: 87f3c8d96efa2f96be5abcd5835e06cdcfbf742eb85add81a9870f5cf883602c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J175805.46%2B463311.9' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J17580545+4633099.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 562kB/s]\n", + "SHA256 hash of downloaded file: 830754322b7a607060f804e3dd0a950c523a4e34a8dca07376dfa3a3a2aefba1\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J175805.46%2B463311.9&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J175805.46+463311.9.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.69k/7.69k [00:00<00:00, 1.72MB/s]\n", + "SHA256 hash of downloaded file: 16d3c03fc7d33fbfff7cc51787074aa601eeaafbb7ea4bcf007a06d51f518ea4\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J05591914-1404488' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J05591914-1404488.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 470kB/s]\n", + "SHA256 hash of downloaded file: 4ffc5e17247c9fe03a00049047331d0ab5fc42ef22d0eb2d89282464817346f5\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J05591914-1404488&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J05591914-1404488.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.66k/7.66k [00:00<00:00, 4.24MB/s]\n", + "SHA256 hash of downloaded file: e1558d92521d63ee963709bc344a81f63c106ccc4cf004dffca0a2facc51e6a9\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=APMPM+0559-2903' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J05585891-2903267.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 474kB/s]\n", + "SHA256 hash of downloaded file: 8b6a1414a685fd923b98d37e02ab785b751bf1079dd76abe5441605ccd28f307\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=APMPM+0559-2903&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_APMPM 0559-2903.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.47k/7.47k [00:00<00:00, 4.45MB/s]\n", + "SHA256 hash of downloaded file: 68c49784d3b88131ecac1c36c16ea2f53e654c02c0cdfcb9ee2a2580a07d936a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J1807159%2B501531' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J18071593+5015316.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 294kB/s]\n", + "SHA256 hash of downloaded file: 2b3c539c50c2cc0b15cdc4608386aa3030c353deb3829f4c776b89ea05fd69e3\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J1807159%2B501531&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J1807159+501531.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.51k/7.51k [00:00<00:00, 5.05MB/s]\n", + "SHA256 hash of downloaded file: 888e8b2f0fedcd51548836cf164f5d4c667909cf6781eaf45bdbaeaf37f2eae0\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J18131803%2B5101246' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J18131803+5101246.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 367kB/s]\n", + "SHA256 hash of downloaded file: b82d30b56fd7a4bac84e856a77852e4a0a057e7a63b3c925aedd3dd82f6ed73d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J18131803%2B5101246&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J18131803+5101246.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.57k/7.57k [00:00<00:00, 4.38MB/s]\n", + "SHA256 hash of downloaded file: 3d364146c90694231dd76e5619760500299b4648d87190ef5da00e98e0630b26\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J18112466%2B3748513' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J18112466+3748513.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 301kB/s]\n", + "SHA256 hash of downloaded file: f9c56dcc09445856f71ec4beaf0b03629060b119a15e88ff02ed542276c52a7b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J18112466%2B3748513&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J18112466+3748513.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.58k/7.58k [00:00<00:00, 5.41MB/s]\n", + "SHA256 hash of downloaded file: 89910ce5c655d94f51debe11e1a990372200efc2ab400aae149a3f43255a4723\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J05314149%2B6856293' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J05314149+6856293.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 660kB/s]\n", + "SHA256 hash of downloaded file: 98c60f779136ae2e7ce39b6a829ab4b2fb29c2ed99a851fd3147155a2cee0968\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J05314149%2B6856293&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J05314149+6856293.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 4.07MB/s]\n", + "SHA256 hash of downloaded file: 4aba03daf5a59a356cc3d99b519494d5479529ddf073638b05bbfb17c2e61a39\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J05460407-0003228' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J05460407-0003228.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 551kB/s]\n", + "SHA256 hash of downloaded file: 6df064934b3ee6436c423f9ef6d013c707999fb7f718c96a34472b86079e3f40\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J05460407-0003228&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J05460407-0003228.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.48k/7.48k [00:00<00:00, 4.40MB/s]\n", + "SHA256 hash of downloaded file: f0a77ccbe27471dc684af578896e63ba24145302c0de592274b7aeee35bed12b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J18283572-4849046' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J18283572-4849046.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 402kB/s]\n", + "SHA256 hash of downloaded file: a6520702f5cca00274fe589902d9a4d9b2af492beb1ecebb4c77182f72e621a0\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J18283572-4849046&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J18283572-4849046.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.61k/7.61k [00:00<00:00, 4.68MB/s]\n", + "SHA256 hash of downloaded file: 76be49bd3510925fe011555aa42c8475cdaf152b0cee0760c65ae9c8a32cbca9\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J18212815%2B1414010' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J18212815+1414010.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 554kB/s]\n", + "SHA256 hash of downloaded file: 2effee51c2b91e5ecf5d60c9a8135a0f1c7430a6030016f86a4a87a69ed44390\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J18212815%2B1414010&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J18212815+1414010.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.47k/7.47k [00:00<00:00, 6.09MB/s]\n", + "SHA256 hash of downloaded file: 315013695e78c3554af91b9883c9825f08a796b87cee8874e327e616c1311760\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J18244344%2B2937133' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J18244344+2937133.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 688kB/s]\n", + "SHA256 hash of downloaded file: e09a4e3cada48b917d4dece07c3989259b0802f1eaa3fba4928142575bd665be\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J18244344%2B2937133&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J18244344+2937133.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.42k/7.42k [00:00<00:00, 4.31MB/s]\n", + "SHA256 hash of downloaded file: c67341a615571285b0e9510e2d4f283db6a151b1b83894157c0d15880e21e4c9\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J05381018-0554261' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J05381018-0554261.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 331kB/s]\n", + "SHA256 hash of downloaded file: 2314d41346d4f6062b5e2da9f43931ae482eb182d5cde1d1c9e2acf42616ae54\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J05381018-0554261&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J05381018-0554261.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.47k/7.47k [00:00<00:00, 4.66MB/s]\n", + "SHA256 hash of downloaded file: d0c4b2c8e983f4ad16462cd27179191874d94297e4c2d16b7227dbc86684120b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=LSR+1826%2B3014' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J18261131+3014201.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.02k/1.02k [00:00<00:00, 523kB/s]\n", + "SHA256 hash of downloaded file: 2e8cf31468509f519543b36922798a50f776746e0946fdb15a161ecc261cadb7\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=LSR+1826%2B3014&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_LSR 1826+3014.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.42k/7.42k [00:00<00:00, 4.42MB/s]\n", + "SHA256 hash of downloaded file: 14dcc16013f1ee78a08dec1c0f32b4edea5f2970b716f4975c2b543a91da4d1e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J05363776%2B1000232' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J05363776+1000232.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 1.17MB/s]\n", + "SHA256 hash of downloaded file: 55a2d622f62ac8e9b15503b3b92cdc191a4c3d084902492f0eee3437a95b631c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J05363776%2B1000232&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J05363776+1000232.xml'.\n", + "100%|█████████████████████████████████████| 7.51k/7.51k [00:00<00:00, 8.11MB/s]\n", + "SHA256 hash of downloaded file: 3c31f9ed7a7ab699a1e7b42b0105c6b3cdcd29c8fb71d318822aee120817ac0a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J05363713-0328492' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J05363713-0328492.xml'.\n", + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 530kB/s]\n", + "SHA256 hash of downloaded file: 307080d0998b98adfd5cb9c336f7d48d01c88a5dba95a87c5430fae0c2224f10\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J05363713-0328492&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J05363713-0328492.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.46k/7.46k [00:00<00:00, 3.69MB/s]\n", + "SHA256 hash of downloaded file: c010a56b13a306aeb70c5265f443c61396fa0a5595ba58a00c316cbe6c6d7ca5\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J05341594-0631397' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J05341594-0631397.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 519kB/s]\n", + "SHA256 hash of downloaded file: dd051cb65e81225bfc2304695f8b93681e6c57edc9aec7a54374b96963999037\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J05341594-0631397&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J05341594-0631397.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 5.38MB/s]\n", + "SHA256 hash of downloaded file: 7453aedff75e4dd98c30d8c4e825f1f3d27de21b1f51efe70b570625ef848b81\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J18282794%2B1453337' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J18282794+1453337.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 567kB/s]\n", + "SHA256 hash of downloaded file: fc7bddd4ffbd38a987ebf2b730b55230773420aa650b89b90fb1a6b0eabc2aef\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J18282794%2B1453337&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J18282794+1453337.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.52k/7.52k [00:00<00:00, 4.51MB/s]\n", + "SHA256 hash of downloaded file: 96794f7732d7e64845170753acd54913f48b85df3f1ceef6aba88937e5206841\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J18284076%2B1229207' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J18284076+1229207.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 436kB/s]\n", + "SHA256 hash of downloaded file: 58c9b92808ccd1a14fbc03882a0edc0104ef52c4b085d6ccfd588845089bd29a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J18284076%2B1229207&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J18284076+1229207.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.47k/7.47k [00:00<00:00, 5.34MB/s]\n", + "SHA256 hash of downloaded file: 8318e6891507f6962ddf107dbad47ac62d2e649bc38ace1402936a4084e02a7e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J18355309-3217129' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J18355309-3217129.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 410kB/s]\n", + "SHA256 hash of downloaded file: 230bae12c6014d5586f35d6760c23dc2ffefe95f7471435d02923358b048a823\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J18355309-3217129&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J18355309-3217129.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 4.93MB/s]\n", + "SHA256 hash of downloaded file: 0d05b789b243f722ea56da555ac2293c72f68b6f70148d23b5244fbc67775023\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J18411320-4000124' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J18411320-4000124.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 549kB/s]\n", + "SHA256 hash of downloaded file: 13e6d56822be17ddd067169a93c039de5c39fdeba88ca5826e31c1a837458363\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J18411320-4000124&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J18411320-4000124.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.47k/7.47k [00:00<00:00, 3.97MB/s]\n", + "SHA256 hash of downloaded file: 73dadf7328f79ac64440da4b2eebd8afe24e5063536512adc39ed4f1bfdb23a3\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J05185995-2828372' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J05185995-2828372.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 878kB/s]\n", + "SHA256 hash of downloaded file: 49414e7b893761402b5c1ed2d3408ed29cbe7a164cfb8d27f99f1ab9a2719c26\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J05185995-2828372&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J05185995-2828372.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.51k/7.51k [00:00<00:00, 6.94MB/s]\n", + "SHA256 hash of downloaded file: 180e3614d84cd59ec85eac28299092d5d07d1df11a8aaeb55e12aa00ad09b47b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J05161597-3332046' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J05161597-3332046.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 486kB/s]\n", + "SHA256 hash of downloaded file: d8524fc6753191d8f468f63535e71eed71b70ccf0c606a3b6f99c97d2a3b5c61\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J05161597-3332046&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J05161597-3332046.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.55k/7.55k [00:00<00:00, 4.63MB/s]\n", + "SHA256 hash of downloaded file: 4ec48b4abbd92d29b6511f16bae200e33f1729ddc78df061fd9eebaf3dd7e155\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J19415458%2B6826021' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J19415458+6826021.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 341kB/s]\n", + "SHA256 hash of downloaded file: ac3776a151cede57481318f637a5e00f823f600293670fd2fc99560956ea8587\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J19415458%2B6826021&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J19415458+6826021.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.55k/7.55k [00:00<00:00, 6.53MB/s]\n", + "SHA256 hash of downloaded file: 721a2f91ac3566b0dc929cfe41bc3bc5e44134b2cf2091e2c2519444d646537c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J05103520-4208140' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J05103520-4208140.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 728kB/s]\n", + "SHA256 hash of downloaded file: f90d05ceb063fc06a7b41e972411aeb0a933a6b53aa9b6bc1b7f9b2facc9982d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J05103520-4208140&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J05103520-4208140.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.75k/7.75k [00:00<00:00, 7.81MB/s]\n", + "SHA256 hash of downloaded file: 633a98d1da1ef5f1dd0046c0e53634b1ba15ccfd9888c593ac64092531a6cb08\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J18530004-4133275' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J18530004-4133275.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 464kB/s]\n", + "SHA256 hash of downloaded file: b6f324bfddb8362f77b001c2d922d634b022395d503c86a9134c0b945c688a56\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J18530004-4133275&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J18530004-4133275.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.45k/7.45k [00:00<00:00, 5.03MB/s]\n", + "SHA256 hash of downloaded file: 707fd4f94f7696b1653a538548c56e897679fc544c830c7de3ce8c57118b242c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J19010601%2B4718136' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J19010601+4718136.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 354kB/s]\n", + "SHA256 hash of downloaded file: be5802114504ea7e0ca7e000861e9e2916636508297fdf4885a5c5f6876ea15d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J19010601%2B4718136&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J19010601+4718136.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.61k/7.61k [00:00<00:00, 4.61MB/s]\n", + "SHA256 hash of downloaded file: 94a31c2e96be7beb369daa01fd29567b8f4fb209977f9f6573acc2d9a880a9e8\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J05160945-0445499' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J05160945-0445499.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 538kB/s]\n", + "SHA256 hash of downloaded file: 253636bf5a850e465d62867b85f0aa0691c56331226985d769bea2178450906e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J05160945-0445499&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J05160945-0445499.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.69k/7.69k [00:00<00:00, 5.37MB/s]\n", + "SHA256 hash of downloaded file: 35f18433cef5528a76f972c4b3f874d079c84af0a9c3951d6e16cab2ad2f4e49\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J20283175%2B6925116' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J20283175+6925116.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 505kB/s]\n", + "SHA256 hash of downloaded file: 6dfb32246ffb33f01e6b0a7443a61295f9008dfe7c18f5724dc85a24257cf402\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J20283175%2B6925116&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J20283175+6925116.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.52k/7.52k [00:00<00:00, 3.67MB/s]\n", + "SHA256 hash of downloaded file: 4c2c1f8d04a789e9ce1e8ea10f33c76a94d3fe6e717d8e137c590846ee243734\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J19495702%2B6222440' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J19495702+6222440.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 514kB/s]\n", + "SHA256 hash of downloaded file: d7231a1f745a71979213d3598f8c81cc7848e20136282a82389aab517e8dfbcb\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J19495702%2B6222440&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J19495702+6222440.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.59k/7.59k [00:00<00:00, 5.08MB/s]\n", + "SHA256 hash of downloaded file: 6444d04411c29ffc4d59414847d53e7bb73e14714e3c0ad5831f6e7bb9dbb99c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J04574903%2B3015195' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J04574903+3015195.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 480kB/s]\n", + "SHA256 hash of downloaded file: 722e0b0a3d2b0d0c3c74bcd23f1d265c57665782ed47e51379440581205ce621\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J04574903%2B3015195&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J04574903+3015195.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.45k/7.45k [00:00<00:00, 5.18MB/s]\n", + "SHA256 hash of downloaded file: e784db79aefd9150cc45008c1250da59950c430fb89b0ecacead20a2c75da70e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J20342948%2B6727398' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J20342948+6727398.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 513kB/s]\n", + "SHA256 hash of downloaded file: aa9430657a4c890e52375a8433075cefdb6843cc81c345921cc9062bc333f43c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J20342948%2B6727398&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J20342948+6727398.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.61k/7.61k [00:00<00:00, 4.36MB/s]\n", + "SHA256 hash of downloaded file: db7486fd193fa0e515d9d2eb360eb7e895bba91a4199e7e9e67a4a022d619627\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J19163888-3700026' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J19163888-3700026.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 527kB/s]\n", + "SHA256 hash of downloaded file: 940d4c8968cb1f56e71737e8b93dc50e3bbb4ff1a87a944b6666227b16ac8be8\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J19163888-3700026&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J19163888-3700026.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.57k/7.57k [00:00<00:00, 4.98MB/s]\n", + "SHA256 hash of downloaded file: c95175424f5247757f329bd6951d9758e6875b3faeb4c7de3cc2cba643fe4272\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=LEHPM+2-59' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J04520994-2245084.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.02k/1.02k [00:00<00:00, 544kB/s]\n", + "SHA256 hash of downloaded file: 8371332ef7731a449e64404708e7b17fa8191b3707b9b674a7e6239f2fe40613\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=LEHPM+2-59&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_LEHPM 2-59.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 5.28MB/s]\n", + "SHA256 hash of downloaded file: 208d0165fc4bdfad93aa81aebf6092c8b8d09347a081256d6d1df8888ce51bfa\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J19285196-4356256' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J19285196-4356256.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 660kB/s]\n", + "SHA256 hash of downloaded file: 2c2256050ea61844e5e94bf53081f37aa427ee5e95ca9c73fc634140cc0133d8\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J19285196-4356256&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J19285196-4356256.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 5.75MB/s]\n", + "SHA256 hash of downloaded file: 5a998d02abee84b4228eaa3af869a3f6699199b1459c392788807f83f38e3085\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J04442713%2B2512164' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J04442713+2512164.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 231kB/s]\n", + "SHA256 hash of downloaded file: 1fc79aed3213c62db0542097377da292adcd3b893a6928b1d34c2ccdc4396883\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J04442713%2B2512164&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J04442713+2512164.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.44k/7.44k [00:00<00:00, 6.20MB/s]\n", + "SHA256 hash of downloaded file: 1632707131d9c3298e67d9606bc71da5634f6fddd8b64eafe16b0465efc50e85\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J04470652-1946392' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J04470652-1946392.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 740kB/s]\n", + "SHA256 hash of downloaded file: 943c4ab719bb438e04d56da155c0ecc16888d135c6e68b18a443858537b04f28\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J04470652-1946392&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J04470652-1946392.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.54k/7.54k [00:00<00:00, 4.91MB/s]\n", + "SHA256 hash of downloaded file: 4bca1e0193b9a3eb87708466f4d5ec2bace7da2a20019d75a9e297f4dafe0637\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J04414825%2B2534304' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J04414825+2534304.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 960kB/s]\n", + "SHA256 hash of downloaded file: 953105cf3b5e9d0495276b9c4eff06be70de0b3d8d403c4f5f774eb70c098d05\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J04414825%2B2534304&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J04414825+2534304.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.40k/7.40k [00:00<00:00, 4.75MB/s]\n", + "SHA256 hash of downloaded file: 0f11db0f7b8cb9dd9bf064f8f92924b0b529f19b934be4d87c3476e145b22f5c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J04480182-0557254' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J04480182-0557254.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 964kB/s]\n", + "SHA256 hash of downloaded file: c48d03d6f567d76183d12a519e0262f1c47847d51c415732ec6e5beae40c68c5\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J04480182-0557254&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J04480182-0557254.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.67k/7.67k [00:00<00:00, 6.02MB/s]\n", + "SHA256 hash of downloaded file: 0fa7f8fbdb924f7cdf2cab0ded618cfd828b5180a85de5bcec1f733fee034eb8\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=CFHT+4' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J04394748+2601407.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 481kB/s]\n", + "SHA256 hash of downloaded file: d6128ae8b104ab519e432dccb9e07b80c1c476563672e00b0d953057af2944d2\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=CFHT+4&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_CFHT 4.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.38k/7.38k [00:00<00:00, 5.17MB/s]\n", + "SHA256 hash of downloaded file: ad40c3734b79b0784b796cecd6bda2a80983a1a12797a58440bdbabe3972d02d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=CFHT+6' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J04390396+2544264.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 415kB/s]\n", + "SHA256 hash of downloaded file: 1250ba62a3baaf3769820e87ffbbfb4816842c52f54a7251f7700dd276514f1c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=CFHT+6&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_CFHT 6.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.41k/7.41k [00:00<00:00, 4.54MB/s]\n", + "SHA256 hash of downloaded file: 00989380721ed2a372e3c1e707d5deb91575c400069c86d1db944d805fd4219e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J21210987%2B6557255' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J21210987+6557255.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 531kB/s]\n", + "SHA256 hash of downloaded file: 460b550df122e7e69a970c3c8b7e0359ce878d5eb14b6606610e89237d11ae44\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J21210987%2B6557255&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J21210987+6557255.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 5.20MB/s]\n", + "SHA256 hash of downloaded file: 35e3f30d5f108d3379002e1396d858f8ebde01ff70cd06cc3c31a1bbe8f7a791\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J04382218%2B2553503' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J04382218+2553503.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 253kB/s]\n", + "SHA256 hash of downloaded file: bf751638b55b0fd9b1e6f74ec3a4cfadb55e4d38933e03e18cf8a7e0b11b8931\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J04382218%2B2553503&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J04382218+2553503.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 5.52MB/s]\n", + "SHA256 hash of downloaded file: 6b4f6e6b5e7629c1ba8cae324318f7e9ad83e771239bb3d2307ee65095da4a62\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=ITG+2' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J04380083+2558572.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 632kB/s]\n", + "SHA256 hash of downloaded file: 2746b0d17a0e8adbf26c745f133f80029c105d4b9fd12437bb0de32140a22e7a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=ITG+2&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_ITG 2.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.36k/7.36k [00:00<00:00, 4.83MB/s]\n", + "SHA256 hash of downloaded file: 1a6e2cc23b24912942e34996aefea89334bd09d29de1f0e6d91f7b41c0d1e792\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J0439010-235308' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J04390101-2353083.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.02k/1.02k [00:00<00:00, 394kB/s]\n", + "SHA256 hash of downloaded file: ff41c558b011bf75f5d49f5cbbd6a40debdc7c1b980caddeb9f971d28b49b9df\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J0439010-235308&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J0439010-235308.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.47k/7.47k [00:00<00:00, 4.63MB/s]\n", + "SHA256 hash of downloaded file: 20c7ce369dd77003892c0edfb0f3789d0ec3fe4e193411b326b14bf07df69f9d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J22114470%2B6856262' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J22114470+6856262.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 444kB/s]\n", + "SHA256 hash of downloaded file: a57b2ee871f32d8704c0f419ce025d6584cbb6156ba73ffa30caaa5c28ec783d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J22114470%2B6856262&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J22114470+6856262.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 6.94MB/s]\n", + "SHA256 hash of downloaded file: 293ca9b7907de08a7a9ab245f8bf4ced6377ef9df17de1fef9ecf83624068560\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=CFHT+3' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J04363893+2258119.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 626kB/s]\n", + "SHA256 hash of downloaded file: 0414ff68f7acfefa7dbb9d8b9556abfe9bfd98c3b7efcd298ffdece6ee55a4de\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=CFHT+3&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_CFHT 3.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.44k/7.44k [00:00<00:00, 5.13MB/s]\n", + "SHA256 hash of downloaded file: 598781d1bed12a56f12b40522b5a2216090a8a8ca638f07f3d047e47f966bd04\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=VB+10' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J19165762+0509021.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 204kB/s]\n", + "SHA256 hash of downloaded file: ce10f17834d37b00e3fcc38978476193189abd49bc1828d94f28ef77f314d62b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=VB+10&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_VB 10.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.41k/7.41k [00:00<00:00, 4.85MB/s]\n", + "SHA256 hash of downloaded file: e2a3c16498d8f3db7300ac07e91ee22fa9aca89644b2b0d6a95ac80167608e11\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=KPNO+9' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J04355143+2249119.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 399kB/s]\n", + "SHA256 hash of downloaded file: 097a6e86ef509b7e4dead5745736b1373b877fa185dbf550e18e884de2d8bb4f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=KPNO+9&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_KPNO 9.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.45k/7.45k [00:00<00:00, 5.73MB/s]\n", + "SHA256 hash of downloaded file: 63600df7be3f9718f24c9dcb4c20ecef5ce74d6bbae6c11bbb6deda9fb0f4c47\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=V+1451+Aql' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J19202469-1033373.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.02k/1.02k [00:00<00:00, 482kB/s]\n", + "SHA256 hash of downloaded file: 9165efcf7823813973bf073dc81038ce86c6560d7c1b7d3203307ec661022bc5\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=V+1451+Aql&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_V 1451 Aql.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.39k/7.39k [00:00<00:00, 2.61MB/s]\n", + "SHA256 hash of downloaded file: 59666091824331790c905143e5a6a3c37d04cdbaf9521e19d36be314a8aa1dfb\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=KPNO+7' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J04305718+2556394.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 684kB/s]\n", + "SHA256 hash of downloaded file: b3727c6544bd8759bc8825272dd27dbfba65be2ce4550d08214cfb7a70a81f7e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=KPNO+7&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_KPNO 7.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.39k/7.39k [00:00<00:00, 3.92MB/s]\n", + "SHA256 hash of downloaded file: bd8b43f1bfe3ce0e5762b083513941958e0793323b439eb70b52474495624086\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=KPNO+6' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J04300724+2608207.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 555kB/s]\n", + "SHA256 hash of downloaded file: 3d5972827bfb3433d5440b68d996d0e59ff5780eecc3a965e236de8fe83273ab\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=KPNO+6&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_KPNO 6.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.44k/7.44k [00:00<00:00, 5.56MB/s]\n", + "SHA256 hash of downloaded file: 074ba2e3053d9da433cb3465dd1b8ae4b443f1c95203e619d0e03698a74d29f0\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=KPNO+5' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J04294568+2630468.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 834kB/s]\n", + "SHA256 hash of downloaded file: 1ff47d43ee159ccb4e234adbd447e98c3e3de252ed45dd060ba3878092ee04e4\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=KPNO+5&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_KPNO 5.xml'.\n", + "100%|█████████████████████████████████████| 7.45k/7.45k [00:00<00:00, 5.78MB/s]\n", + "SHA256 hash of downloaded file: 2296c644216bafa7018e3be08a082280cd64b872c8036a8e04aea65e56ea3b7e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J04360273%2B1547536' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J04360273+1547536.xml'.\n", + "100%|█████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 1.22MB/s]\n", + "SHA256 hash of downloaded file: fd429716c75b09ea1042a4949672a75ae722ff417182148103f88a4dcff6df65\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J04360273%2B1547536&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J04360273+1547536.xml'.\n", + "100%|█████████████████████████████████████| 7.44k/7.44k [00:00<00:00, 6.42MB/s]\n", + "SHA256 hash of downloaded file: 1207cf6fc3aa338b6354b3b128b01128d14a031a3e51437db94c514311e646f5\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=KPNO+4' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J04272799+2612052.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 630kB/s]\n", + "SHA256 hash of downloaded file: cf83b17b6a26322a78b8a54d4c0a36282978543fe3d39137b20e11f561b579e4\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=KPNO+4&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_KPNO 4.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.51k/7.51k [00:00<00:00, 4.61MB/s]\n", + "SHA256 hash of downloaded file: a3a3ebe0b4ab3d78b0ec5b77c1029b0e7a5605a47a36a665689cdbb7736d3759\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J035104.37%2B481046.8' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J03510423+4810477.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 577kB/s]\n", + "SHA256 hash of downloaded file: dc9c556d5353a0d7a92332e5f715ec427baabee829778e574a2e1f7a2bd49119\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J035104.37%2B481046.8&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J035104.37+481046.8.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 6.88k/6.88k [00:00<00:00, 5.25MB/s]\n", + "SHA256 hash of downloaded file: 3926ebc3bc347002cc7cfff27e125b31fd8c4d53fcba4d2209c3c8efe95f41f8\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=MHO+4' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J04312405+1800215.xml'.\n", + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 519kB/s]\n", + "SHA256 hash of downloaded file: 9785dcd986a5f29c0a6bdbe383d7c487d0992a713fdf2af9236525c1c7342337\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=MHO+4&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_MHO 4.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.40k/7.40k [00:00<00:00, 4.41MB/s]\n", + "SHA256 hash of downloaded file: b5e963979ca11868fd18bcd51391098d7f51daf66cdb3257e8669a8ec874fcb4\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J04024153-4037476' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J04024153-4037476.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 431kB/s]\n", + "SHA256 hash of downloaded file: 8b81eca167bd452b4bbb52a77f20c3147aaba6dc691f943d9202848446742c31\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J04024153-4037476&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J04024153-4037476.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.58k/7.58k [00:00<00:00, 5.25MB/s]\n", + "SHA256 hash of downloaded file: a017547633657ab55675f81b62c29757e207b5de008fb85b87dece271b5309d4\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J19475198-3438572' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J19475198-3438572.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 424kB/s]\n", + "SHA256 hash of downloaded file: 27a8f1e03c7720e35057c73c93d9dd53582ea01b1e40611b80cfd27784295a87\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J19475198-3438572&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J19475198-3438572.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 3.90MB/s]\n", + "SHA256 hash of downloaded file: 141d1f92a87039e3eba5977f1772e0d7f8326d67215db00c5445db34116f676b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J04062677-3812102' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J04062677-3812102.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 708kB/s]\n", + "SHA256 hash of downloaded file: bfaea811040af623bccb35a65b903a6d0981f2cf5e379cb91ce9a6e0fa465b57\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J04062677-3812102&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J04062677-3812102.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.58k/7.58k [00:00<00:00, 4.07MB/s]\n", + "SHA256 hash of downloaded file: 567c3bfb0e917c3101edd59db3a1645dfefa4ccdd1678cbd83cdc8162a14612c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=KPNO+2' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J04185115+2814332.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 498kB/s]\n", + "SHA256 hash of downloaded file: 8777a07238512ceefeb04b45013d3cd1c54a03f8900f46099df2531211e9bd02\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=KPNO+2&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_KPNO 2.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.41k/7.41k [00:00<00:00, 3.44MB/s]\n", + "SHA256 hash of downloaded file: dd993c66c4fc28bae81f123b01667b2500633667951abeb4ef8f9c90f4be335c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=KPNO+12' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J04190126+2802487.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 331kB/s]\n", + "SHA256 hash of downloaded file: cbdc85f3a16b4424bca065fd1b70c4d573894ab987ba4e2fe07b6e0775b0bf06\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=KPNO+12&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_KPNO 12.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.47k/7.47k [00:00<00:00, 4.39MB/s]\n", + "SHA256 hash of downloaded file: ba45e8b341780f2d9409861630e738236a575f848634992af0e343044b75ca41\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=KPNO+1' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J04151471+2800096.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.00k/1.00k [00:00<00:00, 531kB/s]\n", + "SHA256 hash of downloaded file: 792fde247f9af01484aafb6e28ba84bae71d14cb90037e12481a88011f3163e2\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=KPNO+1&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_KPNO 1.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.43k/7.43k [00:00<00:00, 4.09MB/s]\n", + "SHA256 hash of downloaded file: b07daa9ceeb41a5babe19e368655e12e4e2d39581da86f7d0b3813d2fac0569c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSSp+J042348.57-041403.5' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J04234858-0414035.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 305kB/s]\n", + "SHA256 hash of downloaded file: 970ab47d3532e6dcafe0018a0751534e2ebfce952f33f395e014cc395600f8d6\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSSp+J042348.57-041403.5&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSSp J042348.57-041403.5.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 2.21MB/s]\n", + "SHA256 hash of downloaded file: 0d85c49dc6dfb68e6dbf68e6b9f3375eb9c765cadbf9d9769ba296d60c954c56\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J03542527%2B3724388' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J03542527+3724388.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 556kB/s]\n", + "SHA256 hash of downloaded file: b8dd351fdb570101c181db91cf99009f2fc4018fc5882e8e99c0788d1b379179\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J03542527%2B3724388&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J03542527+3724388.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 4.39MB/s]\n", + "SHA256 hash of downloaded file: e4b2c1dbdafe8ff4d097ecdb92aab1453131ebb055bfc95977902d442e66334b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J21543318%2B5942187' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J21543318+5942187.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.05k/1.05k [00:00<00:00, 530kB/s]\n", + "SHA256 hash of downloaded file: c2637e2e66ad0b1d8dd2fdc3c86a6fc01c815c6d0c41683411ad89cf902f3c7f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J21543318%2B5942187&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J21543318+5942187.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.77k/7.77k [00:00<00:00, 4.63MB/s]\n", + "SHA256 hash of downloaded file: 0ba29f6b78835dbd8fe1d7e64c3da42d120170b64cb23e42a797cc14c00f113e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J0415195-093506' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J04151954-0935066.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 334kB/s]\n", + "SHA256 hash of downloaded file: ef41b49ce391060173a02209f1321bde490d1f26d0de9d394ecfea245e308c5a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J0415195-093506&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J0415195-093506.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.70k/7.70k [00:00<00:00, 4.15MB/s]\n", + "SHA256 hash of downloaded file: 61e0692c86fe51685ddc2130671c4dc40807f3eb38a608715b43abb669178ce8\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J04071296%2B1710474' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J04071296+1710474.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 631kB/s]\n", + "SHA256 hash of downloaded file: a5a774fd9847b90edd5eb4549fa0084af9d71d8c177f1e9ee9f180ef545e8fc6\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J04071296%2B1710474&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J04071296+1710474.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.44k/7.44k [00:00<00:00, 3.71MB/s]\n", + "SHA256 hash of downloaded file: 966e590eb5ad48d87f56509f237e6953f3b6962f40db0d706c0b73a04de56eb1\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J04070752%2B1546457' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J04070752+1546457.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 397kB/s]\n", + "SHA256 hash of downloaded file: 44cf8231f49019179d5a35c317e4a91a141572da602230c37ca696bbfea569dd\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J04070752%2B1546457&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J04070752+1546457.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.52k/7.52k [00:00<00:00, 3.42MB/s]\n", + "SHA256 hash of downloaded file: 97f688b288df1db431868cd694f784385b3b4602f0324d9e50a9e6d440347595\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J04070885%2B1514565' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J04070885+1514565.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 426kB/s]\n", + "SHA256 hash of downloaded file: 8fbaed96fc37184f996389870361abf695ae1ac494bbe20efcab7bfea1f3435f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J04070885%2B1514565&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J04070885+1514565.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.63k/7.63k [00:00<00:00, 3.73MB/s]\n", + "SHA256 hash of downloaded file: 1d143829478866c3429bdf99e2ef630da650b18f9110296157b582939b91cea8\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J04035944%2B1520502' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J04035944+1520502.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 485kB/s]\n", + "SHA256 hash of downloaded file: d16b5bb53c2231025fb3a6e54b475e275062bfe4885bcca4e93761b8bd9afdb1\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J04035944%2B1520502&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J04035944+1520502.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.46k/7.46k [00:00<00:00, 5.11MB/s]\n", + "SHA256 hash of downloaded file: ecd412270c82f078eae8b3eac868366d1c95253079fd9872330bb0ab77ec9a5c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=LP+944-20' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J03393521-3525440.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 691kB/s]\n", + "SHA256 hash of downloaded file: d205ee09e40b42deca15712c5ba35498d450bf9349edef726ee7829c128b81da\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=LP+944-20&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_LP 944-20.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.46k/7.46k [00:00<00:00, 4.89MB/s]\n", + "SHA256 hash of downloaded file: 9edc56054e2e5c7d45d4d46afce5da30163c528a1208b687fc1d01fe6fea268c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J03444306%2B3137338' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J03444306+3137338.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 369kB/s]\n", + "SHA256 hash of downloaded file: 5341498a5839a30dcfa9ea92fc1df0df05997a3fe7bb4b38791ad7a1c4a0d517\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J03444306%2B3137338&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J03444306+3137338.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.50k/7.50k [00:00<00:00, 4.74MB/s]\n", + "SHA256 hash of downloaded file: 730fc739db2a57203148267fa5958cfcddccda99cf6bce2a91ee2f8583602de1\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=LRL+10176' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J03431581+3210455.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 488kB/s]\n", + "SHA256 hash of downloaded file: a460bee41f07d12d94f5b51a98ba9c2d2314315b5d797947f80fb8df51f31eef\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=LRL+10176&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_LRL 10176.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.48k/7.48k [00:00<00:00, 4.62MB/s]\n", + "SHA256 hash of downloaded file: 7bef1e399450be2e7fab3590ba59fe9b87182c554e30ddf97ac79d6b053b7a48\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J03422594%2B3148496' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J03422594+3148496.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 523kB/s]\n", + "SHA256 hash of downloaded file: b59c278eee1eacd91e28771ad4f15a1241c4463dcfafe0f337cacaea3dc2d8f2\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J03422594%2B3148496&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J03422594+3148496.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.54k/7.54k [00:00<00:00, 4.41MB/s]\n", + "SHA256 hash of downloaded file: 0449758ce34b661c433a45101b250758b796d79e8d723b0613b5209805184113\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=DENIS-P+J0255-4700' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J02550357-4700509.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 422kB/s]\n", + "SHA256 hash of downloaded file: 40f7afac3db054ed0972350e8f034ee3906e0305e2a86079910094b206b67f9a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=DENIS-P+J0255-4700&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_DENIS-P J0255-4700.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.58k/7.58k [00:00<00:00, 5.33MB/s]\n", + "SHA256 hash of downloaded file: 3839facfb9af1674a5fcbef98f49b9233f6657dcf13787e953e1628967093223\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASP+J0345432%2B254023' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J03454316+2540233.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 549kB/s]\n", + "SHA256 hash of downloaded file: 161eaed89f266da66cb720f0d855b4bac1a52a2e6c532713e08c66c5820187d8\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASP+J0345432%2B254023&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASP J0345432+254023.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.45k/7.45k [00:00<00:00, 4.86MB/s]\n", + "SHA256 hash of downloaded file: 13b2a73d46ec75fe004b7c79aa4b59d6f813b182e5b571a1f50b7de6dd37c346\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J20033545%2B1158552' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J20033545+1158552.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 498kB/s]\n", + "SHA256 hash of downloaded file: 2211d4fcac14b39ea15763867d99f0917628ca2e30b36af2576cbb2d2a3b3582\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J20033545%2B1158552&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J20033545+1158552.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.52k/7.52k [00:00<00:00, 4.27MB/s]\n", + "SHA256 hash of downloaded file: 5402d31cefb2a36122d923eb816b132225fb7292881c951895600c5dde3074f7\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J20025073-0521524' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J20025073-0521524.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 422kB/s]\n", + "SHA256 hash of downloaded file: 3353516b50539f62628df28e94110c97448cddf6fe0bbc937ebc5568d79a39a3\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J20025073-0521524&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J20025073-0521524.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 5.24MB/s]\n", + "SHA256 hash of downloaded file: 24e41ca9ff853e0fceea96eb7404f2df9a78eabaee0ffb1d6ff0f7d49bd9ac42\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J03305571%2B3146272' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J03305571+3146272.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 536kB/s]\n", + "SHA256 hash of downloaded file: 8fe24efb70229db71146987fe52a7488d6db993a48898656f7980643de9a2887\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J03305571%2B3146272&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J03305571+3146272.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.38k/7.38k [00:00<00:00, 5.12MB/s]\n", + "SHA256 hash of downloaded file: 5fdd5b119f7fb22d3afbbffcb4bff09db5bd575d88b273273731b0f629af526b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J20261584-2943124' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J20261584-2943124.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 336kB/s]\n", + "SHA256 hash of downloaded file: 56857542de94237b47a5241e853cb9deda5c0efd46b566c962d79194d4166e7c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J20261584-2943124&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J20261584-2943124.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.51k/7.51k [00:00<00:00, 5.09MB/s]\n", + "SHA256 hash of downloaded file: 9626af2a7a158962eb7501550654a705ce48473c262d1e4cfd55867b3f265a9b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J03280716%2B3022432' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J03280716+3022432.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 406kB/s]\n", + "SHA256 hash of downloaded file: e6c673e433ee042bb088231c53001c916ed77696231977acae65b4bc716bc381\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J03280716%2B3022432&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J03280716+3022432.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 6.91MB/s]\n", + "SHA256 hash of downloaded file: 260be7fbe6663a0c4aa52261407c7ce09497a1946325d01fc7063c92264dd15d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J03185403-3421292' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J03185403-3421292.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 613kB/s]\n", + "SHA256 hash of downloaded file: ff26200d8619cd80bf4169690b53ca991d7da047c39b9179a29253d97ff808bb\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J03185403-3421292&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J03185403-3421292.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.52k/7.52k [00:00<00:00, 3.78MB/s]\n", + "SHA256 hash of downloaded file: edc571bef86449c78e5b82439e66b3477c47cca73ee9ea72cefe8e00c87d9277\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J21513839-4853542' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J21513839-4853542.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 577kB/s]\n", + "SHA256 hash of downloaded file: e3f5a45bc6349ebe04250dba073e8a0d22832775cf7ffced66b275369c38ea34\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J21513839-4853542&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J21513839-4853542.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.68k/7.68k [00:00<00:00, 6.46MB/s]\n", + "SHA256 hash of downloaded file: 2f64eb2cbf537e92dd6add921b1d6fd311b0dd008426da35f61081b8f02cb6bd\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=LHS+3566' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J20392378-2926335.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 343kB/s]\n", + "SHA256 hash of downloaded file: e0cf051692583bd737caa4828fbfe619f645dcbb064da9039d3dec69818f5c59\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=LHS+3566&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_LHS 3566.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.42k/7.42k [00:00<00:00, 8.60MB/s]\n", + "SHA256 hash of downloaded file: 3bff76112148d562b52b883fd58d9328f1864d035f92d251a6e02de764af0ba6\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J0328426%2B230205' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J03284265+2302051.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 516kB/s]\n", + "SHA256 hash of downloaded file: 12da3dc60cba5aa4b35b2f2f20a6b3b11b6f154678d964466b91042b930fa4a5\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J0328426%2B230205&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J0328426+230205.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.55k/7.55k [00:00<00:00, 1.78MB/s]\n", + "SHA256 hash of downloaded file: 1045daa8a2f0535491fe395b657847cd35bb0b128e8734eeb5ddf4ea159b2513\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J03382862%2B0001296' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J03382862+0001296.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 625kB/s]\n", + "SHA256 hash of downloaded file: 3d562742994da3ec58fca707d30b3653b5549130a9daf0e3e70c91e1867d0d20\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J03382862%2B0001296&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J03382862+0001296.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 4.01MB/s]\n", + "SHA256 hash of downloaded file: 46c502ddf8f949c0f8fec551f0c28e2d25f23f8b0e7d61a4de38887079970396\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J01472702%2B4731142' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J01472702+4731142.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 424kB/s]\n", + "SHA256 hash of downloaded file: 75f4fa0c0353ef9eab9bb2fea31d1b8b177d2082041b3ca0cebdaea7bfd95cf0\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J01472702%2B4731142&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J01472702+4731142.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.56k/7.56k [00:00<00:00, 5.37MB/s]\n", + "SHA256 hash of downloaded file: ef2a8986b6e97e3ee22cf1cbe6bfc9cf480b51b63b80ed65e2bc2d85eb250496\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J202820.32%2B005226.5' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J20282035+0052265.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 735kB/s]\n", + "SHA256 hash of downloaded file: e658384cc62a4ceb9186fd1c64af16d2ff13dbddd07e33946aa4aa986e6d1c49\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J202820.32%2B005226.5&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J202820.32+005226.5.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.47k/7.47k [00:00<00:00, 6.69MB/s]\n", + "SHA256 hash of downloaded file: 89e5106736aa1911afce80b5f8c85c9508fdf524395a41eabd95fd4d025101c2\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J02572581-3105523' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J02572581-3105523.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 451kB/s]\n", + "SHA256 hash of downloaded file: c8cbdd8fbe3c745524caa9361f1aa56be29465db9e61d29a06e22cb21e199db7\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J02572581-3105523&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J02572581-3105523.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.50k/7.50k [00:00<00:00, 6.28MB/s]\n", + "SHA256 hash of downloaded file: 864cd3f2a8b6868bdd1da65586cc69a6cc1fbaee8519aa858e850dfdab907de5\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J20343769%2B0827009' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J20343769+0827009.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 557kB/s]\n", + "SHA256 hash of downloaded file: 05c8e031f181db9b181af1fd8d57066c4346d1531b53939e805a4972c354e01d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J20343769%2B0827009&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J20343769+0827009.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.50k/7.50k [00:00<00:00, 4.51MB/s]\n", + "SHA256 hash of downloaded file: ac66bbc8b68a965c847665bf54c9feed010d1c9542bd7dc828ca81dd1dfd0e74\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J20360316%2B1051295' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J20360316+1051295.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 615kB/s]\n", + "SHA256 hash of downloaded file: 0c7088ddd737a1843dd9cdd6828b4401c7ccd78b9316732faba32bda63e1a342\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J20360316%2B1051295&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J20360316+1051295.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 5.67MB/s]\n", + "SHA256 hash of downloaded file: b3a414795ccb7dd40ddab875c00ae362185fc5b946fd2b6ffd6f6a2d6db153ea\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=LSR+2122%2B3656' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J21225635+3656002.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.02k/1.02k [00:00<00:00, 155kB/s]\n", + "SHA256 hash of downloaded file: 292bfea320b4c65dd20600c8a12b91e8d73953276f82fe0ffbabbd2036aa8ea0\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=LSR+2122%2B3656&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_LSR 2122+3656.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.41k/7.41k [00:00<00:00, 4.20MB/s]\n", + "SHA256 hash of downloaded file: 7e18b3245b4fe34a0bd24c90fa4150f7805fdd1dc36f08f6d0a9e44f1dba084a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J01415823-4633574' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J01415823-4633574.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 547kB/s]\n", + "SHA256 hash of downloaded file: 12f452973a7f2b79bb0799c8cd6217f5783713307451e6a76cd06eb3117b19b7\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J01415823-4633574&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J01415823-4633574.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.47k/7.47k [00:00<00:00, 4.86MB/s]\n", + "SHA256 hash of downloaded file: b2580be4f3dc623161d25ade027f99479ac8c27ed6958cc92499dd01fc862862\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J032553.17%2B042540.1' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J03255322+0425406.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 564kB/s]\n", + "SHA256 hash of downloaded file: d0e8bc829c3dc462f1a81d6ed1288bbac4a39337a35677a396e0134775bddcfc\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J032553.17%2B042540.1&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J032553.17+042540.1.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.26k/7.26k [00:00<00:00, 3.94MB/s]\n", + "SHA256 hash of downloaded file: e9ad6c496fe33ee0f396aa10e93698bbd5f384786483e9e5ee10568e5fadc568\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J204317.69-155103.4' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J20431769-1551031.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.02k/1.02k [00:00<00:00, 293kB/s]\n", + "SHA256 hash of downloaded file: 1774058817786ec10eb538f6275155a290cef2b88d6155df2dca0745297c5adf\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J204317.69-155103.4&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J204317.69-155103.4.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 6.87k/6.87k [00:00<00:00, 4.88MB/s]\n", + "SHA256 hash of downloaded file: a8357e1592e8a05217a9344ba4af11879eb48be6876786c44c311e183ecbfb44\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J20491972-1944324' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J20491972-1944324.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 507kB/s]\n", + "SHA256 hash of downloaded file: a28dfcdf7773df94b1441ca7723f1b3bb0dac26cd06f18d38fff59beb8a7da2d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J20491972-1944324&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J20491972-1944324.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.37k/7.37k [00:00<00:00, 5.16MB/s]\n", + "SHA256 hash of downloaded file: 99fb8e1fd393613348d75554bdc10d566164ef3a114b965e1b4d62d1a9a1d299\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSW+J0320284-044636' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J03202839-0446358.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 410kB/s]\n", + "SHA256 hash of downloaded file: f26b312127c4fd72e8ca43d2cf8a7237792a9c27be2d6c08f3bfda58348de7b9\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSW+J0320284-044636&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSW J0320284-044636.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.47k/7.47k [00:00<00:00, 4.17MB/s]\n", + "SHA256 hash of downloaded file: d0e8909489f2f6c6b3fb48824df235bf6b48a800a3416540b7eb952f45d31c3c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J21481628%2B4003593' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J21481633+4003594.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 593kB/s]\n", + "SHA256 hash of downloaded file: dd99c9715ef1eb546c77d98cc9d5f0a64a7d72cd3d7cb4a406178fab1eaaf680\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J21481628%2B4003593&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J21481628+4003593.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.51k/7.51k [00:00<00:00, 4.91MB/s]\n", + "SHA256 hash of downloaded file: 6361828ba0a159afb7e767bb651fbc7255303a2488b771dd06bf553f3aeaa87a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSW+J0310599%2B164816' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J03105986+1648155.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 492kB/s]\n", + "SHA256 hash of downloaded file: 9786d2a85ce521cb8dfcf98a775b9c473a8e6ca0cf5fe8ce6e3cde873664822a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSW+J0310599%2B164816&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSW J0310599+164816.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 4.86MB/s]\n", + "SHA256 hash of downloaded file: b00e6a0875d021cebcd5e28a16f341a311a097019b9eb2558c2c9c08a7bcff4f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J22225588-4446197' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J22225588-4446197.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 432kB/s]\n", + "SHA256 hash of downloaded file: 140e7b35cc44dc840647cbe8629620ad4a96f2e235f36d4c5fbadd73a2a6498c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J22225588-4446197&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J22225588-4446197.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.51k/7.51k [00:00<00:00, 3.97MB/s]\n", + "SHA256 hash of downloaded file: 5bc33bcab4a1ddcf7be93b94dd0d41d614bf1e31bf0c32dcdabe3fc24915324e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J23174712-4838501' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J23174712-4838501.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 1.06MB/s]\n", + "SHA256 hash of downloaded file: bee4a193a2b66c67e149c21693208af1a4666653cd45c58dbd7bbb11af36ff5a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J23174712-4838501&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J23174712-4838501.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.55k/7.55k [00:00<00:00, 6.38MB/s]\n", + "SHA256 hash of downloaded file: f73005c2480121eaf60ed2be83698f69416a6c1d1d31ce23b96154353dc13f9e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=LSR+J01253-4545' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J01251802-4545310.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.02k/1.02k [00:00<00:00, 415kB/s]\n", + "SHA256 hash of downloaded file: c58445d7b9cd9ec4e8134e9ae2816148f7c04b00561447592e0f9d6c6b4fe18a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=LSR+J01253-4545&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_LSR J01253-4545.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.48k/7.48k [00:00<00:00, 3.51MB/s]\n", + "SHA256 hash of downloaded file: 80bcb00969cfa685d22700fc27edf25d554e79518cb28b53a429196c7ac42b74\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J01303563-4445411A' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J01303563-4445411.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 1.02k/1.02k [00:00<00:00, 1.00MB/s]\n", + "SHA256 hash of downloaded file: ea83b5dd3e881b3cb9ccca96c46d1410fe63b02f50589858dd60911d9bebfa4b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J01303563-4445411A&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J01303563-4445411A.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.48k/7.48k [00:00<00:00, 4.63MB/s]\n", + "SHA256 hash of downloaded file: d4e8341b41228a7d196c59cf3baf21edb1cca28bb56c451963c81469b6f6af01\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J21403907%2B3655563' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J21403907+3655563.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 716kB/s]\n", + "SHA256 hash of downloaded file: 2249c6ac9b80b7c1824a66cd0a6c35c30ad825d382ff90cc737f5b61065edbc0\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J21403907%2B3655563&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J21403907+3655563.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.54k/7.54k [00:00<00:00, 6.23MB/s]\n", + "SHA256 hash of downloaded file: 3b63d0494c9a83065e3c148f7b5e342ac09390ccc05de07cedb37b7738e5660c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J205235.31-160929.8' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J20523515-1609308.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 1.04MB/s]\n", + "SHA256 hash of downloaded file: 65fc2d6f6144f260726ec8857fd3cdf128b6ae3f178ebe6e7e1e79dfa815e00b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J205235.31-160929.8&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J205235.31-160929.8.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 6.87k/6.87k [00:00<00:00, 3.74MB/s]\n", + "SHA256 hash of downloaded file: 30a4b5d53405e91030b32a4fae5d97e3c65deae49bece9af0fdfa632dbd39bf3\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J03001631%2B2130205' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J03001631+2130205.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 1.03MB/s]\n", + "SHA256 hash of downloaded file: e13e5f15a06d25f0a90f99377eaa0ddd77e72464a6c1dffa4e28fad72d90d948\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J03001631%2B2130205&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J03001631+2130205.xml'.\n", + "100%|█████████████████████████████████████| 7.54k/7.54k [00:00<00:00, 4.74MB/s]\n", + "SHA256 hash of downloaded file: ad39cf41be7781697485c8aaec93a6b9971cb8720914000c3bc2d873e55a7b25\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J22282889-4310262' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J22282889-4310262.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 1.09MB/s]\n", + "SHA256 hash of downloaded file: 7a75b130fc3e9d482d8f9d21b37001bbcca62b243c15768e8970c086c03992be\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J22282889-4310262&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J22282889-4310262.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.67k/7.67k [00:00<00:00, 7.20MB/s]\n", + "SHA256 hash of downloaded file: 91ab335fa74c01370ae8da7664bb2a63996cad8ee30b4bf25f982bcf4d4ae65f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J23312378-4718274' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J23312378-4718274.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 1.06MB/s]\n", + "SHA256 hash of downloaded file: 6123d925f30aac60d643c3e564252781e3b793bfd2b648b774ab302efc25712f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J23312378-4718274&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J23312378-4718274.xml'.\n", + "100%|█████████████████████████████████████| 7.62k/7.62k [00:00<00:00, 5.62MB/s]\n", + "SHA256 hash of downloaded file: 793f677846af2b70a39129a8cf879b638c0de5044e90a9b376f3f2d2c8ae0086\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J02481204%2B2445141' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J02481204+2445141.xml'.\n", + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 567kB/s]\n", + "SHA256 hash of downloaded file: 5e5c90665672f5ccaf1d2e61f40e13f288e32f1b0a1c6f92fa0fdee707378980\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J02481204%2B2445141&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J02481204+2445141.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.50k/7.50k [00:00<00:00, 5.08MB/s]\n", + "SHA256 hash of downloaded file: fb1e9ef5f32a4ca8746c2927f0cdcbbbfa7852a8ce96168a3094fe5464fec47f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSW+J2101154%2B175658' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J21011544+1756586.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 426kB/s]\n", + "SHA256 hash of downloaded file: cbe887aa144b832f185112f5d5543186c7ad1bbf13dfb925fd5d891a4f8c33c2\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSW+J2101154%2B175658&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSW J2101154+175658.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 6.89k/6.89k [00:00<00:00, 1.74MB/s]\n", + "SHA256 hash of downloaded file: 1b550b0ce51101d7cb0308d8d1b503f19effcb1204001cc80953dbdc1accf9e2\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J02304442-3027275' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J02304442-3027275.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 799kB/s]\n", + "SHA256 hash of downloaded file: c8199a997fd2d5039658f73a0fda3a27b65e1cf8fa75106671d1b0406752ca3e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J02304442-3027275&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J02304442-3027275.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.52k/7.52k [00:00<00:00, 4.94MB/s]\n", + "SHA256 hash of downloaded file: da71eb8ca2575ab3e2c6a5266441213f1ac03a0a7f8f4b66d16c8021340fc476\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J0243137-245329' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J02431371-2453298.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 517kB/s]\n", + "SHA256 hash of downloaded file: d00ccde1dd4e0c55b8917c421398bd795f098e46e19063e96311914c4652497d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J0243137-245329&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J0243137-245329.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.64k/7.64k [00:00<00:00, 5.77MB/s]\n", + "SHA256 hash of downloaded file: 402b9724c7e3101b8157a3bfe4718c2e441ceec13567debc7d98200f8f0d0289\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J03023398-1028223' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J03023398-1028223.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 425kB/s]\n", + "SHA256 hash of downloaded file: e4f0fbe63fdf1cd4baf22ba2cac4097b1462df3dcc25880b50e7552f34fdbc4b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J03023398-1028223&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J03023398-1028223.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.43k/7.43k [00:00<00:00, 5.48MB/s]\n", + "SHA256 hash of downloaded file: bbaec45b51d1c4c53ac5ad952b96746685c3a66ae0345e4d9d34cc6aa7d5854c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SO+0253%2B1625' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J02530084+1652532.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.02k/1.02k [00:00<00:00, 678kB/s]\n", + "SHA256 hash of downloaded file: 729dcadc6fb754b0ebc96c67b7620eda2da251c4a8cac9ca87d754921cb016f4\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SO+0253%2B1625&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SO 0253+1625.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.41k/7.41k [00:00<00:00, 3.84MB/s]\n", + "SHA256 hash of downloaded file: 4fde51d180fd8b01d99baba48e8097f9b1477df99e741d952474d6048196bd9d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J2057540-025230' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J20575409-0252302.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 428kB/s]\n", + "SHA256 hash of downloaded file: 53df83f48bb5d9b4bee6d173817114e8e064996c7053ec390436b2069006652c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J2057540-025230&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J2057540-025230.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 4.08MB/s]\n", + "SHA256 hash of downloaded file: 82eb11eb144aef6706c911d83e7fbfa40b9e0c0b3550c88c161ad1e0df1bf8f1\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J21513979%2B3402444' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J21513979+3402444.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 508kB/s]\n", + "SHA256 hash of downloaded file: e255099fef2a0bf7fef94e6ca6b9f7f283849c7a583fbd4a972e9ee2c816882f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J21513979%2B3402444&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J21513979+3402444.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.57k/7.57k [00:00<00:00, 5.62MB/s]\n", + "SHA256 hash of downloaded file: f561b0e43f6e9d47e5c48465ff254626e589b4420cc2872fd851f7f16feb849f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J024256.98%2B212319.6' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J02425693+2123204.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 482kB/s]\n", + "SHA256 hash of downloaded file: 3a46d2f8a9835d09ec696540a565a53b1f28853e86f41ee020bb5dea2c389860\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J024256.98%2B212319.6&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J024256.98+212319.6.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 6.94k/6.94k [00:00<00:00, 5.07MB/s]\n", + "SHA256 hash of downloaded file: 512db21f00d9f63ad6d009ba1df9e7868f9c72a184f6cc26789fdb9948b4eca5\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J21420580-3101162' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J21420580-3101162.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 518kB/s]\n", + "SHA256 hash of downloaded file: 70e0fea81c638ef0f92cd8badbe3738f13d3b4c736ca20b112d29bc6985d3efb\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J21420580-3101162&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J21420580-3101162.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 5.54MB/s]\n", + "SHA256 hash of downloaded file: 6ca92991548e89bda40b1c2de4814e6492c29a151a7d76a8c9f08d2d03d27f0e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J01532750%2B3631482' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J01532750+3631482.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 531kB/s]\n", + "SHA256 hash of downloaded file: b1ae835cf434402b4ef8da803cdedfecad506f699638b29a4ae504e1796947e4\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J01532750%2B3631482&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J01532750+3631482.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.46k/7.46k [00:00<00:00, 3.44MB/s]\n", + "SHA256 hash of downloaded file: 96caa9bc18409d859f56b3b73d0bef1d0b441d3ecba1935969ccf55b2260bbb2\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J2104149-103736' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J21041491-1037369.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 680kB/s]\n", + "SHA256 hash of downloaded file: 32e9dd261da6a181bc47ae8dcd4c97ee30a5de7a8acc1db3c1ee64cda0bd81aa\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J2104149-103736&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J2104149-103736.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.44k/7.44k [00:00<00:00, 5.23MB/s]\n", + "SHA256 hash of downloaded file: 8e7d9a19a768f80a66154731132b3e0487ae3f41b8e5ad60aab3275bbf48e01b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=V+Z+Cep' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J21103752-1610251.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 601kB/s]\n", + "SHA256 hash of downloaded file: aecabf8649f56faef135b5239952241398aff0e2dc7f89d2da7a5ef617135681\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=V+Z+Cep&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_V Z Cep.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.39k/7.39k [00:00<00:00, 4.75MB/s]\n", + "SHA256 hash of downloaded file: 2d0412c16dec388e39936898ead22d511aa6c35a13b1f24b3803df209fe493f3\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=GJ+1048B' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J02355993-2331205.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 403kB/s]\n", + "SHA256 hash of downloaded file: d5761720fdc69ab4bd104d4304f4f55d98c95d6e2f10e8e41b14cd0425d2c04c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=GJ+1048B&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_GJ 1048B.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.50k/7.50k [00:00<00:00, 3.29MB/s]\n", + "SHA256 hash of downloaded file: 9d1eae87df5768a4dca016c894790f776906546a8677c3ee1f62444ea3bd0821\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J024749.90-163112.6' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J02474978-1631132.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.02k/1.02k [00:00<00:00, 250kB/s]\n", + "SHA256 hash of downloaded file: 53097c5db31c7de28ede7c767832ac75439f0fe311ed3ba523c1cd68bda72ada\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J024749.90-163112.6&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J024749.90-163112.6.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 6.87k/6.87k [00:00<00:00, 4.71MB/s]\n", + "SHA256 hash of downloaded file: 3bd9e7ceef1b6b9fd35d7e9347f9b0d4360a3f33bd0c3a656b2df10d4740611f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSW+J0228110%2B253738' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J02281101+2537380.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 529kB/s]\n", + "SHA256 hash of downloaded file: 1adaae2fc9c75172c322e6ab6242b5523b10d40190eb0a08d151b10c580ae34b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSW+J0228110%2B253738&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSW J0228110+253738.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 4.56MB/s]\n", + "SHA256 hash of downloaded file: 1d8025c54ee0dc80afe5a50f2657db3c7c2cd2e923e296fe3d18c1184383ddf2\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J23254530%2B4251488' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J23254530+4251488.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 534kB/s]\n", + "SHA256 hash of downloaded file: deefefb69f6db89bba6a0fa97dba2c456dcb0bd4883880d1252825713efa8354\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J23254530%2B4251488&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J23254530+4251488.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.51k/7.51k [00:00<00:00, 7.40MB/s]\n", + "SHA256 hash of downloaded file: 0f7653f3ee59bee1d0058a43d17bc4e29e7a741b94a424eaa8ea86887192e03b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J01311838%2B3801554' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J01311838+3801554.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 703kB/s]\n", + "SHA256 hash of downloaded file: 6042330d429692c5cb8701cd070b3e8f8b204125022b76fbc4c95ee061e84105\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J01311838%2B3801554&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J01311838+3801554.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.46k/7.46k [00:00<00:00, 4.74MB/s]\n", + "SHA256 hash of downloaded file: 4f0391ea8d5024e5bd32ed375ead1db57909a6c9fb091c7e4ab16446e0110f22\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J00552554%2B4130184' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J00552554+4130184.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 399kB/s]\n", + "SHA256 hash of downloaded file: 444b26894d682c25ff5f29c144f2c05c44194484d2e15f0071284cb333dafd49\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J00552554%2B4130184&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J00552554+4130184.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.45k/7.45k [00:00<00:00, 4.92MB/s]\n", + "SHA256 hash of downloaded file: 6ccbd63cf77affe1bb30f513bb50b7387dda9f89e6d21fa19743b1898f70a7c3\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J2107316-030733' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J21073169-0307337.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 573kB/s]\n", + "SHA256 hash of downloaded file: 5d77c94cb4cc5627700eca8056199217e2c31caf64c571e6f3c820eb5f3734de\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J2107316-030733&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J2107316-030733.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.47k/7.47k [00:00<00:00, 3.73MB/s]\n", + "SHA256 hash of downloaded file: 0283d90381e79af15d103b752d3f9ab564b5fb22c30aa419cf44eb9b113c7fcc\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J22120703%2B3430351' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J22120703+3430351.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 570kB/s]\n", + "SHA256 hash of downloaded file: 248da7a438c353839183f8afbf1c378db721f87131abb957760df267ae346df2\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J22120703%2B3430351&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J22120703+3430351.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.52k/7.52k [00:00<00:00, 2.78MB/s]\n", + "SHA256 hash of downloaded file: 8d666539e7a4c5eca84f7b552fcac3b147b746d5074d59aeac1e37ee06963c4e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J0241536-124106' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J02415367-1241069.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 264kB/s]\n", + "SHA256 hash of downloaded file: 7f96caa1310a3a4341a2dd624e1b499e28df15b8f92cc30a80787c112b98df76\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J0241536-124106&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J0241536-124106.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.57k/7.57k [00:00<00:00, 3.73MB/s]\n", + "SHA256 hash of downloaded file: e73fe01dfa1c9c64a912ea8630e1071b4f93ac384a3e4ad547c8151a0d5099b3\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=DENIS-P+J220002.05-303832.9A' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J22000201-3038327.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 644kB/s]\n", + "SHA256 hash of downloaded file: 76fed7c719f86eee7a5a9c45dd764d1a2d1e067f6e67523941a96b78a61fc081\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=DENIS-P+J220002.05-303832.9A&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_DENIS-P J220002.05-303832.9A.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 4.98MB/s]\n", + "SHA256 hash of downloaded file: c80f1b9785f3edde4cbd82c384b05533a64d32e1755a831dae51e302775fd9dc\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSW+J0208236%2B273740' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J02082363+2737400.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 692kB/s]\n", + "SHA256 hash of downloaded file: fea228b65f092f321a22df896854b36681154f115b8cdfff2e86c0bbe3f8b8fc\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSW+J0208236%2B273740&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSW J0208236+273740.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.54k/7.54k [00:00<00:00, 4.42MB/s]\n", + "SHA256 hash of downloaded file: 4ece92d31e0847dd43ad213d9d0c207c4ea4a281b9e99863128ef21ad6eee470\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J00165953-4056541' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J00165953-4056541.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 601kB/s]\n", + "SHA256 hash of downloaded file: 09d93eb15e468f2280c840c2bce91b059e291a2b623a7a81953a5c4928dcb7d5\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J00165953-4056541&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J00165953-4056541.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.54k/7.54k [00:00<00:00, 5.39MB/s]\n", + "SHA256 hash of downloaded file: bcd7bbf1272ddb06e102ed285a6c28856fbe3e4a15d1cc2dc5dbced2ff2f274f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=GJ+1001B%2C+LHS+102B' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J00043484-4044058.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.02k/1.02k [00:00<00:00, 728kB/s]\n", + "SHA256 hash of downloaded file: 0f98245cb2d1a9a31cfe825bd3726ca15137f68de114e83ace2c32b1356fb59f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=GJ+1001B%2C+LHS+102B&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_GJ 1001B, LHS 102B.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 5.27MB/s]\n", + "SHA256 hash of downloaded file: 67614e55774eddcf5a54c1669bf522e5766b0c37b48afb88adb60b14e4e92c80\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=LSPM+J2142%2B2252' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J21420390+2252290.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 629kB/s]\n", + "SHA256 hash of downloaded file: 3e1e1d0d591d86ff3d9ca4ee05e05ce15563ef721fa6a54eab3969a3e59b08fc\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=LSPM+J2142%2B2252&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_LSPM J2142+2252.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.55k/7.55k [00:00<00:00, 4.61MB/s]\n", + "SHA256 hash of downloaded file: 7d2f0372e0288f143c6a092c358e2ba324692166abc1c5654ee0204d53028b22\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSW+J0208183%2B254253' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J02081833+2542533.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 559kB/s]\n", + "SHA256 hash of downloaded file: b98f4b522a3548d70c1998ccb93e7eb36e91b2099f676db92e9aff18fc3f8972\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSW+J0208183%2B254253&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSW J0208183+254253.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 5.05MB/s]\n", + "SHA256 hash of downloaded file: 819f4e77fb0787a0febad7c3ee128786da7875be7fbd65f6f5c1659344120660\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J02271036-1624479' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J02271036-1624479.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 516kB/s]\n", + "SHA256 hash of downloaded file: 03e1b9e70a53ba765e06a00760c08a2d4e8177350dbe6403b46833934c27b25d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J02271036-1624479&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J02271036-1624479.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.46k/7.46k [00:00<00:00, 4.71MB/s]\n", + "SHA256 hash of downloaded file: 309c33e8b4f86047aed56079b3a72a7a78266714a1cf19cd09658a9dc243667c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J21512543-2441000' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J21512543-2441000.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 479kB/s]\n", + "SHA256 hash of downloaded file: 0d47aa5d5ac4191ad09653275341751f64dda824c19a33069108261d7ada76ad\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J21512543-2441000&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J21512543-2441000.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.54k/7.54k [00:00<00:00, 2.92MB/s]\n", + "SHA256 hash of downloaded file: 787f56727cffd99b0caba4bff16af773f1457e2e522383effc63fc936c04bb27\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J21321145%2B1341584' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J21321145+1341584.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 597kB/s]\n", + "SHA256 hash of downloaded file: e70498fa5204f4cb22c60370f1b01170c50f7c6260dc9f180086623c312ed2ef\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J21321145%2B1341584&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J21321145+1341584.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.51k/7.51k [00:00<00:00, 4.92MB/s]\n", + "SHA256 hash of downloaded file: 2c56304891a512ab9603a37313608c27b6bff64aadcd23cb0d202e9c965a7a5d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J212413.89%2B010000.3' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J21241387+0059599.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 576kB/s]\n", + "SHA256 hash of downloaded file: 4c61eaa79913051d2528c4a2b3b888a9b1462d655dd92d41d7e1e1f39d632925\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J212413.89%2B010000.3&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J212413.89+010000.3.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.68k/7.68k [00:00<00:00, 5.03MB/s]\n", + "SHA256 hash of downloaded file: 31fe4ffea4fe646ce934f19c42a9260d690b13d50ed87a666d9d6ccdfe96ba76\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J0117474-340325' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J01174748-3403258.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 527kB/s]\n", + "SHA256 hash of downloaded file: 5d1a6e6c03c6c4f53e96244d87794f6835c5cc6087c3ae4363c5c131994b0d5b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J0117474-340325&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J0117474-340325.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 4.95MB/s]\n", + "SHA256 hash of downloaded file: 999ef1d4352247b9ae7617a75e07830dc638f2ec3e97535eed5b9ead24b1e42f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J00531899-3631102' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J00531899-3631102.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 415kB/s]\n", + "SHA256 hash of downloaded file: d98befc1bbb28433c483c609f201136174b0dd7b222c412a3ff7f369362bf380\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J00531899-3631102&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J00531899-3631102.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.46k/7.46k [00:00<00:00, 4.22MB/s]\n", + "SHA256 hash of downloaded file: 36f7e2ca3a174c5637e459e4f4a8657f4cec1587c505bc03005dde230ac8f853\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J21555848%2B2345307' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J21555848+2345307.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 548kB/s]\n", + "SHA256 hash of downloaded file: 0530dab307cb3298d6d55b9210447d5c785d67ba9478a0f27e6a29d90f62b7d8\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J21555848%2B2345307&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J21555848+2345307.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.54k/7.54k [00:00<00:00, 4.61MB/s]\n", + "SHA256 hash of downloaded file: 07af45217bfce735418e6dcbc34b469b2d43074e75ee8d60b301b30d3f6cf723\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSW+J2130446-084520' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J21304464-0845205.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 540kB/s]\n", + "SHA256 hash of downloaded file: e79bfa290de684651bb45b9b112f3d8a5dc0a8922a44ac24e18a7f5b85979622\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSW+J2130446-084520&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSW J2130446-084520.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.52k/7.52k [00:00<00:00, 4.80MB/s]\n", + "SHA256 hash of downloaded file: 1b50dea2646bbd017e247d39aa5640b3b84fd37fda3400b6dcf486c2d67ee4bc\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J020608.97%2B223559.2' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J02060880+2235593.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 440kB/s]\n", + "SHA256 hash of downloaded file: 953bddbda6956f918deddcc91dbae4dcd0f12710c1731692257e9404df671f4a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J020608.97%2B223559.2&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J020608.97+223559.2.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.51k/7.51k [00:00<00:00, 4.63MB/s]\n", + "SHA256 hash of downloaded file: a2623d099e05247550236dd62e29a92eecf6b9065a32b5651c33d80eae37c4e1\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J213240.36%2B102949.4' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J21324036+1029494.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 531kB/s]\n", + "SHA256 hash of downloaded file: b69e967078b3bc326032be3ac39021d92abdeba2df4ed2adbb0df70abd58056b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J213240.36%2B102949.4&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J213240.36+102949.4.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.27k/7.27k [00:00<00:00, 4.87MB/s]\n", + "SHA256 hash of downloaded file: 5d4069b508eab8658a5a5d93e51341cfd5eb214e57413dc573438a652406e7e7\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J213352.72%2B101841.0' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J21335274+1018410.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 462kB/s]\n", + "SHA256 hash of downloaded file: abcc61fbec38c7d43eca6fa53ee12fa534e0e634862ec1c2dafaa89a19d107d5\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J213352.72%2B101841.0&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J213352.72+101841.0.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.28k/7.28k [00:00<00:00, 5.00MB/s]\n", + "SHA256 hash of downloaded file: d08b299afd47324e78632f1feb0a29b5ece083631f309c762684f9cb79c3ffc8\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J00193927-3724392' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J00193927-3724392.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 230kB/s]\n", + "SHA256 hash of downloaded file: ccfef3ea55abf8256999679f8ab40cb3315e7bcce99942db36d03575a3d4597e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J00193927-3724392&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J00193927-3724392.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.51k/7.51k [00:00<00:00, 2.78MB/s]\n", + "SHA256 hash of downloaded file: 884a556ad094bd0191748245bb43908784c0788b0230db4bb7b7a178b8330edc\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J00412179%2B3547133' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J00412179+3547133.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 548kB/s]\n", + "SHA256 hash of downloaded file: 2b1c7e8cd9afc5c59d5c06158767047904b6d7ebda13f6b6e4197392852563f3\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J00412179%2B3547133&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J00412179+3547133.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.48k/7.48k [00:00<00:00, 1.17MB/s]\n", + "SHA256 hash of downloaded file: 64728dcc25152c2ce33aa381836281672ce74398f12cb97b02f92fc7232c3e59\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J213154.43-011939.3' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J21315444-0119374.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.02k/1.02k [00:00<00:00, 569kB/s]\n", + "SHA256 hash of downloaded file: 30304dcd3da497b9b310469fe3e438a6f55942e36bdff2254a5ce76f9a9bdf39\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J213154.43-011939.3&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J213154.43-011939.3.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 6.82k/6.82k [00:00<00:00, 2.23MB/s]\n", + "SHA256 hash of downloaded file: b71a92c78921f2b2653acca627df079fc4e740a5d97a62c9eaf59b48f2101bb8\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J23531922%2B3656457' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J23531922+3656457.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 448kB/s]\n", + "SHA256 hash of downloaded file: e88aba3ee53d11cc1c72e2324bf7d3d175d4cde212f0ff3844daf4d58f86ce06\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J23531922%2B3656457&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J23531922+3656457.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.48k/7.48k [00:00<00:00, 4.02MB/s]\n", + "SHA256 hash of downloaded file: b94544bd5db1183fc836ad46e2b2a55dfaef5c2cbab58f605ad84c68e55f531f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J01045111-3327380' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J01045111-3327380.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 569kB/s]\n", + "SHA256 hash of downloaded file: 3c20d08bbcb62c95beae40c2832c7a4d9e0bd820bacf091d5a5f52843481e56a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J01045111-3327380&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J01045111-3327380.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.47k/7.47k [00:00<00:00, 2.49MB/s]\n", + "SHA256 hash of downloaded file: fa530abe673362b0787218ac7ef60f6bae0d5d27279b1f9355b7d44be2106d0b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=HN+Peg+B' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J21442847+1446077.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 405kB/s]\n", + "SHA256 hash of downloaded file: e60839c04973c7079bc2792cd85b0c853f4502b04a16882bbb20b017dc712066\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=HN+Peg+B&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_HN Peg B.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.50k/7.50k [00:00<00:00, 3.43MB/s]\n", + "SHA256 hash of downloaded file: 99a0a6a110ddad5c59471e7ff2f85f8ba69d5a15089c823e948ec963ae1ad7b3\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J01151621%2B3130061' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J01151621+3130061.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 242kB/s]\n", + "SHA256 hash of downloaded file: f7f1c9b2d514040eba67e6e3c1b80ce5c7899550e8679252f68ea5d0866ae050\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J01151621%2B3130061&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J01151621+3130061.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.47k/7.47k [00:00<00:00, 3.88MB/s]\n", + "SHA256 hash of downloaded file: e585d2739eded498c08ef4e9951148466fffdf3f110dcde6c376d03bb7a61b01\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J23392527%2B3507165' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J23392527+3507165.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 413kB/s]\n", + "SHA256 hash of downloaded file: 8c57dea57ebabb398f45a7f6c5b0b639a8cd64e29e75cc6acd9d76573f5f22cc\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J23392527%2B3507165&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J23392527+3507165.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.51k/7.51k [00:00<00:00, 4.12MB/s]\n", + "SHA256 hash of downloaded file: 36ccb5ab02473280221e845c5cf21531f593c5c443b2d81081743c478377530b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J00501994-3322402' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J00501994-3322402.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 495kB/s]\n", + "SHA256 hash of downloaded file: 2d895704e9a9a30ea3d23047b0bd7a3dccc5db7d7c34a7b9847b394448c82008\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J00501994-3322402&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J00501994-3322402.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.74k/7.74k [00:00<00:00, 4.15MB/s]\n", + "SHA256 hash of downloaded file: 2dd933be01da706a9be877593f76b09ab4a7d4d5c696685212e472504305c7c0\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J21392676%2B0220226' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J21392676+0220226.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 605kB/s]\n", + "SHA256 hash of downloaded file: 6d4d53e3c7bb4b9c507dc80c6ab8b85e2ff09e1692220f3a4a1f913b2955a137\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J21392676%2B0220226&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J21392676+0220226.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.51k/7.51k [00:00<00:00, 4.39MB/s]\n", + "SHA256 hash of downloaded file: 3b5c0c96a7cd4f880a11a7f69780131609b0307d1deca805c48fde2fc7808646\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J2254188%2B312349' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J22541892+3123498.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 558kB/s]\n", + "SHA256 hash of downloaded file: 0dde755d038f47f5c6bf7d5b55d5a9e7e9368d05a7b99ecf79006a6d8471bbab\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J2254188%2B312349&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J2254188+312349.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.57k/7.57k [00:00<00:00, 4.83MB/s]\n", + "SHA256 hash of downloaded file: ca68f8e68c65321089e87725f95d360b3e556df307d90e60d405a42610f539cc\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J00163761%2B3448368' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J00163761+3448368.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 525kB/s]\n", + "SHA256 hash of downloaded file: ed5f8740f6a69309de118c6ebfc058e438e4e88247a391e4702ecff5931ee397\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J00163761%2B3448368&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J00163761+3448368.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 5.38MB/s]\n", + "SHA256 hash of downloaded file: 90c19c9b00cb1b9ad1d8c754fa78ba94937d675d6dae7e2a51c0a670902bad9b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J23092857%2B3246175' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J23092857+3246175.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 376kB/s]\n", + "SHA256 hash of downloaded file: ad430736de9649c7a2a606b9376a699b5b7283c1491f725e81e63a5a3620b0c3\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J23092857%2B3246175&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J23092857+3246175.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.50k/7.50k [00:00<00:00, 4.60MB/s]\n", + "SHA256 hash of downloaded file: 318b3a15c033a1f2b86035ef9e13744b43efddcf009489e0615ebec2fe6b9054\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J020735.60%2B135556.3' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J02073557+1355564.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████████| 976/976 [00:00<00:00, 1.02MB/s]\n", + "SHA256 hash of downloaded file: 0ecd7e7d110f9f42ea4cca7f630a6429ff1d66038b074a75595b8fc5459f9347\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J020735.60%2B135556.3&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J020735.60+135556.3.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.46k/7.46k [00:00<00:00, 4.67MB/s]\n", + "SHA256 hash of downloaded file: 042eee7828304d1f314148ae5bfecd5f97593cdc9dbd9277b677db6e90b9529e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J21580457-1550098' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J21580457-1550098.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 225kB/s]\n", + "SHA256 hash of downloaded file: d70b5329c9993dd9724957eb3f5131df7c0fc573afd7be0271c7cce4faaed5b3\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J21580457-1550098&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J21580457-1550098.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 6.54k/6.54k [00:00<00:00, 4.72MB/s]\n", + "SHA256 hash of downloaded file: 4190e309d577537284524beff38d7d64ad7548225ccc29bddb842957ea8a5cee\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J01470204%2B2120242' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J01470204+2120242.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 559kB/s]\n", + "SHA256 hash of downloaded file: 93254524116f7ebff9ccea48d412d6d0a70feb961201e5e7e5b94f6715b9f913\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J01470204%2B2120242&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J01470204+2120242.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.48k/7.48k [00:00<00:00, 5.52MB/s]\n", + "SHA256 hash of downloaded file: cf7a937586498f2085975bcdee85a7e7987e0f1d772b6864a4eb373b36c4abee\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSW+J0205034%2B125142' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J02050344+1251422.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 505kB/s]\n", + "SHA256 hash of downloaded file: 39096958724afa4be556ec14fe0befaafcd6fda1471ad253554a00ff9c14c2b6\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSW+J0205034%2B125142&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSW J0205034+125142.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 3.61MB/s]\n", + "SHA256 hash of downloaded file: f28a61efc7b62e7581e596b77cfb8c1aba1be9acc65a60d2429bdd12ef9f60e5\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SV+P+2312' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J21570181-1406481.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 610kB/s]\n", + "SHA256 hash of downloaded file: f2158c6a742e8f0647f891b7ebb9602ec13f3babc501bb4101164e44d89f44c3\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SV+P+2312&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SV P 2312.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.43k/7.43k [00:00<00:00, 4.61MB/s]\n", + "SHA256 hash of downloaded file: e86d51834ad227472c9433b417b69194350d31e3cca576ea3053fad770b91bc0\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=DENIS-P+J0205.4-1159' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J02052940-1159296.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 394kB/s]\n", + "SHA256 hash of downloaded file: 5647ccf8740d578a1e406afe0788ce06437134342b1b9d16d5aa7cf7bbd5db6d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=DENIS-P+J0205.4-1159&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_DENIS-P J0205.4-1159.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 5.57MB/s]\n", + "SHA256 hash of downloaded file: a3eb183a6c4a6d5100672b8ee0849b202bc57048cf55d6d8b8db831504ee22ff\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J21542494-1023022' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J21542494-1023022.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 726kB/s]\n", + "SHA256 hash of downloaded file: 34e1a56408b31f249cfd355f0b08bf6d1d955c9b3653fd4d4b190c465b1fd4f6\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J21542494-1023022&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J21542494-1023022.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.64k/7.64k [00:00<00:00, 5.59MB/s]\n", + "SHA256 hash of downloaded file: 5aa3ad5d047f2f4bd840d304873148a0af58bf950130a3952b25b9be18ffa5f2\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J02055138-0759253' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J02055138-0759253.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 659kB/s]\n", + "SHA256 hash of downloaded file: d6084043fd2402312a786ef923e58306904c47fe0a8b755eeb8ddc1c20bf0d30\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J02055138-0759253&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J02055138-0759253.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.54k/7.54k [00:00<00:00, 4.09MB/s]\n", + "SHA256 hash of downloaded file: 13dd41c76d2c1ea4d8c3776b4653a6887fbea3df4a51183d60b86474f8c6d85f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J020742.48%2B000056.2' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J02074284+0000564.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 840kB/s]\n", + "SHA256 hash of downloaded file: 301f018c6a2042d3527655ab003fccf04fd9f8d79f6e191d3dfd4b46418d41aa\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J020742.48%2B000056.2&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J020742.48+000056.2.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.70k/7.70k [00:00<00:00, 5.86MB/s]\n", + "SHA256 hash of downloaded file: 219915f518d888f658056f798fcbd79e65c413f5aac9cc33425b13f83ed9a3a9\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J22341394%2B2359559' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J22341394+2359559.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 664kB/s]\n", + "SHA256 hash of downloaded file: 4a1f47d70808cd947a1ae18fa798ece6938f3f1dfc2fc68fd1f9756b5fd3238c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J22341394%2B2359559&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J22341394+2359559.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.46k/7.46k [00:00<00:00, 1.58MB/s]\n", + "SHA256 hash of downloaded file: c958c7453e25a2000359e57cd6bfaa9a50f3f7d790307abdbff75d76f66abab2\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J22425317%2B2542573' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J22425317+2542573.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 306kB/s]\n", + "SHA256 hash of downloaded file: 92f0ea79535d3ffe573148e3b1029ab4e3ff94aa35f629f2bc13cfd13aaef005\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J22425317%2B2542573&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J22425317+2542573.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 4.53MB/s]\n", + "SHA256 hash of downloaded file: c2e91babe1b915445a46a359ffcf7da0445b3835dccb5a6033e8c7c6c9eddecb\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J01574939-1146113' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J01574939-1146113.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 568kB/s]\n", + "SHA256 hash of downloaded file: 0c8136d2ef3434eb77ca187acd4a6d2013a33ea3e362f6966b473ef3d244c17f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J01574939-1146113&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J01574939-1146113.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 5.30MB/s]\n", + "SHA256 hash of downloaded file: a9213ae5908fdb1a65dff2c7c1c4cbcbe5c50aaffff285b371cc33359a0cc66a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J22120345%2B1641093' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J22120345+1641093.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 601kB/s]\n", + "SHA256 hash of downloaded file: f82386d2b446e63155333e6eea00e569ffd94e694ffbfe34cd1249191f388e68\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J22120345%2B1641093&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J22120345+1641093.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.38k/7.38k [00:00<00:00, 5.85MB/s]\n", + "SHA256 hash of downloaded file: 72d3af1d7e871d2767b496e9f178f8856426c1664a8a6aa9126a9b34cf2560e9\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J011912.22%2B240331.6' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J01191207+2403317.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 548kB/s]\n", + "SHA256 hash of downloaded file: 0fcb7e36e098d3cc851a2eea44fe07f10eed8bb0c3f62d9b997836faa87c590f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J011912.22%2B240331.6&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J011912.22+240331.6.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 6.85k/6.85k [00:00<00:00, 2.71MB/s]\n", + "SHA256 hash of downloaded file: 07f20f0cd84a67648d91eee8fca4fac015bd69378812599ce77f222582c95e26\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J015141.69%2B124429.6' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J01514155+1244300.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 518kB/s]\n", + "SHA256 hash of downloaded file: aa229960008a752aa92d2771c553b5246f6b2261bbc541a2d6f3537d5e8bf334\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J015141.69%2B124429.6&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J015141.69+124429.6.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.55k/7.55k [00:00<00:00, 4.11MB/s]\n", + "SHA256 hash of downloaded file: ab6a5446af3939337b391e3b180f8de34ae0eefe861569584c6701e5b7847cc1\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J01550354%2B0950003' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J01550354+0950003.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 690kB/s]\n", + "SHA256 hash of downloaded file: 77d9b32d03885fea7ac8fcbdb00d0f1518f4f89cabaee5a70f301bb2b32906f9\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J01550354%2B0950003&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J01550354+0950003.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.48k/7.48k [00:00<00:00, 5.29MB/s]\n", + "SHA256 hash of downloaded file: 77bb603519486956eb1d85713a734a3b46e66f38f7687993e2da2442b524fb3b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J23512200%2B3010540' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J23512200+3010540.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 621kB/s]\n", + "SHA256 hash of downloaded file: 59489728290f70743c7256bbc9558dc630bba3b2164233c6d80ed54f2df9ba48\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J23512200%2B3010540&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J23512200+3010540.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.52k/7.52k [00:00<00:00, 3.82MB/s]\n", + "SHA256 hash of downloaded file: d40f5c051f2a651cfd6cf681170de26aa5a2b21c4d6f95d9311d642ac04bec27\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J00150206%2B2959323' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J00150206+2959323.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 201kB/s]\n", + "SHA256 hash of downloaded file: 33054fbe042fe7bfae85d2f21f7777e48e7e9409a08f1d021cb42aa71079d7f3\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J00150206%2B2959323&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J00150206+2959323.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.58k/7.58k [00:00<00:00, 5.40MB/s]\n", + "SHA256 hash of downloaded file: fe3d39163ce655984bee2dec3038ebdbf94a5c778f63d568a24939e414ef4376\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J01414839-1601196' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J01414839-1601196.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 573kB/s]\n", + "SHA256 hash of downloaded file: b66b953f1669f0675d384aaba162aa594ad07d25e5d5e1e3a368f3fffd4cdd31\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J01414839-1601196&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J01414839-1601196.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.56k/7.56k [00:00<00:00, 8.65MB/s]\n", + "SHA256 hash of downloaded file: b153ec5658b5372906ff3761f111544edc8f0f817b8b642f43a8dfa194b96775\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J22021302-0228558' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J22021302-0228558.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 518kB/s]\n", + "SHA256 hash of downloaded file: 2c7002fa9a008645194da9927d96164b32a1f893cf1bbebe0849d796bf4b3bcb\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J22021302-0228558&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J22021302-0228558.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.40k/7.40k [00:00<00:00, 3.64MB/s]\n", + "SHA256 hash of downloaded file: d50c61502ef1c68f8a08dcb75047e7acb5eaad0930888a5d85e0d1c56a81fd1c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=NLTT+6012a' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J01481478+1202447.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 587kB/s]\n", + "SHA256 hash of downloaded file: c7a547da0d6a88d35572aa9b31bad1d5e5905548f611a97fe0c13e9d51c05aca\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=NLTT+6012a&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_NLTT 6012a.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.45k/7.45k [00:00<00:00, 1.75MB/s]\n", + "SHA256 hash of downloaded file: 9fb78afe5b237ca53487f2c47a92cf1aeddd0d8581dcba1f5182178e80361899\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=LP+589-7' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J01572792+0116433.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.02k/1.02k [00:00<00:00, 450kB/s]\n", + "SHA256 hash of downloaded file: ea4f6673051a5b63145b7113409adba224663a528346bd8e4ad0ae0c1ef0f820\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=LP+589-7&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_LP 589-7.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.40k/7.40k [00:00<00:00, 5.33MB/s]\n", + "SHA256 hash of downloaded file: a13470514af61d4f1b2a18ebe12375a1b5a9678ebf4413ce5dc54e014955aa15\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=NLTT+53908' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J22274034+1753215.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 275kB/s]\n", + "SHA256 hash of downloaded file: 97b18988a77eb1afbb7b31f05e38940a4c4656bb8fb388dee25ce61a47321c06\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=NLTT+53908&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_NLTT 53908.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.51k/7.51k [00:00<00:00, 5.11MB/s]\n", + "SHA256 hash of downloaded file: 42eaed50c3f223a0e0094f71925991b51ec4eade4e0404a7f18eed5dcf6e3159\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSW+J2244316%2B204343' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J22443167+2043433.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 508kB/s]\n", + "SHA256 hash of downloaded file: 985b6b0366386b713b5b78668488f436ea9282b498589f75f7b266ac95b38afa\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSW+J2244316%2B204343&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSW J2244316+204343.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.55k/7.55k [00:00<00:00, 3.77MB/s]\n", + "SHA256 hash of downloaded file: 8618de85bd282d48f120c3588983ae00b09b1f9a876e1a47ed8de1f1e0d22296\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J01443536-0716142' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J01443536-0716142.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 681kB/s]\n", + "SHA256 hash of downloaded file: 096a3da4988d3a131661c600c1dc29fbf289e66eac21e4d1ca716067029b1b85\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J01443536-0716142&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J01443536-0716142.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.52k/7.52k [00:00<00:00, 4.94MB/s]\n", + "SHA256 hash of downloaded file: 036509945f933f500345ecac10a52b18b361e9e4f155eaa5f8b8ab49f3211240\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J01330461-1355271' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J01330461-1355271.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 486kB/s]\n", + "SHA256 hash of downloaded file: 9579974290f0ae9630f5f2700e5fa186c29dd8b538c4007bd13568abf4e856bb\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J01330461-1355271&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J01330461-1355271.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.50k/7.50k [00:00<00:00, 4.35MB/s]\n", + "SHA256 hash of downloaded file: 6832d5e33b8d08149041af274199119fcb4d4d5b51c688d155b68bbb6f563124\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J01423153%2B0523285' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J01423153+0523285.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 592kB/s]\n", + "SHA256 hash of downloaded file: 8f56e9f73dd15f88113c7f07e0a514bb4ab1ab849bfecdc55262c6e2fffa7797\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J01423153%2B0523285&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J01423153+0523285.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.43k/7.43k [00:00<00:00, 4.13MB/s]\n", + "SHA256 hash of downloaded file: 7d277cf4126dfe705b51c0889f40d52f38591ee005be95dde848bb04391a3676\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J01170586%2B1752568' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J01170586+1752568.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 502kB/s]\n", + "SHA256 hash of downloaded file: b696926069c2fa648af6e37b2826ecdf296f769f2a0fb9ed29cbc3b5da8cd252\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J01170586%2B1752568&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J01170586+1752568.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.46k/7.46k [00:00<00:00, 5.11MB/s]\n", + "SHA256 hash of downloaded file: 8aa5b32b863f3c876ca9264d3c2057d390dd4eb913304ea9c80227a5e6847f68\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=IPMS+J013656.57%2B093347.3' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J01365662+0933473.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 347kB/s]\n", + "SHA256 hash of downloaded file: 9d4c9b36795eaef46f8b9bd82b2c837b47b6e9c8ae48e4991abc19f66c7695f2\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=IPMS+J013656.57%2B093347.3&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_IPMS J013656.57+093347.3.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.54k/7.54k [00:00<00:00, 4.20MB/s]\n", + "SHA256 hash of downloaded file: fe6504c7a0ff768a4acf702ab7962488b8b0031f1b856aa39575e29a10746af4\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J000013.54%2B255418.6' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J00001354+2554180.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 650kB/s]\n", + "SHA256 hash of downloaded file: 05d4c6405b90fae8747c008b396804170980f949d4e9825da078fcb8b8b52acd\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J000013.54%2B255418.6&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J000013.54+255418.6.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.65k/7.65k [00:00<00:00, 4.54MB/s]\n", + "SHA256 hash of downloaded file: 41e3aae07ed1de2998435c727d6a010dcc88ee6447b7ab335e2ca04ce2c90ac1\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J003609.26%2B241343.3' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J00360925+2413434.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 494kB/s]\n", + "SHA256 hash of downloaded file: ab3cc1515aaeaceca786a60d5985c25e04e2ec6f8d6ed8dd1d3ae1946a68a7f0\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J003609.26%2B241343.3&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J003609.26+241343.3.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 6.93k/6.93k [00:00<00:00, 4.98MB/s]\n", + "SHA256 hash of downloaded file: 5f570b19a7839e02a0ad5475f3f9a12a68685e1585fa6eabcd96b1e1b3daed0f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J23515044-2537367' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J23515044-2537367.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 808kB/s]\n", + "SHA256 hash of downloaded file: 94af0fd145b88abbc383f54bdd8ed96aecb04bb8ed9ae93a16dff8ce9c7f9663\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J23515044-2537367&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J23515044-2537367.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.46k/7.46k [00:00<00:00, 3.65MB/s]\n", + "SHA256 hash of downloaded file: 68aa987ecbde88de57d69e5b7dc3d3eeea64547ecb588e3f083564ace38c2055\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J01405263%2B0453302' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J01405263+0453302.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 483kB/s]\n", + "SHA256 hash of downloaded file: 06ce74856687289fe71469d2307f57a3caa3f6b6a675cbef8bb092b00770da8b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J01405263%2B0453302&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J01405263+0453302.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.48k/7.48k [00:00<00:00, 5.20MB/s]\n", + "SHA256 hash of downloaded file: 18e8afc75606c570b4169a666d383acb00a464a9956dc236c6ce064b04d1bc3f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=Gliese+866AB' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J22383372-1517573.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 850kB/s]\n", + "SHA256 hash of downloaded file: 09ed75256c9eae1d5fafbcfefd203f82d4a1ae2bf81ccb1ecf202562e4de66a0\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=Gliese+866AB&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_Gliese 866AB.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.41k/7.41k [00:00<00:00, 4.56MB/s]\n", + "SHA256 hash of downloaded file: 048d4d2e0dd03616981cf15dd25091d6600140007561951edb40304d1d8a82ed\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J0103320%2B193536' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J01033203+1935361.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 414kB/s]\n", + "SHA256 hash of downloaded file: cfbdec5afadd015c3be2a400fa3a1dc836a635bcac4d041af1107541bef688a0\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J0103320%2B193536&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J0103320+193536.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.52k/7.52k [00:00<00:00, 4.72MB/s]\n", + "SHA256 hash of downloaded file: 3a42c364f0483a75e9e43146676b966babd840cc8715278f3f5ba17583043075\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J000250.98%2B245413.8' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J00025097+2454141.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 496kB/s]\n", + "SHA256 hash of downloaded file: 5a1e02439caabd1ea269df179211e0cd10e9a161f26ed8178f76909b0b864f4f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J000250.98%2B245413.8&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J000250.98+245413.8.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.19k/7.19k [00:00<00:00, 4.08MB/s]\n", + "SHA256 hash of downloaded file: eb0bce58a5a1ba79528df3856dd490e1ae43acc4cf535e40ed0f253275867b27\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=DENIS-P+J225210.73-173013.4' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J22521073-1730134.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 832kB/s]\n", + "SHA256 hash of downloaded file: 1d15685ff2a20969077cb2b9a8d9a543dc30394730b4fe25981edd20361994d8\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=DENIS-P+J225210.73-173013.4&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_DENIS-P J225210.73-173013.4.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.48k/7.48k [00:00<00:00, 3.98MB/s]\n", + "SHA256 hash of downloaded file: 6c800eb43a7b87d974a14aba4ddc1682627358c4b030fb058442e2d5356f8e8d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J01340281%2B0508125' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J01340281+0508125.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 271kB/s]\n", + "SHA256 hash of downloaded file: fc5f4cc93812ed2ec68be0a1f2e539f974ceacd7861bff5e5339651c85247926\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J01340281%2B0508125&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J01340281+0508125.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.51k/7.51k [00:00<00:00, 5.00MB/s]\n", + "SHA256 hash of downloaded file: 29cb11273b769454ec7bf80e145f041e3ce275094be57e8da3d70f00219bca8a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSW+J2224438-015852' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J22244381-0158521.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 567kB/s]\n", + "SHA256 hash of downloaded file: 91f1783c81156a991b8a7abae34f14372fc32c16c23af1eb43bb28faa0fbaef6\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSW+J2224438-015852&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSW J2224438-015852.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.48k/7.48k [00:00<00:00, 4.74MB/s]\n", + "SHA256 hash of downloaded file: db1aa4c9f3c2ca9a63f2d6d8160855d49edcde6e50dce8aff2b7e3730e5508d1\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J00583814-1747311' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J00583814-1747311.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 524kB/s]\n", + "SHA256 hash of downloaded file: 493fd489be8707c4ae7f74046ab97cabfac5d4c3f089fa24f39e6111511922d2\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J00583814-1747311&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J00583814-1747311.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.45k/7.45k [00:00<00:00, 4.18MB/s]\n", + "SHA256 hash of downloaded file: 0dcccfbe3958b5fb0cdc20a876e4b871a6aeb9ac9a0572702a1f0034438d32d4\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=NLTT+2914' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J00524886+1712434.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 498kB/s]\n", + "SHA256 hash of downloaded file: 798a3b41cd95c0c3d94612dd772190d32bdc55c905c808fbc5d96f86b7b1d260\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=NLTT+2914&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_NLTT 2914.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 4.08MB/s]\n", + "SHA256 hash of downloaded file: 118c44d6103f69539db3cf69a2dd4d06a562a1244ef7a9766ddd5d96ae8a3fb8\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSW+J0036159%2B182110' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J00361617+1821104.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 517kB/s]\n", + "SHA256 hash of downloaded file: 6c4fe9d5abea9f9377bb150c1903ce48716a7e555c8d5e0031b0b3b9772ebad6\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSW+J0036159%2B182110&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSW J0036159+182110.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.51k/7.51k [00:00<00:00, 4.85MB/s]\n", + "SHA256 hash of downloaded file: a5ff5d115043c5f123736f61b9a5ed4c9c4f432c2bd898715b17fd29745e1f0f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSW+J0051107-154417' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J00511078-1544169.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 576kB/s]\n", + "SHA256 hash of downloaded file: 6bdd65b76136a6571a4acfa04cbc9e4da72cc053e1563888b9959455f1322695\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSW+J0051107-154417&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSW J0051107-154417.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 4.24MB/s]\n", + "SHA256 hash of downloaded file: 0367d40116ff07dab6388fd7fb31f604403d9c92f21a00e86cbcf60b26b6bba0\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J00554279%2B1301043' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J00554279+1301043.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 520kB/s]\n", + "SHA256 hash of downloaded file: af518d7ba346661710bbb7577363237877d9f15f60ea7fafcf3acb01347b0567\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J00554279%2B1301043&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J00554279+1301043.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.49k/7.49k [00:00<00:00, 3.78MB/s]\n", + "SHA256 hash of downloaded file: f8a032aee90804f1505946b5a5dd7b6f5add0b1b902cb1cbaaf70b5de030786d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=NLTT+57259' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J23343735-1646042.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.02k/1.02k [00:00<00:00, 515kB/s]\n", + "SHA256 hash of downloaded file: f9659101ebe0ba84e4cc3e071f64c7565c60270db8e0f322446cd1c3d6fa7cdb\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=NLTT+57259&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_NLTT 57259.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.45k/7.45k [00:00<00:00, 5.77MB/s]\n", + "SHA256 hash of downloaded file: a986b95069a03b0e2cbdc79570d801fcbae6df50783eb42837ac1d3c9ecce639\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J23294790-1607550' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J23294790-1607551.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 557kB/s]\n", + "SHA256 hash of downloaded file: 5b9b28167a3177024da3c646603ab359304987b506f45652eed1d9572b185061\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J23294790-1607550&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J23294790-1607550.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.50k/7.50k [00:00<00:00, 5.36MB/s]\n", + "SHA256 hash of downloaded file: 275528ae75fae9c32f02233f1f23c80c4daf9089a364b63816319fb336515a1f\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSSp+J224953.45%2B004404.2' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J22495345+0044046.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 449kB/s]\n", + "SHA256 hash of downloaded file: 24ed7d71f584cdc64dd26cbf0f9ef1ebab9b4b07381591965d852bf16ce30240\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSSp+J224953.45%2B004404.2&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSSp J224953.45+004404.2.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 5.49MB/s]\n", + "SHA256 hash of downloaded file: 5af77b407205574939945b4da40f81b02248d2de0be24663a2fa5505383b0d38\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSSp+J010752.33%2B004156.1' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J01075242+0041563.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 449kB/s]\n", + "SHA256 hash of downloaded file: 4577c3d578096565bbb7a5502ecd56b5146cc8505c6c64883da88d2a67b797e5\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSSp+J010752.33%2B004156.1&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSSp J010752.33+004156.1.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.55k/7.55k [00:00<00:00, 5.24MB/s]\n", + "SHA256 hash of downloaded file: 17585fcd548ac1d20fa4f836703abfdd6f5ebc564f7b0b4e2f0c7deae90fddb4\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J00451330%2B1228538' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J00451330+1228538.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 606kB/s]\n", + "SHA256 hash of downloaded file: 713788a6b7a828e02e5dafcbf385d3be328158e1e011afebc5a5db2674411805\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J00451330%2B1228538&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J00451330+1228538.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.55k/7.55k [00:00<00:00, 4.35MB/s]\n", + "SHA256 hash of downloaded file: 7cb0b4a5259c60e8fa46d0e2a6a2440ded4916b0b43fe9637666d6c4a2e27dc8\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSW+J0030300-145033' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J00303013-1450333.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 567kB/s]\n", + "SHA256 hash of downloaded file: 62f2f49ae83ebe8d170fa27235e26bdb20bdb2b542e1af3ae28628b27896affc\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSW+J0030300-145033&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSW J0030300-145033.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.54k/7.54k [00:00<00:00, 4.74MB/s]\n", + "SHA256 hash of downloaded file: 1032ff0d0e36f5c51b7d38d36cdf05cdafeb411ca825e3d626b62f38e53882ba\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J23343177-1509294' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J23343177-1509294.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 525kB/s]\n", + "SHA256 hash of downloaded file: 04726541da01ed2c57f3c0a66ce75eb7d99f0dbd070398c9c9769e82c0f7ae91\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J23343177-1509294&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J23343177-1509294.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.48k/7.48k [00:00<00:00, 4.34MB/s]\n", + "SHA256 hash of downloaded file: 81bdd2bdd87dcdc4da0a4d590ce14eef28596df240a945e703cb1ee2a30250a2\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSSp+J003259.36%2B141036.6' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J00325937+1410371.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 532kB/s]\n", + "SHA256 hash of downloaded file: 88b9913d78d73c43136c67b986d8a1e6ab787ab999d8ed0ab27f35760bca57b0\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSSp+J003259.36%2B141036.6&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSSp J003259.36+141036.6.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.57k/7.57k [00:00<00:00, 4.40MB/s]\n", + "SHA256 hash of downloaded file: cacd03407eea748ca8a0149d3220a696d4947dc101e3c4c517fa061d2a9c62db\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J2356547-155310' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J23565477-1553111.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 474kB/s]\n", + "SHA256 hash of downloaded file: 9ad884f7187465c2f17e8fd65bcac57789bee51366f58fb6d3555e459fdcbfd7\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J2356547-155310&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J2356547-155310.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.64k/7.64k [00:00<00:00, 5.92MB/s]\n", + "SHA256 hash of downloaded file: a8e83620874789dd67ecc9ee95866dc083135bdd24e89de9aed1802c2591964d\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J00115060-1523450' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J00115060-1523450.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 517kB/s]\n", + "SHA256 hash of downloaded file: a119e0ca1e1b733438ab8f87987736691d210765fd32518152fab5679b4ed378\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J00115060-1523450&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J00115060-1523450.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.44k/7.44k [00:00<00:00, 4.71MB/s]\n", + "SHA256 hash of downloaded file: 87013ad8ce1052623a0d707e288809c7016d34f6e51881fccbfce5e90be7ca6c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASSI+J2339101%2B135230' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J23391025+1352284.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 564kB/s]\n", + "SHA256 hash of downloaded file: f39fe6b8f0c402f20fd1afe10dc3ccaf3c4498dae013de4d9164086d232d5486\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASSI+J2339101%2B135230&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASSI J2339101+135230.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.65k/7.65k [00:00<00:00, 5.16MB/s]\n", + "SHA256 hash of downloaded file: c43f333f4910cb6c5fdc2c8f008f469b855f1456dd28e56f40631fa79bde840e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=SDSS+J232804.58-103845.7' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J23280459-1038452.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 520kB/s]\n", + "SHA256 hash of downloaded file: 16720c75807d874f78aae4ef3d3f0ebdede084cb47ba4469bb9945fd6763f965\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=SDSS+J232804.58-103845.7&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_SDSS J232804.58-103845.7.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.19k/7.19k [00:00<00:00, 5.10MB/s]\n", + "SHA256 hash of downloaded file: 71680bdec0b8e84f60b8c22d8a4627f3f59486cfb8f1daed072f589b2e2572d5\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J00335534-0908247' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J00335534-0908247.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 433kB/s]\n", + "SHA256 hash of downloaded file: 4fb377e5e9bac2ed3e308979fa6a2cfea4c6cddec700ed5632324181ce8ddeba\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J00335534-0908247&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J00335534-0908247.xml'.\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ - "Reference: Bohlin et al. 2014, PASP, 126\n", - "URL: https://ui.adsabs.harvard.edu/abs/2014PASP..126..711B/abstract\n" + "\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ - "/Users/tomasstolker/applications/species/species/data/filter_data/filter_data.py:227: UserWarning: The minimum transmission value of Subaru/CIAO.z is smaller than zero (-1.80e-03). Wavelengths with negative transmission values will be removed.\n", - " warnings.warn(\n" + "100%|█████████████████████████████████████| 7.45k/7.45k [00:00<00:00, 5.49MB/s]\n", + "SHA256 hash of downloaded file: 91bb924ecf24bfedc70c0a75b414da291a44fa8cd3c8c6bf28fad9d26c12a493\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J00345157%2B0523050' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J00345157+0523050.xml'.\n" ] - } - ], - "source": [ - "database.add_companion(name=None, verbose=False)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "The spectra from the SpeX Prism Spectral Library are also downloaded and added to the database. For each spectrum, the [SIMBAD Astronomical Database](http://simbad.u-strasbg.fr/simbad/) is queried for the SIMBAD identifier. The identifier is then used to extract the [distance](https://home.strw.leidenuniv.nl/~stolker/species/distance.dat) of the object (calculated from the parallax). A NaN value is stored for the distance if the object could not be identified in the SIMBAD database so these objects are not used in the color-magnitude diagram." - ] - }, - { - "cell_type": "code", - "execution_count": 6, - "metadata": {}, - "outputs": [ + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.04k/1.04k [00:00<00:00, 533kB/s]\n", + "SHA256 hash of downloaded file: df87ad07bf8e60bf0ba27f046b3550d31208e9fc35bc731128be4aeec578b822\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J00345157%2B0523050&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J00345157+0523050.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.62k/7.62k [00:00<00:00, 4.55MB/s]\n", + "SHA256 hash of downloaded file: 8f2c456ce9a80b86ded5663d8eda3104877a5b30fe0ab2c43059057bb74f2868\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J00013044%2B1010146' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J00013044+1010146.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 543kB/s]\n", + "SHA256 hash of downloaded file: 8a355d3668b4f426bc9f477be5dfd2b23aa21f4a3cf581317b9becbdb15b8a3a\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J00013044%2B1010146&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J00013044+1010146.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.41k/7.41k [00:00<00:00, 5.42MB/s]\n", + "SHA256 hash of downloaded file: 11c3d08039a4f077b124f7755c9016ffe00b12eec2e75b2ea0b20f04245dd79b\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=NLTT+184' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J00054517+0723423.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.01k/1.01k [00:00<00:00, 636kB/s]\n", + "SHA256 hash of downloaded file: 5d5bec688be1d221e94d49178d94d0e51d2ad55fe43b4444059ecbaff66aa45e\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=NLTT+184&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_NLTT 184.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.43k/7.43k [00:00<00:00, 4.55MB/s]\n", + "SHA256 hash of downloaded file: 2a7a27da6203e9a5354627a7484fa783202511c376415f6d5eeee32bd65ebb31\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=2MASS+J23355852-0013040' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J23355852-0013040.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.03k/1.03k [00:00<00:00, 393kB/s]\n", + "SHA256 hash of downloaded file: 7c37cf0acb284ae8bed406dcdeb6ee69ad390b3544cc980b594881e48a5cb501\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=2MASS+J23355852-0013040&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_2MASS J23355852-0013040.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 7.53k/7.53k [00:00<00:00, 5.22MB/s]\n", + "SHA256 hash of downloaded file: 4e55272edfd2a0be4b25d1b59e0f46db58a406fcb19a0ec3f7fd11d1a3cb777c\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/dl.php?ID=NLTT+57956' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/J23470713+0219127.xml'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|██████████████████████████████████████| 1.02k/1.02k [00:00<00:00, 437kB/s]\n", + "SHA256 hash of downloaded file: 1a4edd58baa80902190da485de31031e645fcaa21b0df29a7471f246cde1a855\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", + "Downloading data from 'http://svocats.cab.inta-csic.es/spex/ssap.php?ID=NLTT+57956&label=spec_vot' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/spex/spex_NLTT 57956.xml'.\n" + ] + }, { "name": "stdout", "output_type": "stream", "text": [ - "Downloading SpeX Prism Spectral Library... [DONE] \n", - "Adding spectra... LSR 2122+3656 " + "\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ + "100%|█████████████████████████████████████| 7.38k/7.38k [00:00<00:00, 4.22MB/s]\n", + "SHA256 hash of downloaded file: dba35c99763f4b26e04a62f9757e2ea5659008c4d9c7f2c9a3f887a9ca7cd7bb\n", + "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n", "/Users/tomasstolker/applications/species/species/phot/syn_phot.py:88: UserWarning: Please note that a manually provided zero-point flux is by default equalized to a magnitude of 0.03 for all filters. The magnitude of Vega can be adjusted in the configuration file (see https://species.readthedocs.io/en/latest/configuration.html) by setting the 'vega_mag' parameter. Currently the parameter is set to 0.03.\n", - " warnings.warn(\n", - "/Users/tomasstolker/.pyenv/versions/3.11.5/envs/species3.11/lib/python3.11/site-packages/astroquery/simbad/core.py:135: UserWarning: Warning: The script line number 3 raised an error (recorded in the `errors` attribute of the result table): Identifier not found in the database : 2MASS J21225635+3656002\n", - " warnings.warn(\"Warning: The script line number %i raised \"\n" + " warnings.warn(\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Adding spectra... 2MASS J05160945-0445499 " + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "WARNING: BlankResponseWarning: Warning: The script line number 3 raised an error (recorded in the `errors` attribute of the result table): Identifier not found in the database : 2MASS J05103520-4208140 [astroquery.simbad.core]\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ - "Adding spectra... SDSS J213240.36+102949.4 " + "Adding spectra... 2MASS J14313097+1436539" ] }, { "name": "stderr", "output_type": "stream", "text": [ - "/Users/tomasstolker/.pyenv/versions/3.11.5/envs/species3.11/lib/python3.11/site-packages/astroquery/simbad/core.py:135: UserWarning: Warning: The script line number 3 raised an error (recorded in the `errors` attribute of the result table): Identifier not found in the database : 2MASS J14044941-3159329\n", - " warnings.warn(\"Warning: The script line number %i raised \"\n", - "/Users/tomasstolker/.pyenv/versions/3.11.5/envs/species3.11/lib/python3.11/site-packages/astroquery/simbad/core.py:135: UserWarning: Warning: The script line number 3 raised an error (recorded in the `errors` attribute of the result table): Identifier not found in the database : 2MASS J05103520-4208140\n", - " warnings.warn(\"Warning: The script line number %i raised \"\n" + "WARNING: BlankResponseWarning: Warning: The script line number 3 raised an error (recorded in the `errors` attribute of the result table): Identifier not found in the database : 2MASS J14044941-3159329 [astroquery.simbad.core]\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ - "Adding spectra... 2MASS J18282794+1453337 " + "Adding spectra... SDSS J000013.54+255418.6 " ] }, { "name": "stderr", "output_type": "stream", "text": [ - "/Users/tomasstolker/.pyenv/versions/3.11.5/envs/species3.11/lib/python3.11/site-packages/astroquery/simbad/core.py:135: UserWarning: Warning: The script line number 3 raised an error (recorded in the `errors` attribute of the result table): Identifier not found in the database : 2MASS J14162394+1348363\n", - " warnings.warn(\"Warning: The script line number %i raised \"\n" + "WARNING: BlankResponseWarning: Warning: The script line number 3 raised an error (recorded in the `errors` attribute of the result table): Identifier not found in the database : 2MASS J21225635+3656002 [astroquery.simbad.core]\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ - "Adding spectra... [DONE] \n" + "Adding spectra... [DONE] \n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "WARNING: BlankResponseWarning: Warning: The script line number 3 raised an error (recorded in the `errors` attribute of the result table): Identifier not found in the database : 2MASS J14162394+1348363 [astroquery.simbad.core]\n" ] } ], @@ -300,14 +16102,15 @@ "-------------------------\n", "\n", "Database tag: ames-cond\n", - "Model name: AMES-Cond\n" + "Model name: AMES-Cond\n", + "\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ - "100%|███████████████████████████████████████| 156M/156M [00:00<00:00, 57.9GB/s]\n", + "100%|███████████████████████████████████████| 156M/156M [00:00<00:00, 54.5GB/s]\n", "SHA256 hash of downloaded file: 325f3ea3ed13c51e08daacbd08811fde04762c29994bfbcc17f42223bf3432ea\n", "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n" ] @@ -317,13 +16120,15 @@ "output_type": "stream", "text": [ "\n", - "Unpacking 439/439 model spectra from AMES-Cond (150 MB)... [DONE]\n", + "Unpacking 439/439 model spectra from AMES-Cond (150 MB)...data/ames-cond\n", + "data/ames-cond.tgz\n", + " [DONE]\n", "\n", "Wavelength range (um) = 0.5 - 40\n", "Sampling (lambda/d_lambda) = 4000\n", "Teff range (K) = 100 - 6600\n", "\n", - "Adding AMES-Cond model spectra... ames-cond_teff_900_logg_5.5_spec.dat \n", + "Adding AMES-Cond model spectra... data/ames-cond/ames-cond_teff_900_logg_5.5_spec.dat \n", "\n", "Grid points stored in the database:\n", " - Teff = [ 100. 200. 300. 400. 500. 600. 700. 800. 900. 1000. 1100. 1200.\n", @@ -338,36 +16143,10 @@ " - teff: 65\n", " - logg: 7\n", "\n", - "Fix missing grid points with a linear interpolation:\n", - " - teff = 200.0, logg = 5.5\n", - " - teff = 900.0, logg = 2.5\n", - " - teff = 4700.0, logg = 4.5\n", - " - teff = 4700.0, logg = 5.0\n", - " - teff = 4700.0, logg = 5.5\n", - " - teff = 4800.0, logg = 2.5\n", - " - teff = 4800.0, logg = 3.0\n", - " - teff = 4800.0, logg = 4.5\n", - " - teff = 6100.0, logg = 2.5\n", - " - teff = 6100.0, logg = 3.0\n", - " - teff = 6100.0, logg = 3.5\n", - " - teff = 6100.0, logg = 4.0\n", - " - teff = 6100.0, logg = 4.5\n", - " - teff = 6100.0, logg = 5.5\n", - " - teff = 6200.0, logg = 3.5\n", - " - teff = 6200.0, logg = 4.0\n", - "\n", "Number of stored grid points: 455\n", - "Number of interpolated grid points: 16\n", + "Number of interpolated grid points: 0\n", "Number of missing grid points: 0\n" ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/Users/tomasstolker/applications/species/species/util/data_util.py:394: RuntimeWarning: divide by zero encountered in log10\n", - " flux = np.log10(flux)\n" - ] } ], "source": [ @@ -403,14 +16182,15 @@ "-------------------------\n", "\n", "Database tag: ames-dusty\n", - "Model name: AMES-Dusty\n" + "Model name: AMES-Dusty\n", + "\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ - "100%|█████████████████████████████████████| 60.4M/60.4M [00:00<00:00, 40.2GB/s]\n", + "100%|█████████████████████████████████████| 60.4M/60.4M [00:00<00:00, 21.8GB/s]\n", "SHA256 hash of downloaded file: c389dd52b35bcba2d9850921c97eee043c2ff0654cc24efc47baa2345c05254e\n", "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n" ] @@ -420,13 +16200,15 @@ "output_type": "stream", "text": [ "\n", - "Unpacking 195/195 model spectra from AMES-Dusty (58 MB)... [DONE]\n", + "Unpacking 195/195 model spectra from AMES-Dusty (58 MB)...data/ames-dusty\n", + "data/ames-dusty.tgz\n", + " [DONE]\n", "\n", "Wavelength range (um) = 0.5 - 40\n", "Sampling (lambda/d_lambda) = 4000\n", "Teff range (K) = 500 - 4000\n", "\n", - "Adding AMES-Dusty model spectra... ames-dusty_teff_900_logg_5.5_spec.dat \n", + "Adding AMES-Dusty model spectra... data/ames-dusty/ames-dusty_teff_900_logg_5.5_spec.dat \n", "\n", "Grid points stored in the database:\n", " - Teff = [ 500. 600. 700. 800. 900. 1000. 1100. 1200. 1300. 1400. 1500. 1600.\n", @@ -438,57 +16220,9 @@ " - teff: 36\n", " - logg: 6\n", "\n", - "Fix missing grid points with a linear interpolation:\n", - " - teff = 900.0, logg = 6.0\n", - " - teff = 1200.0, logg = 5.5\n", - " - teff = 2100.0, logg = 3.5\n", - " - teff = 2100.0, logg = 4.5\n", - " - teff = 2200.0, logg = 3.5\n", - " - teff = 2400.0, logg = 5.0\n", - " - teff = 3100.0, logg = 3.5\n", - " - teff = 3200.0, logg = 3.5\n", - " - teff = 3300.0, logg = 3.5\n", - " - teff = 3400.0, logg = 3.5\n", - " - teff = 3500.0, logg = 3.5\n", - " - teff = 3600.0, logg = 3.5\n", - " - teff = 3700.0, logg = 3.5\n", - " - teff = 3800.0, logg = 3.5\n", - " - teff = 3900.0, logg = 3.5\n", - " - teff = 3900.0, logg = 6.0\n", - " - teff = 4000.0, logg = 3.5\n", - " - teff = 4000.0, logg = 4.0\n", - " - teff = 4000.0, logg = 4.5\n", - " - teff = 4000.0, logg = 5.5\n", - " - teff = 4000.0, logg = 6.0\n", - "\n", - "The following grid points are missing:\n", - " - teff = 3100.0, logg = 3.5\n", - " - teff = 3200.0, logg = 3.5\n", - " - teff = 3300.0, logg = 3.5\n", - " - teff = 3400.0, logg = 3.5\n", - " - teff = 3500.0, logg = 3.5\n", - " - teff = 3600.0, logg = 3.5\n", - " - teff = 3700.0, logg = 3.5\n", - " - teff = 3800.0, logg = 3.5\n", - " - teff = 3900.0, logg = 3.5\n", - " - teff = 3900.0, logg = 6.0\n", - " - teff = 4000.0, logg = 3.5\n", - " - teff = 4000.0, logg = 4.0\n", - " - teff = 4000.0, logg = 4.5\n", - " - teff = 4000.0, logg = 5.5\n", - " - teff = 4000.0, logg = 6.0\n", - "\n", "Number of stored grid points: 216\n", - "Number of interpolated grid points: 6\n", - "Number of missing grid points: 15\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/Users/tomasstolker/applications/species/species/util/data_util.py:478: UserWarning: Could not interpolate 15 grid points so storing zeros instead.\n", - " warnings.warn(\n" + "Number of interpolated grid points: 0\n", + "Number of missing grid points: 0\n" ] } ], @@ -508,17 +16242,82 @@ "execution_count": 9, "metadata": {}, "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Downloading data from 'https://home.strw.leidenuniv.nl/~stolker/species/model.AMES-Cond-2000.M-0.0.MKO.Vega' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/model.AMES-Cond-2000.M-0.0.MKO.Vega'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "------------------\n", + "Add isochrone grid\n", + "------------------\n", + "\n", + "Evolutionary model: ames\n", + "File name: None\n", + "Database tag: None\n", + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|████████████████████████████████████████| 240k/240k [00:00<00:00, 365MB/s]" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "Adding isochrones: ames-cond..." + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "\n", + "Downloading data from 'https://home.strw.leidenuniv.nl/~stolker/species/model.AMES-dusty.M-0.0.MKO.Vega' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/model.AMES-dusty.M-0.0.MKO.Vega'.\n" + ] + }, { "name": "stdout", "output_type": "stream", "text": [ - "Downloading AMES-Cond isochrones (235 kB)... [DONE]\n", - "Adding isochrones: ames-cond... [DONE]\n", + " [DONE]\n", "Database tag: ames-cond\n", - "Downloading AMES-Dusty isochrones (182 kB)... [DONE]\n", + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|████████████████████████████████████████| 185k/185k [00:00<00:00, 227MB/s]" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", "Adding isochrones: ames-dusty... [DONE]\n", "Database tag: ames-dusty\n" ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "\n" + ] } ], "source": [ @@ -594,9 +16393,9 @@ "name": "stderr", "output_type": "stream", "text": [ - "/Users/tomasstolker/applications/species/species/phot/syn_phot.py:341: UserWarning: Spectum contains NaN so can not calculate the error.\n", + "/Users/tomasstolker/applications/species/species/phot/syn_phot.py:363: UserWarning: Spectum contains NaN so can not calculate the error.\n", " warnings.warn(\"Spectum contains NaN so can not calculate the error.\")\n", - "/Users/tomasstolker/applications/species/species/phot/syn_phot.py:463: UserWarning: Spectum contains NaN so can not calculate the error.\n", + "/Users/tomasstolker/applications/species/species/phot/syn_phot.py:485: UserWarning: Spectum contains NaN so can not calculate the error.\n", " warnings.warn(\"Spectum contains NaN so can not calculate the error.\")\n" ] }, @@ -623,7 +16422,28 @@ "cell_type": "code", "execution_count": 12, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "-------------------\n", + "Read isochrone grid\n", + "-------------------\n", + "\n", + "Database tag: ames-cond\n", + "Create regular grid: False\n", + "\n", + "-------------------\n", + "Read isochrone grid\n", + "-------------------\n", + "\n", + "Database tag: ames-dusty\n", + "Create regular grid: False\n" + ] + } + ], "source": [ "read_iso_cond = ReadIsochrone(tag='ames-cond')\n", "read_iso_dusty = ReadIsochrone(tag='ames-dusty')" @@ -657,27 +16477,27 @@ "name": "stderr", "output_type": "stream", "text": [ - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 2.9180307893338338, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 501.3730414241427, 'logg': 2.9180307893338338, 'radius': 1.4638670830301985, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 2.9180307893338338, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 501.3730414241427, 'logg': 2.9180307893338338, 'radius': 1.4638670830301985, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 2.9730768802029495, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 502.5270292688421, 'logg': 2.9730768802029495, 'radius': 1.441670727659954, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 2.9730768802029495, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 502.5270292688421, 'logg': 2.9730768802029495, 'radius': 1.441670727659954, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 3.0355631548565696, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 504.9233097703563, 'logg': 3.0355631548565696, 'radius': 1.4150903616033272, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 3.0355631548565696, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 504.9233097703563, 'logg': 3.0355631548565696, 'radius': 1.4150903616033272, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 3.1025651389931803, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 507.4927628068724, 'logg': 3.1025651389931803, 'radius': 1.3865891063317703, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 3.1025651389931803, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 507.4927628068724, 'logg': 3.1025651389931803, 'radius': 1.3865891063317703, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 3.207337823869265, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 520.0556848108937, 'logg': 3.207337823869265, 'radius': 1.328194511799377, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 3.207337823869265, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 520.0556848108937, 'logg': 3.207337823869265, 'radius': 1.328194511799377, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 3.3065271787010397, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 534.0174915985033, 'logg': 3.3065271787010397, 'radius': 1.274758290992437, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 3.3065271787010397, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 534.0174915985033, 'logg': 3.3065271787010397, 'radius': 1.274758290992437, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 3.3387964574578715, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 543.9916323051601, 'logg': 3.3387964574578715, 'radius': 1.2725698348137873, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 3.3387964574578715, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 543.9916323051601, 'logg': 3.3387964574578715, 'radius': 1.2725698348137873, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 3.372282732356024, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 556.2475974396231, 'logg': 3.372282732356024, 'radius': 1.2706911157956755, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 3.372282732356024, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 556.2475974396231, 'logg': 3.372282732356024, 'radius': 1.2706911157956755, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 3.407135965646942, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 570.8634694648467, 'logg': 3.407135965646942, 'radius': 1.269118495295348, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 3.407135965646942, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 570.8634694648467, 'logg': 3.407135965646942, 'radius': 1.269118495295348, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 3.444507945285873, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 586.5355899585918, 'logg': 3.444507945285873, 'radius': 1.2674322258801856, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 3.444507945285873, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 586.5355899585918, 'logg': 3.444507945285873, 'radius': 1.2674322258801856, 'distance': 10.0}.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1004: UserWarning: The value of logg is 3.484580694074335, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 603.3402910634309, 'logg': 3.484580694074335, 'radius': 1.2656240944588282, 'distance': 10.0}.\n", + "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:1011: UserWarning: The value of logg is 3.484580694074335, which is below the lower bound of the model grid (3.5). Setting the magnitudes to NaN for the following isochrone sample: {'teff': 603.3402910634309, 'logg': 3.484580694074335, 'radius': 1.2656240944588282, 'distance': 10.0}.\n", " warnings.warn(\n" ] } @@ -747,25 +16567,45 @@ "name": "stdout", "output_type": "stream", "text": [ - "Plotting color-magnitude diagram..." + "\n", + "----------------------------\n", + "Plot color-magnitude diagram\n", + "----------------------------\n", + "\n", + "Boxes:\n", + " - ColorMagBox\n", + " - ColorMagBox\n", + " - ColorMagBox\n", + "\n", + "Objects:\n", + " - HIP 65426 b: ('Paranal/SPHERE.IRDIS_D_H23_2', 'Paranal/SPHERE.IRDIS_D_H23_3', 'Paranal/SPHERE.IRDIS_D_H23_2')\n", + " - HR 8799 b: ('Paranal/SPHERE.IRDIS_D_H23_2', 'Paranal/SPHERE.IRDIS_D_H23_3', 'Paranal/SPHERE.IRDIS_D_H23_2')\n", + " - HR 8799 d: ('Paranal/SPHERE.IRDIS_D_H23_2', 'Paranal/SPHERE.IRDIS_D_H23_3', 'Paranal/SPHERE.IRDIS_D_H23_2')\n", + " - PZ Tel B: ('Paranal/SPHERE.IRDIS_D_H23_2', 'Paranal/SPHERE.IRDIS_D_H23_3', 'Paranal/SPHERE.IRDIS_D_H23_2')\n", + "\n", + "Spectral range: ('late M', 'late T')\n", + "Companion labels: True\n", + "Accretion markers: False\n", + "\n", + "Mass labels: {'ames-cond': [(3.0, 'left'), (5.0, 'left'), (10.0, 'right'), (20.0, 'left'), (50.0, 'left'), (100.0, 'left')], 'ames-dusty': [(7.0, 'right'), (10.0, 'right'), (20.0, 'right'), (50.0, 'right'), (100.0, 'right')]}\n", + "Teff labels: None\n", + "\n", + "Reddening: None\n", + "\n", + "Figure size: (4.0, 4.8)\n", + "Limits x axis: (-2.7, 1.8)\n", + "Limits y axis: (17.3, 7)\n" ] }, { "data": { - "image/png": "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Ayvy5JNPsmnTJmJjY/nggw944oknKiynKAp//PEH7du3Z9SoUYwbN47rrruO4OBg3N3d6+eFNzIHBwdKS0uttl187uDgwPr1663ev9TU1BrVu3fvXnbt2sWDDz5Y721uTvr27UtkZKTlPu24ceO4/vrrLaPr6/r+Abz++us89NBD3HbbbQwfPpxz585xxx13tNjPWkUa6vP36KOP8uabb+Lg4FDvbW5OGurz5+vrS3R0NDExMQwZMoTp06fz8ssvAzTp50/TZGduYxwcHHjooYdYsGABR48e5cMPP6zxsZ06deLUqVOA+T7JxYEElbn55psJCQnhhRdeoLS0lMGDB1da1t3dnU8//dTyXAjBww8/3GIvc3Xs2JG0tDSrbampqbi6uuLh4cF1113HddddV+t6f//9d4qLixkzZgwAJSUlgPm+lpubG4sWLaJz585X/gKaoU6dOlkG5dX1/QNQq9U8/fTTPP3005Zt//nPf1rsZ60iDfH5y8/PJzY2lnfffdfyRfzo0aOUlJQwatQohg0bxmuvvVZvr6G5qa/PX48ePVi5cqXl+cUxOU35+ZM94EY0a9Ys9Ho9Wq2Wbt26VVjm+eefL3epKjk5maCgoBqfR61W89hjj7Fu3ToefvjhKstePo913759GI1GJkyYUOPzNRe33347V199NXv37rWad71nzx7Gjh1bpzpjY2N56623ePnll9m7dy9RUVFERUXxww8/AOb761FRUa0i+N5+++0sWLCAhIQEq+21/fyVdfH9Azhw4IDVfVC9Xs/OnTu55ZZb6t7oZqa+P38Azs7OxMfHWz57UVFRXHfddfTp04eoqKhWFXzr+/N3kU6nY8eOHVbbtm3bxqBBgwgMDLyiuq+EDMCNyNfXlxUrVli+xVYkOjqar776yvL8r7/+YseOHRXeL67KfffdR2RkJDfeeGOV5WbNmmUZhVpSUsLzzz/P3Llz8fDwqNX5moOdO3dyzz33oCiKJUCeOHGCdevW8cwzz9SpzpycHI4ePVqfzWy2du7cSWxsLJ9++qklgBw4cIBVq1ZV+0WuMmXfvy+//JJPPvnEsu+1115jwIABde7RNEf1/flra+r783dRXl4e119/PefPnwfM99Q//vjjCqeHNqqmnITcmu3atUuMHDlS2NraipEjR4ozZ86UKxMZGSnCwsIEIAYNGiRWr14t1q1b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b74JdLXqlBUrVtCnTx927doV6KrUehKARaluv/12jh49yqZNm9izZw9bt27FZrPRv39/fvvtt0BXr07IyMhgzpw5rF27lkGDBgW6OrXaPffcw9dff83GjRvZvXs306dP55ZbbmHZsmWBrlqd8dJLL7F48WLGjx8f6KrUehKAhV9///vfiYqKAiA0NJQ33ngDi8XizncqLk94eDhr166lbdu2/gsLn9atW8eiRYuYMWMGMTExAIwbN47Ro0fz5z//GVnwUTnWrFlD7969A12NOkECsCjV7t27S/xna968OQBpaWmBqFKdo9Pp0Onkv+LlWrhwIQBXXnmlx/Err7ySY8eOsXXr1kBUq84xGCSBYmWR//WiVCaTqcSxgwcPAjBq1Kjqro4QPu3cuZOIiAh367dQu3btAGTMUtQ4EoBFub377rt07NixxPaMQgTShQsXiIiIKHG88JjfreGEqGYSgOuRtWvXomlamb58peFcvnw5S5YsYfHixaWmWKuvKuM9FkLUD9KZX4907dqVBQsWlKlss2bNShz7+eefmTx5Mt9//z3du3ev7OrVCZf7HouKi4mJYe/evSWOZ2a6tvWLjY2t7ioJUSoJwPVIo0aNmDBhQoWuXblyJQ8++CDLli0jPj6+citWh1zOeywuT3x8PJs3byYlJYWGDRu6jx87dgyAXr16BapqQnglXdDCr2+//dbd8i0MvklJSdxwww2BrZgQxdx+++0A/PTTTx7Hf/rpJ9q2bUvfvn0DUS0hfJIWsCjVwoULueeee3j22WfZtm0b27ZtA+DixYuSDUvUKCNGjGD8+PHMmDGDUaNGERMTw/Lly1m5ciVfffWVpPgUNY5sRyhKFR0d7XO9b6tWrSR1YiWZMmUKv/zyCydPniQtLc3dXbpixQoaNWoU4NrVHvn5+cyYMYOvvvoKs9mM0Whk+vTp0ltTiV588UWWLFnCuXPnOH/+PF26dMFkMvHxxx/L8FQ5SQAWQgghAkDGgIUQQogAkAAshBBCBIAEYCGEECIAJAALIYQQASABWAghhAgACcBCCCFEAEgAFkIIIQJAArAQQggRABKAhRBCiACQACyEEEIEgARgIYQQIgAkAAshhBABIAFYiBqmU6dOxMbGomkaJpOJuLg4nn76aY8yTz/9NHFxcZhMJjRNIzY2lk6dOrnPWywWvvjiC66//nri4uJo2LAhsbGxjB07llWrVlX3S/KqMl6n3W5n4cKF3HfffXTr1o2mTZsSGxtLfHw8//jHP8jOzq7ulyVE2SkhRI2TmJioADV8+PBSyw0fPlwBKjEx0eP4tGnTFKCeffZZlZmZqZRS6sSJE2r06NEKULNnz66impfP5b7OpKQkBajevXurPXv2KKWUstls6sMPP1Q6nU4NGDBA2Wy2Kqq9EJdHWsBC1EFOp5OhQ4fy6quvEh4eDkDLli1ZsGABwcHBPPHEE6Snpwe2kpXoww8/pHv37gAYDAbuv/9+brnlFn799VfWrVsX4NoJ4Z0EYCHqoGuuuYa//vWvJY7HxMTQuXNnLBYL27dvD0DNKlfDhg3ZsGGD143gW7VqBUBGRkY110qIsjEEugJCiMp3/fXX+zxntVoBV/Cq7YxGI4MHD/Z6bsuWLQQFBTFgwIBqrpUQZSMtYCHqkYsXL3L48GG6du1Kz549A12dSud0OklMTGTq1Kls376defPm0axZs0BXSwivpAUsRA22adMm4uLifJ5PTU0t1/3efvtt7HY7b7/9NpqmXW71Kk1lvM5ly5Zx1113kZWVRdu2bZk/fz433HBDZVZTiEolAViIGmzQoEGsXbvW5/kRI0aUeZLRL7/8wmuvvcaLL77IlVdeWeY6vPrqq+5u67KYNGkSrVu3LnN5qJzXef3115OZmcmFCxf4/PPPufPOOxk1ahQLFiwgLCysXPURojpIABaiHti3bx/XX389jz76qNfJWaV59dVXycnJKXP5ESNGlDsAV6bY2FimTZuGzWbj8ccf59lnn2X27NkBq48QvsgYsBB13O+//86oUaO4//77eeONN8p9fXZ2NkqpMn+NGDGi8l9EBRRORFu6dGlgKyKEDxKAhajDduzYwciRI5kyZQqvv/66+/jx48c5e/ZsAGtWOdauXcuXX37p9VxISAgAKSkp1VklIcpMArAQddRvv/3GlVdeyZNPPsmMGTM8zs2YMYO5c+cGpmKVaO3atUyfPh2n01ni3MqVKwFkGZKosWQMWIg6aNOmTVx77bU0bdqU3NzcEgF4586dAR2nrUz79+/nwQcf5KWXXqJp06ZYrVa++eYbHn/8cSIiIirU7S5EtQhQCkwhhA8dO3ZUMTExClBGo1E1btxYPfXUUx5lnnrqKdW4cWNlNBoVoGJiYlTHjh3d52+88UYFlPo1ffr0an5lnirjdV64cEG9++67asyYMap169YqNjZWhYWFqU6dOqmpU6eWyB0tRE2iKaVUYEK/EEIIUX/JGLAQQggRABKAhRBCiACQACyEEEIEgARgIYQQIgAkAAshhBABIAFYCCGECAAJwEIIIUQASAAWQgghAkACsBBCCBEAEoCFEEKIAJAALIQQQgSABGAhhBAiACQACyGEEAHw/wEyIJzFN7HfTQAAAABJRU5ErkJggg==", + "image/png": "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rRs9e/aka9euTJw4kT179gS6avXKJ598wtVXXy2/zK5QQUEBf/7zn+ncuTO9evWif//+fPXVV4GuVr2yatUq+vbtS2JiYqCrUudJABZluvPOOzl27Bhbtmxh7969bN++HZvNxsCBA/nll18CXb16ITMzk3nz5rF+/XquvvrqQFenTrvnnnv48ssv2bx5M3v27GHmzJncdtttrFixItBVqzdefPFFli5dysSJEwNdlTpPArDw629/+xtRUVEAhIaG8vrrr2OxWNz5TsWVCQ8PZ/369bRr185/YeHThg0bWLJkCbNmzSImJgaACRMmMHbsWP74xz8iCz6qxrp16+jTp0+gq1EvSAAWZdqzZ0+p/2wtWrQAID09PRBVqnd0Oh06nfxXvFKLFy8GYMyYMR7Hx4wZw/Hjx9m+fXsgqlXvGAySQLGqyP96USaTyVTq2KFDhwAYPXp0TVdHCJ92795NRESEu/VbpH379gAyZilqHQnAosLefvttOnXqVGp7RiECKSUlhYiIiFLHi4753RpOiBomAbgBWb9+PZqmlevLVxrOlStXsmzZMpYuXVpmirWGqireYyFEwyCd+Q1It27dWLRoUbnKNm/evNSxH3/8kalTp/Ltt9/So0ePqq5evXCl77GovJiYGPbt21fqeFaWa1u/2NjYmq6SEGWSANyANGnShEmTJlXqtatXr+bBBx9kxYoVJCQkVG3F6pEreY/FlUlISGDr1q2kpqbSuHFj9/Hjx48D0Lt370BVTQivpAta+PX111+7W75FwTcpKYmbbropsBUTooQ777wTgB9++MHj+A8//EC7du3o379/IKolhE/SAhZlWrx4Mffccw/PPPMMO3bsYMeOHQBcunRJsmGJWmXkyJFMnDiRWbNmMXr0aGJiYli5ciWrV6/miy++kBSfotaR7QhFmaKjo32u923durWkTqwi06ZN46effuL06dOkp6e7u0tXrVpFkyZNAly7uqOgoIBZs2bxxRdfYDabMRqNzJw5U3prqtALL7zAsmXLuHDhAhcvXqRr166YTCY+/PBDGZ6qIAnAQgghRADIGLAQQggRABKAhRBCiACQACyEEEIEgARgIYQQIgAkAAshhBABIAFYCCGECAAJwEIIIUQASAAWQgghAkACsBBCCBEAEoCFEEKIAJAALIQQQgSABGAhhBAiACQAC1ELPfroo8THx6PT6dA0jfj4eHr27OlR5uuvvyY+Pp7g4GA0TaNRo0bEx8ezfft2LBYLn332GTfeeCPx8fE0btyY2NhYxo8fz5o1awL0VKVd6XPa7XYWL17MfffdR/fu3WnWrBmxsbEkJCTw97//nZycnAA9mRDloIQQtVJ2drbS6XQqPj6+zHJjxoxRgNqxY4f72IwZMxSgnnnmGZWVlaWUUurUqVNq7NixClBz586t1rpXxJU8Z1JSkgJUnz591N69e5VSStlsNvX+++8rnU6nBg0apGw2W7XWX4jKkhawELXU7t27cTqd7r2BfUlMTMRkMtGjRw/3MafTybBhw3jllVcIDw8HoFWrVixatIjg4GCeeOIJMjIyqrP65XYlz1nk/fffdx83GAzcf//93Hbbbfz8889s2LChWuotxJWSACxELbVz506AMjc5P3fuHJcuXaJ79+6YTCb38euuu46//OUvpcrHxMTQpUsXLBaL+/qBdiXP2bhxYzZt2uT1ta1btwYgMzOzSusrRFUxBLoCQgjvigJTWS3D3bt3A9C3b1+P4zfeeKPP11itVsAVvGqDK3lOo9HIkCFDvL5m27ZtBAUFMWjQoKqpqBBVTFrAQtRS5WkZJiYmAqUDky+XLl3iyJEjdOvWjV69el1xHatCVT6n0+nkxIkTTJ8+nZ07d7JgwQKaN29eZXUVoipJC1iIWshisXDgwAF0Oh2jRo3yWa5oHLe8AfjNN9/Ebrfz5ptvomlaVVT1ilTlc65YsYK77rqL7Oxs2rVrx8KFC7npppuquspCVBkJwELUQnv27MFut3Pttdfy3Xff+SzXtGlTUlJSytWa/emnn3j11Vd54YUXGDNmTLnr8sorr7i7rctjypQptGnTplxlq/I5b7zxRrKyskhJSeHTTz/lt7/9LaNHj2bRokWEhYWVu/5C1BQJwELUQkXdsn369PFZJikpiQsXLtCtWzdCQkLKvN7+/fu58cYbefTRR71OzirLK6+8Qm5ubrnLjxw5stwBuKqfEyA2NpYZM2Zgs9l4/PHHeeaZZ5g7d2656iNETZIxYCFqoaLAVFaX665du/yWAfj1118ZPXo0999/P6+//nqF65KTk4NSqtxfI0eOLPe1q/I5L1c0EW358uUVep0QNUUCsBC1UHlahuUNXqNGjWLatGm89tpr7uMnT57k/PnzVVTbyrvS51y/fj2ff/6519cVtZZTU1OvtJpCVAsJwELUMna7nb179xIREUH79u19lvPXMvzll18YM2YMTz75JLNmzfI4N2vWLObPn19lda6MqnjO9evXM3PmTJxOZ6lzq1evBpBlSKLWkjFgIWqZffv2YbFYGDRoUJkzlXfu3ImmaV5bj1u2bOH666+nWbNm5OXllQrAu3fvLvc4bXWpiucEOHDgAA8++CAvvvgizZo1w2q18tVXX/H4448TERFRqW53IWpEgFJgCiEus3v3bhUXF6caNWqkABUUFKTi4uLUsmXLPMr16dNHxcXFKUBpmqbi4uLU1KlTPcrcfPPNCijza+bMmTX4dMWq8jlTUlLU22+/rcaNG6fatGmjYmNjVVhYmOrcubOaPn26OnHiRA0+mRAVoymlVGBCvxBCCNFwyRiwEEIIEQASgIUQQogAkAAshBBCBIAEYCGEECIAJAALIYQQASABWAghhAgACcBCCCFEAEgAFkIIIQJAArAQQggRABKAhRBCiACQACyEEEIEgARgIYQQIgAkAAshhBAB8P8BcHVJ7YDbv00AAAAASUVORK5CYII=", "text/plain": [ "
" ] }, "metadata": {}, "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - " [DONE]\n" - ] } ], "source": [ @@ -775,7 +16615,7 @@ " 'ames-dusty': [(7., 'right'), (10., 'right'), (20., 'right'), (50., 'right'), (100., 'right')]},\n", " companion_labels=True,\n", " field_range=('late M', 'late T'),\n", - " label_x=r'H2 $-$ H3',\n", + " label_x=r'$H2$ $-$ $H3$',\n", " label_y=r'M$_\\mathregular{H2}$',\n", " xlim=(-2.7, 1.8),\n", " ylim=(17.3, 7),\n", @@ -799,7 +16639,7 @@ { "data": { "text/plain": [ - "[, ]" + "[, ]" ] }, "execution_count": 17, diff --git a/docs/tutorials/fitting_model_spectra.ipynb b/docs/tutorials/fitting_model_spectra.ipynb index 8ac214a6..b0774e82 100644 --- a/docs/tutorials/fitting_model_spectra.ipynb +++ b/docs/tutorials/fitting_model_spectra.ipynb @@ -50,15 +50,7 @@ "cell_type": "code", "execution_count": 2, "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "[cosmos.home:03394] shmem: mmap: an error occurred while determining whether or not /var/folders/4y/qx08nc451nn_ggz7r2vngb140000gn/T//ompi.cosmos.501/jf.0/527958016/sm_segment.cosmos.501.1f780000.0 could be created.\n" - ] - } - ], + "outputs": [], "source": [ "import urllib.request\n", "from species import SpeciesInit\n", @@ -102,14 +94,13 @@ " - Data folder: /Users/tomasstolker/applications/species/docs/tutorials/data\n", " - Magnitude of Vega: 0.03\n", "\n", - "Multiprocessing: mpi4py installed\n", - "Process number 1 out of 1...\n" + "Multiprocessing: mpi4py not installed\n" ] }, { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 3, @@ -136,7 +127,7 @@ { "data": { "text/plain": [ - "('betapicb_gpi_h.dat', )" + "('betapicb_gpi_h.dat', )" ] }, "execution_count": 4, @@ -206,14 +197,16 @@ "Add grid of model spectra\n", "-------------------------\n", "\n", - "Model name: drift-phoenix\n" + "Database tag: drift-phoenix\n", + "Model name: DRIFT-PHOENIX\n", + "\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ - "100%|████████████████████████████████████████| 240M/240M [00:00<00:00, 442GB/s]\n", + "100%|████████████████████████████████████████| 240M/240M [00:00<00:00, 136GB/s]\n", "SHA256 hash of downloaded file: ba71a5e4d3d399a6f8ae249590c2e174e90ec2b55e712d350dad8ca1ae83a907\n", "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n" ] @@ -222,15 +215,20 @@ "name": "stdout", "output_type": "stream", "text": [ - "Unpacking 140/496 model spectra from DRIFT-PHOENIX (229 MB)... [DONE]\n", + "\n", + "Unpacking 140/496 model spectra from DRIFT-PHOENIX (229 MB)...data/drift-phoenix\n", + "data/drift-phoenix.tgz\n", + " [DONE]\n", + "\n", "Please cite Helling et al. (2008) when using DRIFT-PHOENIX in a publication\n", "Reference URL: https://ui.adsabs.harvard.edu/abs/2008ApJ...675L.105H\n", "\n", "Wavelength range (um) = 0.1 - 50\n", - "Spectral resolution = 4000\n", + "Sampling (lambda/d_lambda) = 4000\n", "Teff range (K) = 1500.0 - 2000.0\n", "\n", - " \n", + "Adding DRIFT-PHOENIX model spectra... data/drift-phoenix/drift-phoenix_teff_2000_logg_5.5_feh_0.3_spec.dat \n", + "\n", "Grid points stored in the database:\n", " - Teff = [1500. 1600. 1700. 1800. 1900. 2000.]\n", " - log(g) = [3. 3.5 4. 4.5 5. 5.5]\n", @@ -241,24 +239,10 @@ " - logg: 6\n", " - feh: 4\n", "\n", - "Fix missing grid points with a linear interpolation:\n", - " - teff = 1600.0, logg = 3.0, feh = 0.3\n", - " - teff = 1600.0, logg = 5.5, feh = 0.3\n", - " - teff = 1900.0, logg = 4.5, feh = 0.3\n", - " - teff = 1900.0, logg = 5.5, feh = 0.3\n", - "\n", "Number of stored grid points: 144\n", - "Number of interpolated grid points: 4\n", + "Number of interpolated grid points: 0\n", "Number of missing grid points: 0\n" ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/Users/tomasstolker/applications/species/species/util/data_util.py:389: RuntimeWarning: divide by zero encountered in log10\n", - " flux = np.log10(flux)\n" - ] } ], "source": [ @@ -318,23 +302,37 @@ "name": "stderr", "output_type": "stream", "text": [ - "Downloading data from 'https://archive.stsci.edu/hlsps/reference-atlases/cdbs/current_calspec/alpha_lyr_stis_011.fits' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/alpha_lyr_stis_011.fits'.\n", - "100%|████████████████████████████████████████| 288k/288k [00:00<00:00, 177MB/s]" + "Downloading data from 'https://archive.stsci.edu/hlsps/reference-atlases/cdbs/current_calspec/alpha_lyr_stis_011.fits' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/alpha_lyr_stis_011.fits'.\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ - "Adding Vega spectrum..." + "\n" ] }, { "name": "stderr", "output_type": "stream", + "text": [ + "100%|████████████████████████████████████████| 288k/288k [00:00<00:00, 243MB/s]" + ] + }, + { + "name": "stdout", + "output_type": "stream", "text": [ "\n", - "/Users/tomasstolker/applications/species/species/data/database.py:1355: UserWarning: Found 33 fluxes with NaN in the data of GPI_YJHK. Removing the spectral fluxes that contain a NaN.\n", + "Adding spectrum: Vega" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "\n", + "/Users/tomasstolker/applications/species/species/data/database.py:1420: UserWarning: Found 33 fluxes with NaN in the data of GPI_YJHK. Removing the spectral fluxes that contain a NaN.\n", " warnings.warn(\n" ] }, @@ -342,7 +340,7 @@ "name": "stdout", "output_type": "stream", "text": [ - " [DONE]\n", + "\n", "Reference: Bohlin et al. 2014, PASP, 126\n", "URL: https://ui.adsabs.harvard.edu/abs/2014PASP..126..711B/abstract\n", "Parallax (mas) = 50.93 +/- 0.15\n", @@ -406,7 +404,7 @@ " - Database tag: GRAVITY\n", " - Filename: ./data/companion_data/BetaPictorisb_2018-09-22.fits\n", " - Data shape: (237, 237)\n", - " - Resolution:\n", + " - Instrument resolution:\n", " - GPI_YJHK: 40.0\n", " - GRAVITY: 500.0\n" ] @@ -490,7 +488,7 @@ " - Database tag: GRAVITY\n", " - Filename: BetaPictorisb_2018-09-22.fits\n", " - Data shape: (237, 237)\n", - " - Resolution:\n", + " - Instrument resolution:\n", " - GRAVITY: 500.0\n", " - GPI_Y: 40.0\n", " - GPI_J: 40.0\n", @@ -576,6 +574,12 @@ "Fit model spectra\n", "-----------------\n", "\n", + "Object name: beta Pic b\n", + "Model tag: drift-phoenix\n", + "Binary star: False\n", + "Blackbody components: 0\n", + "Teff interpolation range: (1500.0, 2000.0)\n", + "\n", "Interpolating Paranal/NACO.Lp... [DONE]\n", "Interpolating Paranal/NACO.NB374... [DONE]\n", "Interpolating Paranal/NACO.NB405... [DONE]\n", @@ -602,8 +606,8 @@ " - scaling_GPI_H = (0.5, 1.5)\n", "\n", "Normal priors (mean, sigma):\n", - " - mass = (9.0, 1.6)\n", - " - parallax = (50.9307, 0.1482)\n", + " - mass = 9.00 +/- 1.60\n", + " - parallax = 50.93 +/- 0.15\n", "\n", "Weights for the log-likelihood function:\n", " - GPI_H = 1.00\n", @@ -670,6 +674,7 @@ "Number of live points: 500\n", "Resume previous fit: False\n", "Output folder: multinest/\n", + "\n", " *****************************************************\n", " MultiNest v3.10\n", " Copyright Farhan Feroz & Mike Hobson\n", @@ -678,22 +683,22 @@ " no. of live points = 500\n", " dimensionality = 6\n", " *****************************************************\n", - " analysing data from multinest/.txt ln(ev)= 16478.154973650067 +/- 0.19161049564628616 \n", - " Total Likelihood Evaluations: 46185\n", + " ln(ev)= 16477.955139989885 +/- 0.19244337731472386 \n", + " analysing data from multinest/.txt\n", + " Total Likelihood Evaluations: 40883\n", " Sampling finished. Exiting MultiNest\n", "\n", - "\n", - "Nested sampling global log-evidence: 16478.15 +/- 0.19\n", - "Nested importance sampling global log-evidence: 16476.48 +/- 0.09\n", + "Nested sampling global log-evidence: 16477.96 +/- 0.19\n", + "Nested importance sampling global log-evidence: 16476.48 +/- 0.02\n", "\n", "Sample with the highest probability:\n", - " - Log-likelihood = 16499.09\n", - " - teff = 1709.63\n", - " - logg = 3.84\n", + " - Log-likelihood = 16499.16\n", + " - teff = 1710.01\n", + " - logg = 3.85\n", " - feh = 0.12\n", " - radius = 1.49\n", - " - parallax = 50.88\n", - " - scaling_GPI_H = 1.11\n", + " - parallax = 50.94\n", + " - scaling_GPI_H = 1.10\n", "\n", "---------------------\n", "Add posterior samples\n", @@ -701,15 +706,16 @@ "\n", "Database tag: betapic\n", "Sampler: multinest\n", - "Array shape: (2755, 6)\n", + "Samples shape: (2854, 6)\n", + "Ln(Z): 16477.96 +/- 0.19\n", "\n", "Integrated autocorrelation time:\n", - " - teff: 1.27\n", - " - logg: 1.28\n", - " - feh: 1.21\n", - " - radius: 1.24\n", - " - parallax: 1.30\n", - " - scaling_GPI_H: 1.14\n" + " - teff: 1.14\n", + " - logg: 1.21\n", + " - feh: 1.11\n", + " - radius: 1.15\n", + " - parallax: 1.23\n", + " - scaling_GPI_H: 1.19\n" ] } ], diff --git a/docs/tutorials/read_isochrone.ipynb b/docs/tutorials/read_isochrone.ipynb index 57740f5f..bda8a37a 100644 --- a/docs/tutorials/read_isochrone.ipynb +++ b/docs/tutorials/read_isochrone.ipynb @@ -67,23 +67,27 @@ "output_type": "stream", "text": [ "==============\n", - "species v0.7.4\n", + "species v0.8.3\n", "==============\n", + "\n", "Working folder: /Users/tomasstolker/applications/species/docs/tutorials\n", + "\n", "Creating species_config.ini... [DONE]\n", + "Creating species_database.hdf5... [DONE]\n", + "Creating data folder... [DONE]\n", + "\n", "Configuration settings:\n", " - Database: /Users/tomasstolker/applications/species/docs/tutorials/species_database.hdf5\n", " - Data folder: /Users/tomasstolker/applications/species/docs/tutorials/data\n", - " - Interpolation method: linear\n", " - Magnitude of Vega: 0.03\n", - "Creating species_database.hdf5... [DONE]\n", - "Creating data folder... [DONE]\n" + "\n", + "Multiprocessing: mpi4py not installed\n" ] }, { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 2, @@ -129,11 +133,40 @@ "id": "f075e9fa", "metadata": {}, "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Downloading data from 'https://home.strw.leidenuniv.nl/~stolker/species/atmo_evolutionary_tracks.tgz' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/atmo_evolutionary_tracks.tgz'.\n" + ] + }, { "name": "stdout", "output_type": "stream", "text": [ - "Downloading ATMO isochrones (9.6 MB)... [DONE]\n", + "\n", + "------------------\n", + "Add isochrone grid\n", + "------------------\n", + "\n", + "Evolutionary model: atmo\n", + "File name: None\n", + "Database tag: None\n", + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 9.98M/9.98M [00:00<00:00, 3.28GB/s]\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", "Unpacking ATMO isochrones (9.6 MB)... [DONE]\n", "Adding isochrones: ATMO equilibrium chemistry... [DONE]\n", "Database tag: atmo-ceq\n", @@ -169,7 +202,21 @@ "execution_count": 5, "id": "43d15882", "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "-------------------\n", + "Read isochrone grid\n", + "-------------------\n", + "\n", + "Database tag: atmo-ceq\n", + "Create regular grid: False\n" + ] + } + ], "source": [ "read_iso = ReadIsochrone(tag='atmo-ceq')" ] @@ -598,18 +645,11 @@ "id": "c944ed49", "metadata": {}, "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Adding filter: JWST/NIRCam.F360M..." - ] - }, { "name": "stderr", "output_type": "stream", "text": [ - "/Users/tomasstolker/applications/species/species/read/read_model.py:145: UserWarning: The 'atmo-ceq' model spectra are not present in the database. Will try to add the model grid. If this does not work (e.g. currently without an internet connection) then please use the 'add_model' method of 'Database' to add the grid of spectra at a later moment.\n", + "/Users/tomasstolker/applications/species/species/read/read_model.py:150: UserWarning: The 'atmo-ceq' model spectra are not present in the database. Will try to add the model grid. If this does not work (e.g. currently without an internet connection), then please use the 'add_model' method of 'Database' to add the grid of spectra at a later moment.\n", " warnings.warn(\n", "Downloading data from 'https://home.strw.leidenuniv.nl/~stolker/species/atmo-ceq.tgz' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/atmo-ceq.tgz'.\n" ] @@ -618,14 +658,21 @@ "name": "stdout", "output_type": "stream", "text": [ - " [DONE]\n" + "\n", + "-------------------------\n", + "Add grid of model spectra\n", + "-------------------------\n", + "\n", + "Database tag: atmo-ceq\n", + "Model name: ATMO CEQ\n", + "\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ - "100%|████████████████████████████████████████| 476M/476M [00:00<00:00, 229GB/s]\n", + "100%|████████████████████████████████████████| 476M/476M [00:00<00:00, 313GB/s]\n", "SHA256 hash of downloaded file: bab2dc6920d9358bd0a554b9d5554b09e5885fec2daf91ee11ccf340c310fcbf\n", "Use this value as the 'known_hash' argument of 'pooch.retrieve' to ensure that the file hasn't changed if it is downloaded again in the future.\n" ] @@ -634,22 +681,30 @@ "name": "stdout", "output_type": "stream", "text": [ - "Unpacking ATMO CEQ model spectra (455 MB)... [DONE]\n", + "\n", + "Unpacking 231/231 model spectra from ATMO CEQ (455 MB)...data/atmo-ceq\n", + "data/atmo-ceq.tgz\n", + " [DONE]\n", + "\n", "Please cite Phillips et al. (2020) when using ATMO CEQ in a publication\n", - "Reference URL: https://ui.adsabs.harvard.edu/abs/2020A%26A...637A..38P/abstract\n", + "Reference URL: https://ui.adsabs.harvard.edu/abs/2020A%26A...637A..38P\n", + "\n", "Wavelength range (um) = 0.2 - 6000\n", - "Spectral resolution = 10000\n", + "Sampling (lambda/d_lambda) = 10000\n", "Teff range (K) = 200 - 3000\n", - "Adding ATMO CEQ model spectra... [DONE] \n", + "\n", + "Adding ATMO CEQ model spectra... data/atmo-ceq/atmo-ceq_teff_900_logg_5.5_spec.dat \n", + "\n", "Grid points stored in the database:\n", " - Teff = [ 200. 250. 300. 350. 400. 450. 500. 550. 600. 700. 800. 900.\n", " 1000. 1100. 1200. 1300. 1400. 1500. 1600. 1700. 1800. 1900. 2000. 2100.\n", " 2200. 2300. 2400. 2500. 2600. 2700. 2800. 2900. 3000.]\n", " - log(g) = [2.5 3. 3.5 4. 4.5 5. 5.5]\n", + "\n", "Number of grid points per parameter:\n", " - teff: 33\n", " - logg: 7\n", - "Fix missing grid points with a linear interpolation:\n", + "\n", "Number of stored grid points: 231\n", "Number of interpolated grid points: 0\n", "Number of missing grid points: 0\n" @@ -659,15 +714,29 @@ "name": "stderr", "output_type": "stream", "text": [ - "Downloading data from 'https://archive.stsci.edu/hlsps/reference-atlases/cdbs/current_calspec/alpha_lyr_stis_011.fits' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/alpha_lyr_stis_011.fits'.\n", - "100%|████████████████████████████████████████| 288k/288k [00:00<00:00, 105MB/s]" + "Downloading data from 'https://archive.stsci.edu/hlsps/reference-atlases/cdbs/current_calspec/alpha_lyr_stis_011.fits' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/alpha_lyr_stis_011.fits'.\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ - "Adding Vega spectrum... [DONE]\n", + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|████████████████████████████████████████| 288k/288k [00:00<00:00, 114MB/s]" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "Adding spectrum: Vega\n", "Reference: Bohlin et al. 2014, PASP, 126\n", "URL: https://ui.adsabs.harvard.edu/abs/2014PASP..126..711B/abstract\n" ] @@ -773,7 +842,8 @@ "parameters = {'teff': 904.1733101126721, 'logg': 4.26009016659564, 'radius': 1.166674078951012, 'distance': 20.0, 'luminosity': 8.655066224443543e-06, 'mass': 9.99479099661175}\n", "quantity = flux\n", "contribution = None\n", - "bol_flux = None\n" + "bol_flux = None\n", + "spec_res = 100.0\n" ] } ], @@ -853,16 +923,7 @@ "execution_count": 16, "id": "0ca8aa3b", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Adding filter: JWST/MIRI.F560W... [DONE]\n", - "Adding filter: JWST/MIRI.F770W... [DONE]\n" - ] - } - ], + "outputs": [], "source": [ "color_mag_box = read_iso.get_color_magnitude(age=100.,\n", " masses=None,\n", @@ -1163,7 +1224,6 @@ "text": [ "The 'JWST/NIRCam.F162M' filter is not found in the list of available filters from the isochrone data of 'atmo-ceq'.\n", "It will be tried to download the filter profile (if needed) and to use the associated atmospheric model spectra for calculating synthetic photometry.\n", - "Adding filter: JWST/NIRCam.F162M... [DONE]\n", "[11.68030143 6.2010683 2.81440063]\n" ] }, @@ -1171,17 +1231,17 @@ "name": "stderr", "output_type": "stream", "text": [ - "/Users/tomasstolker/applications/species/species/read/read_model.py:1606: UserWarning: The set of model parameters {'teff': 3001.357148379523, 'logg': 4.455553724453863, 'radius': 2.526381394429854, 'distance': 50.0} is outside the grid range {'teff': (200.0, 3000.0), 'logg': (2.5, 5.5)} so returning a NaN.\n", + "/Users/tomasstolker/applications/species/species/read/read_model.py:1567: UserWarning: The set of model parameters {'teff': 3001.357148379523, 'logg': 4.455553724453863, 'radius': 2.526381394429854, 'distance': 50.0} is outside the grid range {'teff': (200.0, 3000.0), 'logg': (2.5, 5.5)} so returning a NaN.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_model.py:1606: UserWarning: The set of model parameters {'teff': 3006.482388036101, 'logg': 4.4562069114763485, 'radius': 2.5424416720662784, 'distance': 50.0} is outside the grid range {'teff': (200.0, 3000.0), 'logg': (2.5, 5.5)} so returning a NaN.\n", + "/Users/tomasstolker/applications/species/species/read/read_model.py:1567: UserWarning: The set of model parameters {'teff': 3006.482388036101, 'logg': 4.4562069114763485, 'radius': 2.5424416720662784, 'distance': 50.0} is outside the grid range {'teff': (200.0, 3000.0), 'logg': (2.5, 5.5)} so returning a NaN.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_model.py:1606: UserWarning: The set of model parameters {'teff': 3011.408951792053, 'logg': 4.456811598156431, 'radius': 2.558493215446333, 'distance': 50.0} is outside the grid range {'teff': (200.0, 3000.0), 'logg': (2.5, 5.5)} so returning a NaN.\n", + "/Users/tomasstolker/applications/species/species/read/read_model.py:1567: UserWarning: The set of model parameters {'teff': 3011.408951792053, 'logg': 4.456811598156431, 'radius': 2.558493215446333, 'distance': 50.0} is outside the grid range {'teff': (200.0, 3000.0), 'logg': (2.5, 5.5)} so returning a NaN.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_model.py:1606: UserWarning: The set of model parameters {'teff': 3016.267586113234, 'logg': 4.457442944709719, 'radius': 2.5743185127516264, 'distance': 50.0} is outside the grid range {'teff': (200.0, 3000.0), 'logg': (2.5, 5.5)} so returning a NaN.\n", + "/Users/tomasstolker/applications/species/species/read/read_model.py:1567: UserWarning: The set of model parameters {'teff': 3016.267586113234, 'logg': 4.457442944709719, 'radius': 2.5743185127516264, 'distance': 50.0} is outside the grid range {'teff': (200.0, 3000.0), 'logg': (2.5, 5.5)} so returning a NaN.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_model.py:1606: UserWarning: The set of model parameters {'teff': 3021.073033921284, 'logg': 4.458036630627344, 'radius': 2.5901106044291575, 'distance': 50.0} is outside the grid range {'teff': (200.0, 3000.0), 'logg': (2.5, 5.5)} so returning a NaN.\n", + "/Users/tomasstolker/applications/species/species/read/read_model.py:1567: UserWarning: The set of model parameters {'teff': 3021.073033921284, 'logg': 4.458036630627344, 'radius': 2.5901106044291575, 'distance': 50.0} is outside the grid range {'teff': (200.0, 3000.0), 'logg': (2.5, 5.5)} so returning a NaN.\n", " warnings.warn(\n", - "/Users/tomasstolker/applications/species/species/read/read_model.py:1606: UserWarning: The set of model parameters {'teff': 3025.8044035429903, 'logg': 4.45866077561258, 'radius': 2.6056736019935696, 'distance': 50.0} is outside the grid range {'teff': (200.0, 3000.0), 'logg': (2.5, 5.5)} so returning a NaN.\n", + "/Users/tomasstolker/applications/species/species/read/read_model.py:1567: UserWarning: The set of model parameters {'teff': 3025.8044035429903, 'logg': 4.45866077561258, 'radius': 2.6056736019935696, 'distance': 50.0} is outside the grid range {'teff': (200.0, 3000.0), 'logg': (2.5, 5.5)} so returning a NaN.\n", " warnings.warn(\n" ] } diff --git a/docs/tutorials/spectral_library.ipynb b/docs/tutorials/spectral_library.ipynb index b833116b..1d084c2f 100644 --- a/docs/tutorials/spectral_library.ipynb +++ b/docs/tutorials/spectral_library.ipynb @@ -50,24 +50,27 @@ "output_type": "stream", "text": [ "==============\n", - "species v0.7.4\n", + "species v0.8.3\n", "==============\n", "\n", "Working folder: /Users/tomasstolker/applications/species/docs/tutorials\n", + "\n", "Creating species_config.ini... [DONE]\n", + "Creating species_database.hdf5... [DONE]\n", + "Creating data folder... [DONE]\n", + "\n", "Configuration settings:\n", " - Database: /Users/tomasstolker/applications/species/docs/tutorials/species_database.hdf5\n", " - Data folder: /Users/tomasstolker/applications/species/docs/tutorials/data\n", - " - Interpolation method: linear\n", " - Magnitude of Vega: 0.03\n", - "Creating species_database.hdf5... [DONE]\n", - "Creating data folder... [DONE]\n" + "\n", + "Multiprocessing: mpi4py not installed\n" ] }, { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 2, @@ -114,28 +117,85 @@ "execution_count": 4, "metadata": {}, "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Downloading data from 'https://home.strw.leidenuniv.nl/~stolker/species/parallax.dat' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/parallax.dat'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "--------------------\n", + "Add spectral library\n", + "--------------------\n", + "\n", + "Database tag: irtf\n", + "Spectral types: ['L', 'T']\n", + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████| 17.2k/17.2k [00:00<00:00, 31.1MB/s]\n", + "Downloading data from 'http://irtfweb.ifa.hawaii.edu/~spex/IRTF_Spectral_Library/Data/L_fits_091201.tar' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/irtf/L_fits_091201.tar'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|████████████████████████████████████████| 870k/870k [00:00<00:00, 618MB/s]\n", + "Downloading data from 'http://irtfweb.ifa.hawaii.edu/~spex/IRTF_Spectral_Library/Data/T_fits_091201.tar' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/irtf/T_fits_091201.tar'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|███████████████████████████████████████| 102k/102k [00:00<00:00, 54.5MB/s]" + ] + }, { "name": "stdout", "output_type": "stream", "text": [ - "Downloading IRTF Spectral Library - L dwarfs (850 kB)... [DONE]\n", - "Downloading IRTF Spectral Library - T dwarfs (100 kB)... [DONE]\n", - "Unpacking IRTF Spectral Library... [DONE]\n", - "Adding spectra... DENIS-P 025503.3-470049.0" + "\n", + "Unpacking IRTF Spectral Library..." ] }, { "name": "stderr", "output_type": "stream", "text": [ - "/Users/tomasstolker/.pyenv/versions/3.11.5/envs/species3.11/lib/python3.11/site-packages/astroquery/simbad/core.py:135: UserWarning: Warning: The script line number 3 raised an error (recorded in the `errors` attribute of the result table): 'DENIS-P 025503.3-470049.0' this identifier has an incorrect format for catalog: \tDENIS : DEep Near-Infrared Survey of the southern sky\n", - " warnings.warn(\"Warning: The script line number %i raised \"\n" + "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ + " [DONE]\n", + "\n", "Adding spectra... [DONE] \n" ] }, @@ -143,8 +203,8 @@ "name": "stderr", "output_type": "stream", "text": [ - "/Users/tomasstolker/.pyenv/versions/3.11.5/envs/species3.11/lib/python3.11/site-packages/astroquery/simbad/core.py:135: UserWarning: Warning: The script line number 3 raised an error (recorded in the `errors` attribute of the result table): Identifier not found in the database : 2MASS J05591915-1404489\n", - " warnings.warn(\"Warning: The script line number %i raised \"\n" + "WARNING: BlankResponseWarning: Warning: The script line number 3 raised an error (recorded in the `errors` attribute of the result table): 'DENIS-P 025503.3-470049.0' this identifier has an incorrect format for catalog: \tDENIS : DEep Near-Infrared Survey of the southern sky [astroquery.simbad.core]\n", + "WARNING: BlankResponseWarning: Warning: The script line number 3 raised an error (recorded in the `errors` attribute of the result table): Identifier not found in the database : 2MASS J05591915-1404489 [astroquery.simbad.core]\n" ] } ], @@ -224,17 +284,17 @@ "Opening SpectrumBox...\n", "spectrum = None\n", "wavelength = [array([0.8125008, 0.8125008, 0.8127338, ..., 4.126095 , 4.1269007,\n", - " 4.127706 ], dtype=float32), array([0.93558633, 0.93558633, 0.93585825, ..., 2.416591 , 2.4171278 ,\n", - " 2.417665 ], dtype=float32), array([0.8106775 , 0.8106775 , 0.81091094, ..., 4.113586 , 4.1143913 ,\n", - " 4.1151967 ], dtype=float32)]\n", + " 4.127706 ], dtype='>f4'), array([0.93558633, 0.93558633, 0.93585825, ..., 2.416591 , 2.4171278 ,\n", + " 2.417665 ], dtype='>f4'), array([0.8106775 , 0.8106775 , 0.81091094, ..., 4.113586 , 4.1143913 ,\n", + " 4.1151967 ], dtype='>f4')]\n", "flux = [array([1.8895840e-14, 1.8895840e-14, 2.1758479e-14, ..., 3.7088523e-15,\n", - " 4.1113438e-15, 4.4284915e-15], dtype=float32), array([-1.0867816e-15, -1.0867816e-15, 2.5373139e-15, ...,\n", - " 2.0060095e-15, 2.1450817e-15, 2.2615936e-15], dtype=float32), array([3.8497135e-15, 3.8497135e-15, 2.5441878e-15, ..., 1.3200795e-15,\n", - " 1.2305833e-15, 1.0569799e-15], dtype=float32)]\n", + " 4.1113438e-15, 4.4284915e-15], dtype='>f4'), array([-1.0867816e-15, -1.0867816e-15, 2.5373139e-15, ...,\n", + " 2.0060095e-15, 2.1450817e-15, 2.2615936e-15], dtype='>f4'), array([3.8497135e-15, 3.8497135e-15, 2.5441878e-15, ..., 1.3200795e-15,\n", + " 1.2305833e-15, 1.0569799e-15], dtype='>f4')]\n", "error = [array([2.5401353e-15, 2.5401353e-15, 2.8612678e-15, ..., 4.1515258e-16,\n", - " 4.3247181e-16, 4.4612945e-16], dtype=float32), array([2.2947999e-15, 2.2947999e-15, 1.3184451e-15, ..., 2.5160439e-16,\n", - " 1.7856300e-16, 9.8540571e-17], dtype=float32), array([1.9933140e-15, 1.9933140e-15, 2.2894352e-15, ..., 3.6852164e-16,\n", - " 3.4700822e-16, 3.5634480e-16], dtype=float32)]\n", + " 4.3247181e-16, 4.4612945e-16], dtype='>f4'), array([2.2947999e-15, 2.2947999e-15, 1.3184451e-15, ..., 2.5160439e-16,\n", + " 1.7856300e-16, 9.8540571e-17], dtype='>f4'), array([1.9933140e-15, 1.9933140e-15, 2.2894352e-15, ..., 3.6852164e-16,\n", + " 3.4700822e-16, 3.5634480e-16], dtype='>f4')]\n", "name = ['2MASS J07464256+2000321', '2MASS J02081833+2542533', '2MASS J14392836+1929149']\n", "simbad = ['LSPM J0746+2000', '2MASS J02081833+2542533', '2MASS J14392836+1929149']\n", "sptype = ['L0', 'L1', 'L1']\n", @@ -288,15 +348,29 @@ "name": "stderr", "output_type": "stream", "text": [ - "Downloading data from 'https://archive.stsci.edu/hlsps/reference-atlases/cdbs/current_calspec/alpha_lyr_stis_011.fits' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/alpha_lyr_stis_011.fits'.\n", - "100%|████████████████████████████████████████| 288k/288k [00:00<00:00, 137MB/s]" + "Downloading data from 'https://archive.stsci.edu/hlsps/reference-atlases/cdbs/current_calspec/alpha_lyr_stis_011.fits' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/alpha_lyr_stis_011.fits'.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|████████████████████████████████████████| 288k/288k [00:00<00:00, 186MB/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ - "Adding Vega spectrum..." + "\n", + "Adding spectrum: Vega" ] }, { @@ -310,7 +384,7 @@ "name": "stdout", "output_type": "stream", "text": [ - " [DONE]\n", + "\n", "Reference: Bohlin et al. 2014, PASP, 126\n", "URL: https://ui.adsabs.harvard.edu/abs/2014PASP..126..711B/abstract\n" ] @@ -340,9 +414,9 @@ "name = ['2MASS J07464256+2000321', '2MASS J02081833+2542533', '2MASS J14392836+1929149']\n", "sptype = ['L0', 'L1', 'L1']\n", "wavelength = [1.62982596 1.62982596 1.62982596]\n", - "flux = [[4.58844233e-14 8.29886305e-18]\n", - " [6.09467685e-15 6.79304904e-18]\n", - " [1.75018643e-14 5.69368644e-18]]\n", + "flux = [[4.58844233e-14 8.20515868e-18]\n", + " [6.09467685e-15 6.23082405e-18]\n", + " [1.75018643e-14 5.62282718e-18]]\n", "app_mag = None\n", "abs_mag = None\n", "filter_name = ['MKO/NSFCam.H' 'MKO/NSFCam.H' 'MKO/NSFCam.H']\n"