Skip to content

Commit

Permalink
no change to lhf, just comments
Browse files Browse the repository at this point in the history
  • Loading branch information
RuthAngus committed Jul 16, 2019
1 parent 683bc37 commit 1e796be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stardate/lhf.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ def sigma(eep, log_age, feh, color, model="praesepe"):
"""
kcool, khot, keep = 100, 100, .2
Lcool, Lhot, Leep = .5, .5, 5
x0eep = 454 #100 #454
x0eep = 454 #454 #100 #454
k_old, x0_old = 100, np.log10(10*1e9)
k_young, x0_young = 20, np.log10(250*1e6)
L_age = .5
Expand Down

0 comments on commit 1e796be

Please sign in to comment.