ericagol / NbodyGradient.jl

N-body integrator computes derivatives with respect to initial conditions for TTVs, RV, Photodynamics & more
MIT License
20 stars 9 forks source link

Fixing starting guess for transit time #96

Closed ericagol closed 1 year ago

ericagol commented 1 year ago

There was a typo in the starting guess for the transit time found by interpolation.

This arose when we switched from integrating forwards in time to integrating backwards in time to find the time of transit.

This branch fixes this issue.

We should make sure that this fix makes its way into the other branches (maybe we can delete some of the other branches at this time?).

langfzac commented 1 year ago

Fixes #95