{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Color-magnitude diagram: narrowband filters" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "In this tutorial, we will compute synthetic photometry for the narrowband H2 and H3 filters of VLT/SPHERE. We will use empirical data from the [SpeX Prism Spectral Library](http://pono.ucsd.edu/~adam/browndwarfs/spexprism/index_old.html) and theoretical isochrones and spectra from the AMES-Cond and AMES-Dusty models. The synthetic colors and magnitudes are compared with the photometric data of directly imaged companions in a color-magnitude diagram." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Getting started" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "We start by importing the required Python modules." ] }, { "cell_type": "code", "execution_count": 6, "metadata": {}, "outputs": [], "source": [ "import numpy as np\n", "import species" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Next, we initiate the *species* workflow with `SpeciesInit`. This will create the configuration file with default values and the HDF5 database." ] }, { "cell_type": "code", "execution_count": 7, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "==============\n", "species v0.6.0\n", "==============\n", "Working folder: /Users/tomasstolker/applications/species/docs/tutorials\n", "Creating species_config.ini... [DONE]\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" ] }, { "data": { "text/plain": [ "" ] }, "execution_count": 7, "metadata": {}, "output_type": "execute_result" } ], "source": [ "species.SpeciesInit()" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Later on, we will interpolate the isochrone data at an age of 20 Myr for 100 logarithmically-spaced masses between 1 MJup and 1000 MJup." ] }, { "cell_type": "code", "execution_count": 8, "metadata": {}, "outputs": [], "source": [ "age = 20. # (Myr)\n", "masses = np.logspace(0., 3., 100) # (Mjup)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Adding data and models" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "We will now add the required data to the database by first creating an instance of `Database`." ] }, { "cell_type": "code", "execution_count": 9, "metadata": {}, "outputs": [], "source": [ "database = species.Database()" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "The [photometric data of directly imaged companions](https://github.com/tomasstolker/species/blob/master/species/data/companion_data.json) that are available in *species* is added by using the `add_companion` method with `name=None`. Alternative, `add_object` can be used to manually add photometric and spectroscopic data of an individual object." ] }, { "cell_type": "code", "execution_count": 10, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Adding filter: Magellan/VisAO.Ys... [DONE]\n", "Adding filter: Paranal/NACO.J... [DONE]\n", "Adding filter: Gemini/NICI.ED286... [DONE]\n", "Adding filter: Paranal/NACO.H... [DONE]\n", "Adding filter: Paranal/NACO.Ks... [DONE]\n", "Adding filter: Paranal/NACO.NB374... [DONE]\n", "Adding filter: Paranal/NACO.Lp... [DONE]\n", "Adding filter: Paranal/NACO.NB405... [DONE]\n", "Adding filter: Paranal/NACO.Mp..." ] }, { "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" ] }, { "name": "stdout", "output_type": "stream", "text": [ " [DONE]\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "100%|████████████████████████████████████████| 288k/288k [00:00<00:00, 204MB/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Adding Vega spectrum... [DONE]\n", "Reference: Bohlin et al. 2014, PASP, 126\n", "URL: https://ui.adsabs.harvard.edu/abs/2014PASP..126..711B/abstract\n", "Adding object: beta Pic b" ] }, { "name": "stderr", "output_type": "stream", "text": [ "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ " [DONE]\n", "Adding filter: MKO/NSFCam.K... [DONE]\n", "Adding object: beta Pic c [DONE]\n", "Adding filter: Paranal/SPHERE.IRDIS_D_H23_2... [DONE]\n", "Adding filter: Paranal/SPHERE.IRDIS_D_H23_3... [DONE]\n", "Adding filter: Paranal/SPHERE.IRDIS_D_K12_1... [DONE]\n", "Adding filter: Paranal/SPHERE.IRDIS_D_K12_2... [DONE]\n", "Adding object: HIP 65426 b [DONE]\n", "Adding filter: MKO/NSFCam.J... [DONE]\n", "Adding filter: MKO/NSFCam.H... [DONE]\n", "Adding filter: Paranal/SPHERE.IRDIS_B_H... [DONE]\n", "Adding filter: Keck/NIRC2.Lp... [DONE]\n", "Adding filter: Keck/NIRC2.Ms... [DONE]\n", "Adding object: 51 Eri b [DONE]\n", "Adding filter: Subaru/CIAO.z... [DONE]\n", "Adding filter: Paranal/SPHERE.IRDIS_B_J... [DONE]\n", "Adding filter: Keck/NIRC2.H... [DONE]\n", "Adding filter: Keck/NIRC2.Ks... [DONE]\n", "Adding object: HR 8799 b [DONE]\n", "Adding object: HR 8799 c [DONE]\n", "Adding object: HR 8799 d [DONE]\n", "Adding object: HR 8799 e [DONE]\n", "Adding filter: Gemini/GPI.H... [DONE]\n", "Adding filter: Gemini/GPI.K1... [DONE]\n", "Adding object: HD 95086 b [DONE]\n", "Adding object: PDS 70 b [DONE]\n", "Adding object: PDS 70 c [DONE]\n", "Adding filter: HST/NICMOS1.F090M... [DONE]\n", "Adding filter: HST/NICMOS1.F110M... [DONE]\n", "Adding filter: HST/NICMOS1.F145M... [DONE]\n", "Adding filter: HST/NICMOS1.F160W... [DONE]\n", "Adding object: 2M 1207 B [DONE]\n", "Adding object: AB Pic B [DONE]\n", "Adding object: HD 206893 B [DONE]\n", "Adding filter: Paranal/SPHERE.IRDIS_B_Ks... [DONE]\n", "Adding object: RZ Psc B [DONE]\n", "Adding filter: HST/WFPC2-PC.F606W... [DONE]\n", "Adding filter: HST/WFPC2-PC.F814W... [DONE]\n", "Adding filter: HST/NICMOS2.F171M... [DONE]\n", "Adding filter: HST/NICMOS2.F190N... [DONE]\n", "Adding filter: HST/NICMOS2.F215N... [DONE]\n", "Adding filter: Magellan/VisAO.ip... [DONE]\n", "Adding filter: Magellan/VisAO.zp... [DONE]\n", "Adding filter: Subaru/CIAO.CH4s... [DONE]\n", "Adding filter: Subaru/CIAO.K... [DONE]\n", "Adding filter: Subaru/CIAO.Lp... [DONE]\n", "Adding object: GQ Lup B [DONE]\n", "Adding filter: Paranal/SPHERE.ZIMPOL_R_PRIM... [DONE]\n", "Adding filter: Paranal/SPHERE.ZIMPOL_I_PRIM... [DONE]\n", "Adding filter: Gemini/NIRI.H2S1v2-1-G0220... [DONE]\n", "Adding object: PZ Tel B [DONE]\n", "Adding filter: Subaru/CIAO.J... [DONE]\n", "Adding filter: Subaru/CIAO.H... [DONE]\n", "Adding filter: Subaru/CIAO.Ks... [DONE]\n", "Adding filter: Keck/NIRC2.NB_4.05... [DONE]\n", "Adding filter: LBT/LMIRCam.M_77K... [DONE]\n", "Adding object: kappa And b [DONE]\n", "Adding filter: MKO/NSFCam.Ks... [DONE]\n", "Adding object: HD 1160 B [DONE]\n", "Adding filter: MKO/NSFCam.Kp... [DONE]\n", "Adding object: ROXs 12 B [DONE]\n", "Adding filter: Keck/NIRC2.J... [DONE]\n", "Adding object: ROXs 42 Bb [DONE]\n", "Adding filter: Paranal/SPHERE.IRDIS_D_Y23_2... [DONE]\n", "Adding filter: Paranal/SPHERE.IRDIS_D_Y23_3... [DONE]\n", "Adding filter: Paranal/SPHERE.IRDIS_D_J23_3... [DONE]\n", "Adding filter: Subaru/IRCS.Lp... [DONE]\n", "Adding object: GJ 504 b [DONE]\n", "Adding filter: Gemini/GMOS-S.z... [DONE]\n", "Adding filter: CFHT/Wircam.Y... [DONE]\n", "Adding filter: CFHT/Wircam.J... [DONE]\n", "Adding filter: CFHT/Wircam.H... [DONE]\n", "Adding filter: CFHT/Wircam.Ks... [DONE]\n", "Adding filter: WISE/WISE.W1... [DONE]\n", "Adding filter: WISE/WISE.W2... [DONE]\n", "Adding object: GU Psc b [DONE]\n", "Adding object: 2M0103 ABb [DONE]\n", "Adding filter: Gemini/NIRI.J-G0202w... [DONE]\n", "Adding filter: Gemini/NIRI.H-G0203w... [DONE]\n", "Adding filter: Gemini/NIRI.K-G0204w... [DONE]\n", "Adding filter: Gemini/NIRI.Lprime-G0207w... [DONE]\n", "Adding object: 1RXS 1609 B [DONE]\n", "Adding filter: MKO/NSFCam.Lp... [DONE]\n", "Adding object: GSC 06214 B [DONE]\n", "Adding object: HD 72946 B [DONE]\n", "Adding object: HIP 64892 B [DONE]\n", "Adding filter: Paranal/SPHERE.IRDIS_D_J23_2... [DONE]\n", "Adding object: HD 13724 B [DONE]\n", "Adding object: YSES 1 b [DONE]\n", "Adding object: YSES 1 c [DONE]\n", "Adding object: YSES 2 b [DONE]\n", "Adding object: HD 142527 B [DONE]\n", "Adding object: CS Cha B [DONE]\n", "Adding object: CT Cha B [DONE]\n", "Adding object: SR 12 C [DONE]\n", "Adding object: DH Tau B [DONE]\n", "Adding object: HD 4747 B [DONE]\n", "Adding filter: Paranal/SPHERE.IRDIS_B_Y... [DONE]\n", "Adding object: HR 3549 B [DONE]\n", "Adding filter: HST/ACS_WFC.F775W... [DONE]\n", "Adding filter: HST/ACS_WFC.F850LP... [DONE]\n", "Adding object: CHXR 73 B [DONE]\n", "Adding object: HD 19467 B [DONE]\n", "Adding object: b Cen (AB)b [DONE]\n", "Adding filter: 2MASS/2MASS.J... [DONE]\n", "Adding filter: 2MASS/2MASS.H... [DONE]\n", "Adding filter: 2MASS/2MASS.Ks... [DONE]\n", "Adding object: VHS 1256 B [DONE]\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": 11, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Downloading SpeX Prism Spectral Library... [DONE] \n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\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", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\r", " \r", "Adding spectra... 2MASS J12304562+2827583\r", " \r", "Adding spectra... 2MASSI J0825196+211552\r", " \r", "Adding spectra... 2MASSI J0415195-093506\r", " \r", "Adding spectra... 2MASS J12474944-1117551\r", " \r", "Adding spectra... SSSPM 0829-1309\r", " \r", "Adding spectra... 2MASS J17320014+2656228\r", " \r", "Adding spectra... 2MASS J18355309-3217129\r", " \r", "Adding spectra... SSSPM 1013-1356\r", " \r", "Adding spectra... 2MASSW J0310599+164816\r", " \r", "Adding spectra... 2MASS J04414825+2534304\r", " \r", "Adding spectra... LSR 2122+3656\r", " \r", "Adding spectra... 2MASS J18411320-4000124\r", " \r", "Adding spectra... 2MASS J01423153+0523285\r", " \r", "Adding spectra... CFHT 3\r", " \r", "Adding spectra... 2MASSW J1645221-131951\r", " \r", "Adding spectra... 2MASS J17033593+2119071" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\r", " \r", "Adding spectra... 2MASS J11220826-3512363\r", " \r", "Adding spectra... 2MASS J12154938-0036387\r", " \r", "Adding spectra... SDSS J085834.42+325627.7\r", " \r", "Adding spectra... 2MASS J05314149+6856293\r", " \r", "Adding spectra... Gliese 417BC\r", " \r", "Adding spectra... SDSS J173101.41+531047.9\r", " \r", "Adding spectra... 2MASSI J0439010-235308\r", " \r", "Adding spectra... 2MASS J11263991-5003550\r", " \r", "Adding spectra... 2MASS J22425317+2542573\r", " \r", "Adding spectra... 2MASSW J0820299+450031\r", " \r", "Adding spectra... SDSSp J083008.12+482847.4\r", " \r", "Adding spectra... 2MASS J02055138-0759253\r", " \r", "Adding spectra... 2MASS J13313310+3407583\r", " \r", "Adding spectra... SDSS J000013.54+255418.6\r", " \r", "Adding spectra... 2MASS J18112466+3748513\r", " \r", "Adding spectra... SDSSp J092615.38+584720.9\r", " \r", "Adding spectra... 2MASS J21513979+3402444" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\r", " \r", "Adding spectra... SDSS J120602.51+281328.7\r", " \r", "Adding spectra... LSPM J0734+5810\r", " \r", "Adding spectra... HD 89744B\r", " \r", "Adding spectra... SDSS J154009.36+374230.3\r", " \r", "Adding spectra... GJ 1001B, LHS 102B\r", " \r", "Adding spectra... 2MASSI J1217110-031113\r", " \r", "Adding spectra... 2MASSW J2130446-084520\r", " \r", "Adding spectra... SDSS J075840.33+324723.4\r", " \r", "Adding spectra... 2MASS J14113696+2112471\r", " \r", "Adding spectra... SDSS J082030.12+103737.0\r", " \r", "Adding spectra... 2MASSI J1534498-295227\r", " \r", "Adding spectra... 2MASS J15561873+1300527\r", " \r", "Adding spectra... SDSS J232804.58-103845.7\r", " \r", "Adding spectra... 2MASS J19163888-3700026\r", " \r", "Adding spectra... 2MASS J23392527+3507165\r", " \r", "Adding spectra... 2MASS J23294790-1607550\r", " \r", "Adding spectra... 2MASS J11323833-1446374\r", " \r", "Adding spectra... 2MASS J11304030+1206306" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\r", " \r", "Adding spectra... 2MASS J04024153-4037476\r", " \r", "Adding spectra... 2MASS J05363713-0328492\r", " \r", "Adding spectra... SDSS J000250.98+245413.8\r", " \r", "Adding spectra... NLTT 57259\r", " \r", "Adding spectra... 2MASS J12373441+3028596\r", " \r", "Adding spectra... 2MASS J14403186-1303263\r", " \r", "Adding spectra... 2MASSI J2107316-030733\r", " \r", "Adding spectra... SDSS J024749.90-163112.6\r", " \r", "Adding spectra... 2MASS J01472702+4731142\r", " \r", "Adding spectra... MHO 4" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\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 J14044941-3159329\n", " warnings.warn(\"Warning: The script line number %i raised \"\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\r", " \r", "Adding spectra... 2MASS J15201746-1755307\r", " \r", "Adding spectra... 2MASS J00412179+3547133\r", " \r", "Adding spectra... 2MASS J16262034+3925190\r", " \r", "Adding spectra... 2MASS J21580457-1550098\r", " \r", "Adding spectra... SDSS J035104.37+481046.8\r", " \r", "Adding spectra... SDSS J020735.60+135556.3\r", " \r", "Adding spectra... 2MASSI J1526140+204341\r", " \r", "Adding spectra... KPNO 12\r", " \r", "Adding spectra... 2MASS J09153413+0422045\r", " \r", "Adding spectra... 2MASS J15590462-0356280\r", " \r", "Adding spectra... 2MASSW J1239272+551537\r", " \r", "Adding spectra... 2MASS J14044941-3159329\r", " \r", "Adding spectra... 2MASS J04035944+1520502\r", " \r", "Adding spectra... 2MASS J17330480+0041270\r", " \r", "Adding spectra... SDSS J111320.16+343057.9\r", " \r", "Adding spectra... CFHT 4\r", " \r", "Adding spectra... SDSS J213240.36+102949.4\r", " \r", "Adding spectra... 2MASS J05103520-4208140" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\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 J05103520-4208140\n", " warnings.warn(\"Warning: The script line number %i raised \"\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\r", " \r", "Adding spectra... 2MASS J00115060-1523450\r", " \r", "Adding spectra... 2MASS J13023811+5650212\r", " \r", "Adding spectra... 2MASS J01170586+1752568\r", " \r", "Adding spectra... 2MASSI J0727182+171001\r", " \r", "Adding spectra... 2MASS J12255432-2739466\r", " \r", "Adding spectra... 2MASS J12471472-0525130\r", " \r", "Adding spectra... 2MASS J16304206-0232224\r", " \r", "Adding spectra... 2MASS J15200224-4422419A\r", " \r", "Adding spectra... 2MASS J00345157+0523050\r", " \r", "Adding spectra... SDSS J205235.31-160929.8\r", " \r", "Adding spectra... Gl 584C\r", " \r", "Adding spectra... 2MASSW J1728114+394859\r", " \r", "Adding spectra... SDSS J213352.72+101841.0\r", " \r", "Adding spectra... 2MASS J21210987+6557255\r", " \r", "Adding spectra... NLTT 37409\r", " \r", "Adding spectra... 2MASS J15243203+0934386\r", " \r", "Adding spectra... CXOGC J174516.1-290315" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\r", " \r", "Adding spectra... CFHT 6\r", " \r", "Adding spectra... SDSS J105213.51+442255.7\r", " \r", "Adding spectra... 2MASS J11582077+0435014\r", " \r", "Adding spectra... 2MASS J01045111-3327380\r", " \r", "Adding spectra... LHS 3566\r", " \r", "Adding spectra... 2MASS J10430758+2225236\r", " \r", "Adding spectra... 2MASS J01311838+3801554\r", " \r", "Adding spectra... 2MASS J00552554+4130184\r", " \r", "Adding spectra... 2MASS J19475198-3438572\r", " \r", "Adding spectra... 2MASS J04071296+1710474\r", " \r", "Adding spectra... SDSS J073922.26+661503.5\r", " \r", "Adding spectra... 2MASS J20025073-0521524\r", " \r", "Adding spectra... SDSS J065405.63+652805.4\r", " \r", "Adding spectra... 2MASS J05185995-2828372\r", " \r", "Adding spectra... SV P 2312\r", " \r", "Adding spectra... DENIS-P J1058.7-1548\r", " \r", "Adding spectra... 2MASSW J1439284+192915\r", " \r", "Adding spectra... NLTT 6012a" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\r", " \r", "Adding spectra... 2MASS J11463232+0203414\r", " \r", "Adding spectra... 2MASSW J2101154+175658\r", " \r", "Adding spectra... 2MASS J14343616+2202463\r", " \r", "Adding spectra... 2MASS J17364839+0220426\r", " \r", "Adding spectra... 2MASS J05341594-0631397\r", " \r", "Adding spectra... 2MASS J09395909-3817217\r", " \r", "Adding spectra... 2MASS J19415458+6826021\r", " \r", "Adding spectra... 2MASS J20342948+6727398\r", " \r", "Adding spectra... 2MASS J18244344+2937133\r", " \r", "Adding spectra... 2MASS J00531899-3631102\r", " \r", "Adding spectra... SDSS J151643.01+305344.4\r", " \r", "Adding spectra... 2MASS J05363776+1000232\r", " \r", "Adding spectra... NLTT 184\r", " \r", "Adding spectra... 2MASS J21512543-2441000\r", " \r", "Adding spectra... 2MASS J20343769+0827009\r", " \r", "Adding spectra... 2MASS J15293306+6730215\r", " \r", "Adding spectra... 2MASSI J0937347+293142\r", " \r", "Adding spectra... 2MASS J11150577+2520467" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\r", " \r", "Adding spectra... 2MASSW J0920122+351742\r", " \r", "Adding spectra... 2MASSW J2244316+204343\r", " \r", "Adding spectra... 2MASSW J1448256+103159\r", " \r", "Adding spectra... SDSS J121951.45+312849.4\r", " \r", "Adding spectra... LSR J01253-4545\r", " \r", "Adding spectra... 2MASSI J0847287-153237\r", " \r", "Adding spectra... 2MASS J16423481-2355027\r", " \r", "Adding spectra... V Z Cep\r", " \r", "Adding spectra... 2MASS J00335534-0908247\r", " \r", "Adding spectra... SDSS J163359.23-064056.5\r", " \r", "Adding spectra... 2MASS J01470204+2120242\r", " \r", "Adding spectra... 2MASS J16403561+2922225\r", " \r", "Adding spectra... 2MASS J23512200+3010540\r", " \r", "Adding spectra... NLTT 53908\r", " \r", "Adding spectra... DENIS-P J0255-4700\r", " \r", "Adding spectra... 2MASSI J0856479+223518\r", " \r", "Adding spectra... SDSS J141530.05+572428.7\r", " \r", "Adding spectra... SDSS J134203.11+134022.2" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\r", " \r", "Adding spectra... 2MASSI J2356547-155310\r", " \r", "Adding spectra... SDSSp J175032.96+175903.9\r", " \r", "Adding spectra... 2MASSI J1546291-332511\r", " \r", "Adding spectra... 2MASS J15461461+4932114\r", " \r", "Adding spectra... 2MASS J19010601+4718136\r", " \r", "Adding spectra... 2MASSI J1047538+212423\r", " \r", "Adding spectra... 2MASS J09384022-2748184\r", " \r", "Adding spectra... 2MASS J03001631+2130205\r", " \r", "Adding spectra... 2MASS J10461875+4441149\r", " \r", "Adding spectra... 2MASS J22120345+1641093\r", " \r", "Adding spectra... DENIS J124514.1-442907\r", " \r", "Adding spectra... 2MASS J16130315+6502051\r", " \r", "Adding spectra... 2MASSI J2057540-025230\r", " \r", "Adding spectra... 2MASSW J1507476-162738\r", " \r", "Adding spectra... 2MASS J14185890+6000194\r", " \r", "Adding spectra... 2MASS J10315064+3349595\r", " \r", "Adding spectra... SDSS J080531.84+481233.0\r", " \r", "Adding spectra... 2MASS J12095613-1004008" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\r", " \r", "Adding spectra... 2MASSI J1553022+153236\r", " \r", "Adding spectra... DENIS-P J1228.2-1547\r", " \r", "Adding spectra... 2MASS J14171672-0407311\r", " \r", "Adding spectra... APMPM 0559-2903\r", " \r", "Adding spectra... SDSS J202820.32+005226.5\r", " \r", "Adding spectra... SDSS J003609.26+241343.3\r", " \r", "Adding spectra... 2MASS J11070582+2827226\r", " \r", "Adding spectra... SDSS J083506.16+195304.4\r", " \r", "Adding spectra... 2MASS J11240487+3808054\r", " \r", "Adding spectra... 2MASSI J2104149-103736\r", " \r", "Adding spectra... SDSS J175805.46+463311.9\r", " \r", "Adding spectra... 2MASS J12070374-3151298\r", " \r", "Adding spectra... DENIS-P J220002.05-303832.9A\r", " \r", "Adding spectra... 2MASS J02304442-3027275\r", " \r", "Adding spectra... 2MASSI J2339101+135230\r", " \r", "Adding spectra... Gl 337CD\r", " \r", "Adding spectra... 2MASS J02271036-1624479\r", " \r", "Adding spectra... SDSS J102552.43+321234.0" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\r", " \r", "Adding spectra... LRL 10176\r", " \r", "Adding spectra... SDSSp J111010.01+011613.1\r", " \r", "Adding spectra... ITG 2\r", " \r", "Adding spectra... 2MASS J20491972-1944324\r", " \r", "Adding spectra... SDSS J154849.02+172235.4\r", " \r", "Adding spectra... 2MASS J04360273+1547536\r", " \r", "Adding spectra... 2MASS J09393548-2448279\r", " \r", "Adding spectra... SDSS J090900.73+652527.2\r", " \r", "Adding spectra... SDSSp J224953.45+004404.2\r", " \r", "Adding spectra... SDSS J032553.17+042540.1\r", " \r", "Adding spectra... LHS 217\r", " \r", "Adding spectra... NLTT 57956\r", " \r", "Adding spectra... 2MASS J19285196-4356256\r", " \r", "Adding spectra... 2MASS J11061191+2754215\r", " \r", "Adding spectra... 2MASS J01405263+0453302\r", " \r", "Adding spectra... 2MASSW J0208183+254253\r", " \r", "Adding spectra... 2MASS J13243553+6358281" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\r", " \r", "Adding spectra... SDSSp J003259.36+141036.6\r", " \r", "Adding spectra... 2MASS J17252029-0024508\r", " \r", "Adding spectra... LHS 377\r", " \r", "Adding spectra... 2MASS J01303563-4445411A\r", " \r", "Adding spectra... 2MASSW J1506544+132106\r", " \r", "Adding spectra... 2MASS J06244595-4521548\r", " \r", "Adding spectra... KPNO 9\r", " \r", "Adding spectra... 2MASS J12531161+2728145\r", " \r", "Adding spectra... 2MASS J20033545+1158552\r", " \r", "Adding spectra... IPMS J013656.57+093347.3" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\r", " \r", "Adding spectra... 2MASS J17331764+1529116\r", " \r", "Adding spectra... 2MASSW J0205034+125142\r", " \r", "Adding spectra... 2MASS J04480182-0557254\r", " \r", "Adding spectra... 2MASS J01574939-1146113\r", " \r", "Adding spectra... 2MASS J21542494-1023022\r", " \r", "Adding spectra... 2MASSW J0036159+182110\r", " \r", "Adding spectra... 2MASS J10073369-4555147\r", " \r", "Adding spectra... 2MASSW J0320284-044636\r", " \r", "Adding spectra... KPNO 4\r", " \r", "Adding spectra... DENIS-P J170548.38-051645.7\r", " \r", "Adding spectra... 2MASS J13184794+1736117\r", " \r", "Adding spectra... 2MASS J23092857+3246175\r", " \r", "Adding spectra... SDSS J165329.69+623136.5\r", " \r", "Adding spectra... 2MASS J13272391+0946446\r", " \r", "Adding spectra... LSR 1826+3014\r", " \r", "Adding spectra... Gliese 866AB\r", " \r", "Adding spectra... 2MASS J17264629-1158036\r", " \r", "Adding spectra... 2MASS J22282889-4310262" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\r", " \r", "Adding spectra... LP 508-14\r", " \r", "Adding spectra... SDSS J153417.05+161546.1AB\r", " \r", "Adding spectra... KPNO 5\r", " \r", "Adding spectra... 2MASS J22341394+2359559\r", " \r", "Adding spectra... SDSS J151114.66+060742.9\r", " \r", "Adding spectra... 2MASS J17343053-1151388\r", " \r", "Adding spectra... 2MASSW J0030300-145033\r", " \r", "Adding spectra... 2MASSI J1807159+501531\r", " \r", "Adding spectra... SDSS J085116.20+181730.0\r", " \r", "Adding spectra... 2MASSW J0929336+342952\r", " \r", "Adding spectra... 2MASSW J1632291+190441\r", " \r", "Adding spectra... SDSS J151506.11+443648.3\r", " \r", "Adding spectra... 2MASS J15141384+1201451\r", " \r", "Adding spectra... 2MASS J04070885+1514565\r", " \r", "Adding spectra... 2MASS J04062677-3812102\r", " \r", "Adding spectra... SDSS J1256-0224\r", " \r", "Adding spectra... 2MASS J15412408+5425598\r", " \r", "Adding spectra... 2MASS J14192618+5919047" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\r", " \r", "Adding spectra... KPNO 7\r", " \r", "Adding spectra... SDSSp J085758.45+570851.4\r", " \r", "Adding spectra... SDSS J153453.33+121949.2\r", " \r", "Adding spectra... LEHPM 2-59\r", " \r", "Adding spectra... SDSS J162255.27+115924.1\r", " \r", "Adding spectra... 2MASS J18284076+1229207\r", " \r", "Adding spectra... 2MASS J03444306+3137338\r", " \r", "Adding spectra... 2MASS J04574903+3015195\r", " \r", "Adding spectra... 2MASS J16452207+3004071\r", " \r", "Adding spectra... KPNO 6\r", " \r", "Adding spectra... SDSS J103931.35+325625.5\r", " \r", "Adding spectra... 2MASS J05160945-0445499\r", " \r", "Adding spectra... 2MASS J23174712-4838501\r", " \r", "Adding spectra... 2MASS J03280716+3022432\r", " \r", "Adding spectra... 2MASS J14182962-3538060\r", " \r", "Adding spectra... LSPM J2142+2252\r", " \r", "Adding spectra... SDSSp J162414.37+002915.6\r", " \r", "Adding spectra... SDSS J121659.17+300306.3" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\r", " \r", "Adding spectra... SDSSp J134646.45-003150.4\r", " \r", "Adding spectra... 2MASS J09490860-1545485\r", " \r", "Adding spectra... 2MASS J11000965+4957470\r", " \r", "Adding spectra... SDSS J100711.74+193056.2\r", " \r", "Adding spectra... SDSS J140023.12+433822.3\r", " \r", "Adding spectra... 2MASS J00013044+1010146\r", " \r", "Adding spectra... 2MASS J14075361+1241099\r", " \r", "Adding spectra... KPNO 2\r", " \r", "Adding spectra... 2MASS J00554279+1301043\r", " \r", "Adding spectra... 2MASS J13080147+3553169\r", " \r", "Adding spectra... 2MASS J22021302-0228558\r", " \r", "Adding spectra... 2MASSI J2254188+312349\r", " \r", "Adding spectra... 2MASS J18212815+1414010\r", " \r", "Adding spectra... 2MASS J12425052+2357231\r", " \r", "Adding spectra... LP 589-7\r", " \r", "Adding spectra... SDSS J104829.21+091937.8\r", " \r", "Adding spectra... 2MASS J22120703+3430351\r", " \r", "Adding spectra... 2MASS J03422594+3148496" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\r", " \r", "Adding spectra... SDSSp J010752.33+004156.1\r", " \r", "Adding spectra... 2MASS J17072343-0558249A\r", " \r", "Adding spectra... 2MASS J17561080+2815238\r", " \r", "Adding spectra... 2MASS J01414839-1601196\r", " \r", "Adding spectra... 2MASS J12314753+0847331\r", " \r", "Adding spectra... SDSS J104409.43+042937.6\r", " \r", "Adding spectra... 2MASS J01415823-4633574\r", " \r", "Adding spectra... SDSSp J042348.57-041403.5\r", " \r", "Adding spectra... 2MASS J23312378-4718274\r", " \r", "Adding spectra... 2MASSI J0117474-340325\r", " \r", "Adding spectra... 2MASS J08234818+2428577\r", " \r", "Adding spectra... 2MASS J04442713+2512164\r", " \r", "Adding spectra... TWA 30B\r", " \r", "Adding spectra... V 1451 Aql\r", " \r", "Adding spectra... 2MASSW J0051107-154417\r", " \r", "Adding spectra... 2MASSI J0908380+503208\r", " \r", "Adding spectra... 2MASS J05161597-3332046\r", " \r", "Adding spectra... 2MASS J09171104-1650010" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\r", " \r", "Adding spectra... KPNO 1\r", " \r", "Adding spectra... 2MASS J16403197+1231068\r", " \r", "Adding spectra... SDSS J152103.24+013142.7\r", " \r", "Adding spectra... 2MASS J07290002-3954043\r", " \r", "Adding spectra... 2MASS J05460407-0003228\r", " \r", "Adding spectra... 2MASS J16382073+1327354\r", " \r", "Adding spectra... VB 8\r", " \r", "Adding spectra... 2MASS J18131803+5101246\r", " \r", "Adding spectra... 2MASS J06020638+4043588\r", " \r", "Adding spectra... 2MASP J0345432+254023" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\r", " \r", "Adding spectra... SDSS J120747.17+024424.8\r", " \r", "Adding spectra... SDSS J213154.43-011939.3\r", " \r", "Adding spectra... 2MASS J00501994-3322402\r", " \r", "Adding spectra... 2MASS J16002647-2456424\r", " \r", "Adding spectra... 2MASS J16150413+1340079\r", " \r", "Adding spectra... 2MASS J02572581-3105523\r", " \r", "Adding spectra... 2MASS J10462067+2354307\r", " \r", "Adding spectra... 2MASSW J0208236+273740\r", " \r", "Adding spectra... 2MASS J21420580-3101162\r", " \r", "Adding spectra... 2MASS J20261584-2943124\r", " \r", "Adding spectra... 2MASS J01151621+3130061\r", " \r", "Adding spectra... SDSS J161731.65+401859.7\r", " \r", "Adding spectra... 2MASS J17502484-0016151\r", " \r", "Adding spectra... DENIS-P J225210.73-173013.4\r", " \r", "Adding spectra... SDSS J121440.95+631643.4\r", " \r", "Adding spectra... 2MASS J09054654+5623117\r", " \r", "Adding spectra... 2MASS J14283132+5923354" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\r", " \r", "Adding spectra... SDSS J112118.57+433246.5\r", " \r", "Adding spectra... 2MASS J02481204+2445141\r", " \r", "Adding spectra... NLTT 2914\r", " \r", "Adding spectra... SDSS J163030.53+434404.0\r", " \r", "Adding spectra... SDSS J175024.01+422237.8\r", " \r", "Adding spectra... SDSS J085234.90+472035.0\r", " \r", "Adding spectra... 2MASSI J0103320+193536\r", " \r", "Adding spectra... 2MASS J12341814+0008359\r", " \r", "Adding spectra... 2MASS J00583814-1747311\r", " \r", "Adding spectra... 2MASS J03185403-3421292\r", " \r", "Adding spectra... 2MASS J17392515+2454421\r", " \r", "Adding spectra... SDSS J074149.15+235127.5\r", " \r", "Adding spectra... 2MASS J22114470+6856262\r", " \r", "Adding spectra... 2MASS J15500845+1455180\r", " \r", "Adding spectra... 2MASS J19495702+6222440\r", " \r", "Adding spectra... 2MASS J1754544+164920\r", " \r", "Adding spectra... 2MASS J04382218+2553503" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\r", " \r", "Adding spectra... 2MASS J11181292-0856106\r", " \r", "Adding spectra... SO 0253+1625\r", " \r", "Adding spectra... 2MASS J14044948-3159330\r", " \r", "Adding spectra... 2MASS J00150206+2959323\r", " \r", "Adding spectra... 2MASS J11061197+2754225\r", " \r", "Adding spectra... 2MASS J01532750+3631482\r", " \r", "Adding spectra... 2MASS J00163761+3448368\r", " \r", "Adding spectra... 2MASS J01330461-1355271\r", " \r", "Adding spectra... 2MASS J03023398-1028223\r", " \r", "Adding spectra... SDSS J133148.92-011651.4\r", " \r", "Adding spectra... 2MASS J11145133-2618235\r", " \r", "Adding spectra... 2MASS J12490872+4157286\r", " \r", "Adding spectra... 2MASS J00193927-3724392\r", " \r", "Adding spectra... SDSS J115553.86+055957.5\r", " \r", "Adding spectra... 2MASS J11395113-3159214\r", " \r", "Adding spectra... DENIS-P J0205.4-1159\r", " \r", "Adding spectra... SDSS J142227.25+221557.1\r", " \r", "Adding spectra... SDSS J152039.82+354619.8" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\r", " \r", "Adding spectra... 2MASS J00165953-4056541\r", " \r", "Adding spectra... 2MASS J14370929-3512430\r", " \r", "Adding spectra... 2MASSW J2224438-015852\r", " \r", "Adding spectra... SDSS J141659.78+500626.4\r", " \r", "Adding spectra... 2MASSI J0652307+471034\r", " \r", "Adding spectra... 2MASS J22225588-4446197\r", " \r", "Adding spectra... 2MASS J05381018-0554261\r", " \r", "Adding spectra... 2MASS J23531922+3656457\r", " \r", "Adding spectra... 2MASSW J1515008+484742\r", " \r", "Adding spectra... VB 10\r", " \r", "Adding spectra... 2MASSW J0228110+253738\r", " \r", "Adding spectra... SDSS J104842.84+011158.5\r", " \r", "Adding spectra... 2MASS J23343177-1509294\r", " \r", "Adding spectra... SDSS J024256.98+212319.6\r", " \r", "Adding spectra... 2MASS J10334372-3337056\r", " \r", "Adding spectra... 2MASS J04470652-1946392\r", " \r", "Adding spectra... SDSSp J125453.90-012247.4\r", " \r", "Adding spectra... 2MASS J21481628+4003593" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\r", " \r", "Adding spectra... HN Peg B\r", " \r", "Adding spectra... SDSS J011912.22+240331.6\r", " \r", "Adding spectra... LHS 2924\r", " \r", "Adding spectra... 2MASS J01340281+0508125\r", " \r", "Adding spectra... 2MASS J17220990-1158127AB\r", " \r", "Adding spectra... 2MASS J01550354+0950003\r", " \r", "Adding spectra... SDSS J102109.69-030420.1\r", " \r", "Adding spectra... 2MASS J13571237+1428398\r", " \r", "Adding spectra... 2MASS J21555848+2345307\r", " \r", "Adding spectra... 2MASSW J1036530-344138\r", " \r", "Adding spectra... GJ 1048B\r", " \r", "Adding spectra... SDSS J151603.03+025928.9\r", " \r", "Adding spectra... 2MASS J20360316+1051295\r", " \r", "Adding spectra... 2MASS J13032137+2351110\r", " \r", "Adding spectra... 2MASS J21513839-4853542\r", " \r", "Adding spectra... 2MASSW J1146345+223053\r", " \r", "Adding spectra... SDSS J074201.41+205520.5\r", " \r", "Adding spectra... 2MASSI J1711457+223204" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\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 J14162394+1348363\n", " warnings.warn(\"Warning: The script line number %i raised \"\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\r", " \r", "Adding spectra... 2MASS J13342806+5258199\r", " \r", "Adding spectra... 2MASSW J0717163+570543\r", " \r", "Adding spectra... SDSS J134525.57+521634.0\r", " \r", "Adding spectra... 2MASS J21403907+3655563\r", " \r", "Adding spectra... 2MASSI J0755480+221218\r", " \r", "Adding spectra... 2MASS J18283572-4849046\r", " \r", "Adding spectra... 2MASSW J0801405+462850\r", " \r", "Adding spectra... 2MASS J03382862+0001296\r", " \r", "Adding spectra... ULAS J141623.94+134836.3\r", " \r", "Adding spectra... 2MASS J21321145+1341584\r", " \r", "Adding spectra... 2MASS J12212770+0257198\r", " \r", "Adding spectra... SDSS J020608.97+223559.2\r", " \r", "Adding spectra... 2MASS J03305571+3146272\r", " \r", "Adding spectra... SDSS J104335.08+121314.1\r", " \r", "Adding spectra... SDSSp J132629.82-003831.5\r", " \r", "Adding spectra... 2MASS J12373919+6526148" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\r", " \r", "Adding spectra... SDSS J083048.80+012831.1\r", " \r", "Adding spectra... Gliese 570D\r", " \r", "Adding spectra... 2MASS J15031961+2525196\r", " \r", "Adding spectra... 2MASS J15575011-2952431\r", " \r", "Adding spectra... SDSS J103321.92+400549.5\r", " \r", "Adding spectra... 2MASSI J0241536-124106\r", " \r", "Adding spectra... 2MASSI J0243137-245329\r", " \r", "Adding spectra... 2MASS J17461199+5034036\r", " \r", "Adding spectra... 2MASS J18282794+1453337\r", " \r", "Adding spectra... 2MASS J10454932+1254541\r", " \r", "Adding spectra... 2MASS J04070752+1546457\r", " \r", "Adding spectra... 2MASS J23254530+4251488\r", " \r", "Adding spectra... 2MASS J23515044-2537367\r", " \r", "Adding spectra... SDSS J212413.89+010000.3\r", " \r", "Adding spectra... 2MASSI J0835425-081923\r", " \r", "Adding spectra... 2MASS J21543318+5942187" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Adding spectra... [DONE] \n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n", "/Users/tomasstolker/applications/species/species/analysis/photometry.py:531: DeprecationWarning: The 'zp_flux' parameter is deprecated and will be removed in a future release. Please use the 'zero_point' parameter of the SyntheticPhotometry constructor instead.\n", " warnings.warn(\n" ] } ], "source": [ "database.add_spectra('spex')" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "The AMES-Cond model spectra (i.e. for cloudless atmospheres) are also downloaded and imported into the database." ] }, { "cell_type": "code", "execution_count": 12, "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "Downloading data from 'https://home.strw.leidenuniv.nl/~stolker/species/ames-cond.tgz' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/ames-cond.tgz'.\n", "100%|████████████████████████████████████████| 156M/156M [00:00<00:00, 106GB/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" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Unpacking AMES-Cond model spectra (150 MB)... [DONE]\n", "Wavelength range (um) = 0.5 - 40\n", "Spectral resolution = 4000\n", "Teff range (K) = 100 - 6600\n", "Adding AMES-Cond model spectra... [DONE] \n", "Grid points stored in the database:\n", " - Teff = [ 100. 200. 300. 400. 500. 600. 700. 800. 900. 1000. 1100. 1200.\n", " 1300. 1400. 1500. 1600. 1700. 1800. 1900. 2000. 2100. 2200. 2300. 2400.\n", " 2500. 2600. 2700. 2800. 2900. 3000. 3100. 3200. 3300. 3400. 3500. 3600.\n", " 3700. 3800. 3900. 4000. 4100. 4200. 4300. 4400. 4500. 4600. 4700. 4800.\n", " 5000. 5100. 5200. 5300. 5400. 5500. 5600. 5700. 5800. 5900. 6000. 6100.\n", " 6200. 6300. 6400. 6500. 6600.]\n", " - log(g) = [2.5 3. 3.5 4. 4.5 5. 5.5]\n", "Number of grid points per parameter:\n", " - teff: 65\n", " - logg: 7\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/util/data_util.py:379: RuntimeWarning: divide by zero encountered in log10\n", " flux = np.log10(flux)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "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", "Number of stored grid points: 455\n", "Number of interpolated grid points: 16\n", "Number of missing grid points: 0\n" ] } ], "source": [ "database.add_model('ames-cond')" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "And also the AMES-Dusty model spectra (i.e. for dusty atmospheres) are downloaded and imported into the database." ] }, { "cell_type": "code", "execution_count": 13, "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "Downloading data from 'https://home.strw.leidenuniv.nl/~stolker/species/ames-dusty.tgz' to file '/Users/tomasstolker/applications/species/docs/tutorials/data/ames-dusty.tgz'.\n", "100%|█████████████████████████████████████| 60.4M/60.4M [00:00<00:00, 28.1GB/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" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Unpacking AMES-Dusty model spectra (58 MB)... [DONE]\n", "Wavelength range (um) = 0.5 - 40\n", "Spectral resolution = 4000\n", "Teff range (K) = 500 - 4000\n", "Adding AMES-Dusty model spectra... [DONE] \n", "Grid points stored in the database:\n", " - Teff = [ 500. 600. 700. 800. 900. 1000. 1100. 1200. 1300. 1400. 1500. 1600.\n", " 1700. 1800. 1900. 2000. 2100. 2200. 2300. 2400. 2500. 2600. 2700. 2800.\n", " 2900. 3000. 3100. 3200. 3300. 3400. 3500. 3600. 3700. 3800. 3900. 4000.]\n", " - log(g) = [3.5 4. 4.5 5. 5.5 6. ]\n", "Number of grid points per parameter:\n", " - teff: 36\n", " - logg: 6\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", "Could not interpolate 15 grid points so storing zeros instead. [WARNING]\n", "The grid points that 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", "Number of stored grid points: 216\n", "Number of interpolated grid points: 6\n", "Number of missing grid points: 15\n" ] } ], "source": [ "database.add_model('ames-dusty')" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Next, we add the isochrones from AMES-Cond and AMES-Dusty, which have been retrieved from https://phoenix.ens-lyon.fr/Grids/." ] }, { "cell_type": "code", "execution_count": 14, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Downloading AMES-Cond isochrones (235 kB)... [DONE]\n", "Adding isochrones: ames-cond... [DONE]\n", "Database tag: ames-cond\n", "Downloading AMES-Dusty isochrones (182 kB)... [DONE]\n", "Adding isochrones: ames-dusty... [DONE]\n", "Database tag: ames-dusty\n" ] } ], "source": [ "database.add_isochrones('ames')" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Synthetic colors and magnitudes" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "For the narrowband filters of SPHERE, the synthetic colors and magnitudes are computed from the SpeX spectra. We start by creating an instance of `ReadColorMagnitude`." ] }, { "cell_type": "code", "execution_count": 15, "metadata": {}, "outputs": [], "source": [ "read_color = species.ReadColorMagnitude(library='spex',\n", " filters_color=('Paranal/SPHERE.IRDIS_D_H23_2', 'Paranal/SPHERE.IRDIS_D_H23_3'),\n", " filter_mag='Paranal/SPHERE.IRDIS_D_H23_2')" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "All spectra are used and the colors and magnitudes are stored in a `ColorMagObject`." ] }, { "cell_type": "code", "execution_count": 16, "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/analysis/photometry.py:340: 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/analysis/photometry.py:461: UserWarning: Spectum contains NaN so can not calculate the error.\n", " warnings.warn(\"Spectum contains NaN so can not calculate the error.\")\n" ] } ], "source": [ "colorbox = read_color.get_color_magnitude(object_type=None)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Next, the isochrone data is extracted by first creating and instance of `ReadIsochrone`." ] }, { "cell_type": "code", "execution_count": 17, "metadata": {}, "outputs": [], "source": [ "read_iso_cond = species.ReadIsochrone(tag='ames-cond')\n", "read_iso_dusty = species.ReadIsochrone(tag='ames-dusty')" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "To interpolate the isochrones and compute synthetic photometry, we use the `get_color_magnitude` method and give the grid of model spectra (i.e. that was stored with `add_model`) as argument of `model`. The method will return a `ColorMagBox` object." ] }, { "cell_type": "code", "execution_count": 18, "metadata": {}, "outputs": [], "source": [ "modelcolor1 = read_iso_cond.get_color_magnitude(age=age,\n", " masses=masses,\n", " filters_color=('Paranal/SPHERE.IRDIS_D_H23_2', 'Paranal/SPHERE.IRDIS_D_H23_3'),\n", " filter_mag='Paranal/SPHERE.IRDIS_D_H23_2')" ] }, { "cell_type": "code", "execution_count": 19, "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "/Users/tomasstolker/applications/species/species/read/read_isochrone.py:948: 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:948: 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:948: 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:948: 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:948: 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:948: 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:948: 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:948: 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:948: 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:948: 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:948: 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" ] } ], "source": [ "modelcolor2 = read_iso_dusty.get_color_magnitude(age=age,\n", " masses=masses,\n", " filters_color=('Paranal/SPHERE.IRDIS_D_H23_2', 'Paranal/SPHERE.IRDIS_D_H23_3'),\n", " filter_mag='Paranal/SPHERE.IRDIS_D_H23_2')" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Some warnings are printed for temperatures (i.e. masses) that are outside the grid of isochrone data and also when the log(g) from the isochrone data is outside the log(g) range of the grid with model spectra. In those case, the magnitudes and colors are set to NaN and will be ignored in the color-magnitude diagram." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Selecting directly imaged planets" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "We will also create a list with names of directly imaged planets and the filters for the magnitudes and colors that we want to plot. To get and overview of the available data in the database, it is possible to use the `list_companions` method of the `Database` object.\n", "\n", "In this case, we select a few of these directly imaged planets and brown dwarfs for which SPHERE H2 and H3 photometry are available in the database. For each companion, a tuple needs to be provided with the name (as used in the database), the filter names for the color, and the filter name for the magnitude." ] }, { "cell_type": "code", "execution_count": 20, "metadata": {}, "outputs": [], "source": [ "objects = [('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')]" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Plotting a color-magnitude diagram" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Finally, we will create the color-magnitude diagram by providing the `ColorMagBox` objects as list to the `boxes` parameter of `plot_color_magnitude`. Further details on the various parameters of this function can be found in the [API documentation](https://species.readthedocs.io/en/latest/species.plot.html#species.plot.plot_color.plot_color_magnitude)." ] }, { "cell_type": "code", "execution_count": 21, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Plotting color-magnitude diagram..." ] }, { "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==", "text/plain": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "name": "stdout", "output_type": "stream", "text": [ " [DONE]\n" ] } ], "source": [ "fig = species.plot_color_magnitude(boxes=[colorbox, modelcolor1, modelcolor2],\n", " objects=objects,\n", " mass_labels={'ames-cond': [(3., 'left'), (5., 'left'), (10., 'right'), (20., 'left'), (50., 'left'), (100., 'left')],\n", " '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_y=r'M$_\\mathregular{H2}$',\n", " xlim=(-2.7, 1.8),\n", " ylim=(17.3, 7),\n", " offset=(-0.07, -0.1),\n", " legend=(0.08, 0.8),\n", " output=None)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "The [plot_color_magnitude](https://species.readthedocs.io/en/latest/species.plot.html#species.plot.plot_color.plot_color_magnitude) function returned the [Figure](https://matplotlib.org/stable/api/figure_api.html#matplotlib.figure.Figure) object of the plot. The functionalities of [Matplotlib](https://matplotlib.org/stable/index.html) can be used for further customization of the plot. For example, the axes of the plot are stored at the `axes` attribute of `Figure`." ] }, { "cell_type": "code", "execution_count": 22, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "[, ]" ] }, "execution_count": 22, "metadata": {}, "output_type": "execute_result" } ], "source": [ "fig.axes" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.11.5" } }, "nbformat": 4, "nbformat_minor": 2 }