rodluger / Limbdark.jl

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

Test for `M_n` integrals #85

Closed ericagol closed 5 years ago

ericagol commented 5 years ago

I am trying to reinstate the test for the M_n integrals, but I'm running into problems with the tests. The numerical integrations look correct, but the M_n integrals aren't coming out right with the Mn_raise! and Mn_lower! functions. I think that there may be some variables missing which need to be initialized first, but I'm having trouble figuring this out.

ericagol commented 5 years ago

I figured this out: I just call the transit computation routines which compute M_n, and then compare to numerical results. The results look good!