franpoz / SHERLOCK

Easy and versatile open-source code to explore Kepler, K2 and TESS data in the search for exoplanets
MIT License
20 stars 7 forks source link

Add observation plan data after fit #80

Closed martindevora closed 3 years ago

martindevora commented 3 years ago

It might be useful to create an observation planning tool at the end of the pipeline. We could give: Observatory altitude, latitude and longitude. Additionally we could provide a range of dates and the number of observations that we would like to do. We would need to see, as an output:

franpoz commented 3 years ago

Correct uncertainties for predicted transit time T are: detal_T = sqrt(delta_T0**2+(n*delta_P)**2)

martindevora commented 3 years ago

Already implemented. The output is given aas a csv. We don't close the issue yet as we'd like to provide a PDF too.