All Projects → hpparvi → ldtk

hpparvi / ldtk

Licence: GPL-2.0 license
Python toolkit for calculating stellar limb darkening profiles and model-specific coefficients using the stellar atmosphere spectrum library by Husser et al. (2013). Described in Parviainen & Aigrain, MNRAS 453, 3821–3826 (2015).

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ldtk

PandExo
A Community Tool for Transiting Exoplanet Science with the JWST & HST
Stars: ✭ 23 (-11.54%)
Mutual labels:  astronomy, exoplanets, astrophysics, exoplanet-transits
k2sc
K2 systematics correction using Gaussian processes
Stars: ✭ 15 (-42.31%)
Mutual labels:  astronomy, exoplanets, exoplanet-transits
Virgo
📡 Virgo: A Versatile Spectrometer for Radio Astronomy
Stars: ✭ 85 (+226.92%)
Mutual labels:  astronomy, astrophysics
sncosmo
Python library for supernova cosmology
Stars: ✭ 53 (+103.85%)
Mutual labels:  astronomy, astrophysics
amuse
Astrophysical Multipurpose Software Environment. This is the main repository for AMUSE
Stars: ✭ 115 (+342.31%)
Mutual labels:  astronomy, astrophysics
phantom
Phantom Smoothed Particle Hydrodynamics and Magnetohydrodynamics code
Stars: ✭ 52 (+100%)
Mutual labels:  astronomy, astrophysics
mwdust
Dust maps in the Milky Way
Stars: ✭ 21 (-19.23%)
Mutual labels:  astronomy, astrophysics
astrodash
Deep learning for the automated spectral classification of supernovae
Stars: ✭ 25 (-3.85%)
Mutual labels:  astronomy, astrophysics
heyoka.py
Python library for ODE integration via Taylor's method and LLVM
Stars: ✭ 45 (+73.08%)
Mutual labels:  astronomy, astrophysics
yt astro analysis
yt astrophysical analysis modules
Stars: ✭ 18 (-30.77%)
Mutual labels:  astronomy, astrophysics
nmmn
Miscellaneous methods for: astronomy, dealing with arrays, statistical distributions, computing goodness-of-fit, numerical simulations and much more
Stars: ✭ 16 (-38.46%)
Mutual labels:  astronomy, astrophysics
astromodels
Spatial and spectral models for astrophysics
Stars: ✭ 21 (-19.23%)
Mutual labels:  astronomy, astrophysics
awesome-spectra
🌈 A collaborative list of awesome tools for spectroscopy. Also, check:
Stars: ✭ 47 (+80.77%)
Mutual labels:  exoplanets, astrophysics
kepler orrery
Make a Kepler orrery gif or movie of all the Kepler multi-planet systems
Stars: ✭ 91 (+250%)
Mutual labels:  astronomy, exoplanets
naima
Derivation of non-thermal particle distributions through MCMC spectral fitting
Stars: ✭ 32 (+23.08%)
Mutual labels:  astronomy, astrophysics
heyoka
C++ library for ODE integration via Taylor's method and LLVM
Stars: ✭ 151 (+480.77%)
Mutual labels:  astronomy, astrophysics
planetplanet
A general photodynamical code for exoplanet light curves
Stars: ✭ 36 (+38.46%)
Mutual labels:  exoplanets, exoplanet-transits
MAESTRO
A low Mach number stellar hydrodynamics code
Stars: ✭ 29 (+11.54%)
Mutual labels:  astrophysics
TART
Transient Array Radio Telescope
Stars: ✭ 20 (-23.08%)
Mutual labels:  astronomy
spherical geometry
A Python package for handling spherical polygons that represent arbitrary regions of the sky
Stars: ✭ 45 (+73.08%)
Mutual labels:  astronomy

PyLDTk

Licence MNRAS arXiv ASCL DOI astropy

Python Limb Darkening Toolkit - a Python toolkit for calculating stellar limb darkening profiles and model-specific coefficients for arbitrary passbands using the stellar spectrum model library by Husser et al (2013).

from ldtk import LDPSetCreator, BoxcarFilter

filters = [BoxcarFilter('a', 450, 550),  # Define your passbands
           BoxcarFilter('b', 650, 750),  # - Boxcar filters useful in
           BoxcarFilter('c', 850, 950)]  #   transmission spectroscopy

sc = LDPSetCreator(teff=(6400,   50),    # Define your star, and the code
                   logg=(4.50, 0.20),    # downloads the uncached stellar
                      z=(0.25, 0.05),    # spectra from the Husser et al.
                     filters=filters)    # FTP server automatically.

ps = sc.create_profiles()                # Create the limb darkening profiles
cq,eq = ps.coeffs_qd(do_mc=True)         # Estimate quadratic law coefficients

lnlike = ps.lnlike_qd([[0.45,0.15],      # Calculate the quadratic law log
                       [0.35,0.10],      # likelihood for a set of coefficients
                       [0.25,0.05]])     # (returns the joint likelihood)

lnlike = ps.lnlike_qd([0.25,0.05],flt=0) # Quad. law log L for the first filter

...and the same, but for 19 narrow passbands...

Overview

PyLDTk automates the calculation of custom stellar limb darkening (LD) profiles and model-specific limb darkening coefficients (LDC) using the library of PHOENIX-generated specific intensity spectra by Husser et al. (2013).

The aim of the package is to facilitate exoplanet transit light curve modeling, especially transmission spectroscopy where the modeling is carried out for custom narrow passbands. The package can be

  1. used to construct model-specific priors on the limb darkening coefficients prior to the transit light curve modeling
  2. directly integrated into the log posterior computation of any pre-existing transit modeling code with minimal modifications.

The second approach can be used to constrain the LD model parameter space directly by the LD profile, allowing for the marginalization over the whole parameter space that can explain the profile without the need to approximate this constraint by a prior distribution. This is useful when using a high-order limb darkening model where the coefficients are often correlated, and the priors estimated from the tabulated values usually fail to include these correlations.

News

  • Version 1.7 (22.7.2021)

    • Improved the way the stellar limb is defined. LDTk now fits an LD model together with a smoothstep function to find the edge of the star. This approach should remove the need for manual edge definition completely.

    • LDTk now resamples the original models to a linear sampling in mu since this makes LD coefficient estimation more straightforward.

  • Version 1.6 (4.5.2021)

  • Version 1.5 (3.3.2021)

    • LDTk can now use four different sets of the modelled stellar spectra: vis, vis-lowres, visir, and visir-lowres. The first, vis, is the original one by Husser et al (2013) spanning from 50 nm to 2600 nm; vis-lowres is a lower resolution version of the original dataset, binned to a 5 nm resolution; visir is a new version of the original model set extended to span from 50 nm to 5500 nm; and visir-lowres is a lower resolution version of the new model set binned to 5 nm resolution.

    • The model set can be chosen in the LDPSetCreator initialisation by setting the dataset argument. LDTk uses vis-lowres as a default, but visir-lowres can be used when dealing with IR observations, and the original versions (vis and visir) can be used if a spectral resolution higher than 5 nm is required.

  • Version 1.4

    • Added automatic detection and re-download of corrupted fits files (a highly welcome contribution by T. Fatahi).
  • Version 1.3

    • Changed to calculate the limb darkening models using numba. This should give a significant performance boost.
  • Version 1.2

    • Added an option to use low resolution version of the original specific intensity spectra. These spectra are binned to 5 nm resolution in wavelength and are kindly hosted by T. Husser at the same FTP server as the original spectra.
    • The behavior can be toggled with a new LDPSetCreator initialisation argument, lowres.
    • LDTk uses now low resolution spectra by default. This is because the wavelength resolution should be good enough for most broadband photometry analyses, and the this decreases the download times and file storage sizes significantly.

Requirements

Core requirements

  • Python 2.7 or Python 3
  • NumPy => 1.7
  • SciPy => 0.16
  • tqdm
  • astropy

Notebooks

  • IPython => 3.0

Installation

Use pip

pip install [--user] [--upgrade] ldtk

or clone the source from github and follow the basic Python package installation routine

 git clone https://github.com/hpparvi/ldtk.git
 cd ldtk
 python setup.py build install [--user]

Examples

Examples for basic and more advanced usage can be found from the notebooks directory.

Model coefficient estimation

Log likelihood evaluation

The LDPSet class offers methods to calculate log likelihoods for a set of limb darkening models.

  • lnlike_ln : Linear model
  • lnlike_qd : Quadratic model
  • lnlike_tq : Quadratic model with triangular parametrization (Kipping 2013)
  • lnlike_nl : Nonlinear model
  • lnlike_gn : General model
  • lnlike_p2 : Power-2 model

Resampling

The limb darkening profiles can be resampled to a desired sampling in mu using the resampling methods in the LDPSet.

  • resample_linear_z(nz=100): Resample the profiles to be linear in z
  • resample_linear_mu(nmu=100): Resample the profiles to be linear in mu
  • reset_sampling(): Reset back to native sampling in mu
  • resample():

Main classes

  • LDPSetCreator : Generates a set of limb darkening profiles given a set of filters and stellar TEff, logg, and z.
  • LDPSet : Encapsulates the limb darkening profiles and offers methods for model coefficient estimation and log likelihood evaluation.

Citing

If you use PyLDTk in your research, please cite the PyLDTk paper

Parviainen, H. & Aigrain, S. MNRAS 453, 3821–3826 (2015) (DOI:10.1093/mnras/stv1857).

and the paper describing the spectrum library without which PyLDTk would be rather useless

Husser, T.-O. et al. A&A 553, A6 (2013) (DOI:10.1051/0004-6361/201219058).

or use these ready made BibTeX entries

@article{Parviainen2015,
  author = {Parviainen, Hannu and Aigrain, Suzanne},
  doi = {10.1093/mnras/stv1857},
  journal = {MNRAS},
  month = nov,
  number = {4},
  pages = {3821--3826},
  title = {{ldtk: Limb Darkening Toolkit}},
  url = {http://mnras.oxfordjournals.org/lookup/doi/10.1093/mnras/stv1857},
  volume = {453},
  year = {2015}
}

@article{Husser2013,
  author = {Husser, T.-O. and {Wende-von Berg}, S and Dreizler, S and Homeier, D and
             Reiners, A and Barman, T. and Hauschildt, Peter H},
  doi = {10.1051/0004-6361/201219058},
  journal = {A{\&}A},
  pages = {A6},
  title = {{Astrophysics A new extensive library of PHOENIX stellar atmospheres}},
  volume = {553},
  year = {2013}
}

Author

Hannu Parviainen, University of Oxford

Contributors

  • Rainer Wichmann, Hamburger Sternwarte, Universität Hamburg
  • Tom Louden, University of Warwick
  • Ian Crossfield, University of Arizona

--

Copyright © 2016 Hannu Parviainen [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].