Skip to content

Latest commit

 

History

History
75 lines (53 loc) · 5.07 KB

overview.rst

File metadata and controls

75 lines (53 loc) · 5.07 KB

Overview

Introduction

species provides a coherent framework for spectral and photometric analysis of directly imaged planets and brown dwarfs. This page contains a short overview of the various data that are supported and some of the tools and features that are provided.

Supported data

The toolkit benefits from publicly available data resources such as photometric and spectral libraries, atmospheric model spectra, evolutionary tracks, and photometry of directly imaged, low-mass objects. The relevant data are automatically downloaded and added to the HDF5 database, which acts as the central data storage for a workflow. All data are stored in a fixed format such that the analysis and plotting tools can easily access and process the data.

The following data and models are currently supported:

Atmospheric model spectra

Spectral libraries

Photometric libraries

Evolutionary tracks

Calibration

Dust extinction

Please give credit to the relevant references when using any of the external data in a publication. More information is available on the respective websites. Support for other datasets can be requested by creating an issue on the Github page.

Analysis tools

After adding the relevant data to the database, the user can take advantage of the suite of tools that have been implemented for spectral and photometric analysis. Here is an incomplete list of available features and tools:

  • Converting between fluxes and magnitudes (see ~species.analysis.photometry.SyntheticPhotometry).
  • Calculating synthetic photometry spectra (see ~species.analysis.photometry.SyntheticPhotometry).
  • Interpolating and plotting model spectra (see ~species.read.read_model.ReadModel and ~species.plot.plot_spectrum.plot_spectrum).
  • Grid retrievals with Bayesian inference (see ~species.analysis.fit_model.FitModel and ~species.plot.plot_mcmc).
  • Free retrievals through a frontend for petitRADTRANS (see AtmosphericRetrieval on the retrieval branch).
  • Creating color-magnitude diagrams (see ~species.read.read_color.ReadColorMagnitude and ~species.plot.plot_color.plot_color_magnitude).
  • Creating color-color diagrams (see ~species.read.read_color.ReadColorColor and ~species.plot.plot_color.plot_color_color).
  • Computing synthetic fluxes from isochrones and model spectra (see ~species.read.read_isochrone.ReadIsochrone)
  • Flux calibration of photometric and spectroscopic data (see ~species.read.read_calibration.ReadCalibration, ~species.analysis.fit_model.FitModel, and ~species.analysis.fit_spectrum.FitSpectrum).
  • Empirical comparison of spectra to infer the spectral type (see ~species.analysis.empirical.CompareSpectra).
  • Analyzing emission lines from accreting planets (see ~species.analysis.emission_line.EmissionLine).