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

Adding in impact parameter and sky velocity #31

Closed ericagol closed 3 years ago

ericagol commented 4 years ago

See whether we can do this by passing the tt array, reshaped to 3 dimension, with the first dimension equal to one. Then, if we pass a tt array with the first dimension equal to three, the code will also compute b and v_{sky}.

langfzac commented 3 years ago

This has been implemented in TransitParameters. (See src/transits/parameters.jl)