Skip to content

Commit eb68e00

Browse files
authored
Merge pull request #30 from astronasko/master
add CITATION.cff
2 parents 7f1e885 + d090736 commit eb68e00

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

CITATION.cff

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
cff-version: 1.2.0
2+
title: >-
3+
ldtk: Limb Darkening Toolkit
4+
message: >-
5+
If you made the use of PyLDTk, I would appreciate it if you give credit.
6+
authors:
7+
- family-names: Parviainen
8+
given-names: Hannu
9+
10+
orcid: 'https://orcid.org/0000-0001-5519-1391'
11+
- family-names: Aigrain
12+
given-names: Suzanne
13+
orcid: 'https://orcid.org/0000-0003-1453-0574'
14+
identifiers:
15+
- type: other
16+
value: '1510.003'
17+
description: ascl
18+
repository-code: 'https://github.com/hpparvi/ldtk'
19+
abstract: >-
20+
We present a python package ldtk that automates the calculation of custom
21+
stellar limb-darkening (LD) profiles and model-specific limb-darkening
22+
coefficients using the library of phoenix-generated specific intensity
23+
spectra by Husser et al. The aim of the package is to facilitate analyses
24+
requiring custom generated LD profiles, such as the studies of exoplanet
25+
transits -- especially transmission spectroscopy, where the transit modelling
26+
is carried out for custom narrow passbands -- eclipsing binaries,
27+
interferometry, and microlensing events. First, ldtk can be used to compute
28+
custom LD profiles with uncertainties propagated from the uncertainties in
29+
the stellar parameter estimates. Secondly, ldtk can be used to estimate the
30+
LD-model-specific coefficients with uncertainties for the most common LD
31+
models. Thirdly, ldtk can be directly integrated into the log posterior
32+
computation of any pre-existing modelling code with minimal modifications.
33+
The last approach can be used to constrain the LD model parameter space
34+
directly by the LD profile, allowing for the marginalization over the LD
35+
parameter space without the need to approximate the constraint from the LD
36+
profile using a prior.
37+
keywords:
38+
- 'gravitational lensing: micro'
39+
- 'methods: numerical'
40+
- 'techniques: interferometric'
41+
- 'planets and satellites: general'
42+
- 'binaries: eclipsing'
43+
preferred-citation:
44+
type: article
45+
title: >-
46+
ldtk: Limb Darkening Toolkit
47+
authors:
48+
- family-names: Parviainen
49+
given-names: Hannu
50+
51+
orcid: 'https://orcid.org/0000-0001-5519-1391'
52+
- family-names: Aigrain
53+
given-names: Suzanne
54+
orcid: 'https://orcid.org/0000-0003-1453-0574'
55+
doi: "10.1093/mnras/stv1857"
56+
journal: 'MNRAS'
57+
year: 2015
58+
month: 11
59+
start: 3821
60+
end: 3826
61+
volume: 453
62+
number: 4
63+
url: 'http://mnras.oxfordjournals.org/lookup/doi/10.1093/mnras/stv1857'
64+
license: GPL-2.0

0 commit comments

Comments
 (0)