rodluger / Limbdark.jl

Analytical transit light curves for limb darkened stars
MIT License
14 stars 4 forks source link

Precision of time-integrated derivatives is insufficient #67

Closed ericagol closed 5 years ago

ericagol commented 5 years ago

There are features in the time-integrated derivatives which may be indicative of a bug.

ericagol commented 5 years ago

It's not a bug; it's just a consequence of integrating over the contact points. I've now divided the integration up in test_integrate_transit_gradient.jl so that we don't integrate over the contact points, and I find much better precision. However, the code is very slow.