Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/hpparvi/ldtk
Browse files Browse the repository at this point in the history
  • Loading branch information
hpparvi committed Aug 17, 2016
2 parents 67e5c30 + 366e7c4 commit 8b57657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -19,10 +19,10 @@ filters = [BoxcarFilter('a', 450, 550), # Define your passbands
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.
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
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
Expand Down

0 comments on commit 8b57657

Please sign in to comment.