Open ericagol opened 5 years ago
I think that this ri variable was meant to be the sky-projected separation to see whether the transit was happening close enough on the sky to approach the stellar radius:
ri
https://github.com/ericagol/NbodyGradient/blob/e5f53561004e9005eb251adf2590cd9f93ce7c76/src/ttv.jl#L475
This is still an issue in the current version of the code:
https://github.com/ericagol/NbodyGradient.jl/blob/85631d64cd22125820474fc9acd8f6da2f29c78f/src/transits/timing.jl#L14
The only reason this doesn't affect the transit-finding is that usually we pass a very large value of rstar to the code.
rstar
I think that this
ri
variable was meant to be the sky-projected separation to see whether the transit was happening close enough on the sky to approach the stellar radius:https://github.com/ericagol/NbodyGradient/blob/e5f53561004e9005eb251adf2590cd9f93ce7c76/src/ttv.jl#L475