Skip to content

Commit 577aeed

Browse files
authored
Update README.md
1 parent eb68e00 commit 577aeed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PyLDTk
1+
# LDTk
22

33
[![Licence](http://img.shields.io/badge/license-GPLv2-blue.svg?style=flat)](http://www.gnu.org/licenses/gpl-2.0.html)
44
[![MNRAS](https://img.shields.io/badge/MNRAS-10.1093%2Fmnras%2Fstv1857-blue.svg)](http://mnras.oxfordjournals.org/content/453/4/3821.abstract)
@@ -7,7 +7,7 @@
77
[![DOI](https://zenodo.org/badge/5871/hpparvi/ldtk.svg)](https://zenodo.org/badge/latestdoi/5871/hpparvi/ldtk)
88
[![astropy](http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat)](http://www.astropy.org/)
99

10-
**Py**thon **L**imb **D**arkening **T**ool**k**it - 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).
10+
Python **L**imb **D**arkening **T**ool**k**it - 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).
1111

1212
```python
1313
from ldtk import LDPSetCreator, BoxcarFilter
@@ -40,7 +40,7 @@ lnlike = ps.lnlike_qd([0.25,0.05],flt=0) # Quad. law log L for the first filter
4040

4141
## Overview
4242

43-
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).
43+
LDTk 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).
4444

4545
The aim of the package is to facilitate exoplanet transit light curve modeling, especially transmission
4646
spectroscopy where the modeling is carried out for custom narrow passbands. The package can be
@@ -150,11 +150,11 @@ The limb darkening profiles can be resampled to a desired sampling in ``mu`` usi
150150

151151
## Citing
152152

153-
If you use PyLDTk in your research, please cite the PyLDTk paper
153+
If you use LDTk in your research, please cite the LDTk paper
154154

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

157-
and the paper describing the spectrum library without which PyLDTk would be rather useless
157+
and the paper describing the spectrum library without which LDTk would be rather useless
158158

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

0 commit comments

Comments
 (0)