Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tess_individ_lc.py for individual TESS time series extraction and fitting #1262

Merged
merged 3 commits into from
Jul 30, 2024

Conversation

noguerfederico
Copy link
Collaborator

This pull request adds the tess_individ_lc.py script, which allows for the extraction and fitting of individual exoplanet transits from TESS data without performing a global fit in the process.
This script improves efficiency for users who need quicker access to individual light curve data to perform a joint fit or individual light curve analysis with other Python tools like EXOTIC example notebooks.

  • Works with confirmed exoplanets.
  • Created from tess.py. In tess.py, the global fit is performed first and the derived parameters are used as priors in the individual fits. In tess_individ_lc.py, since we do not perform the global fit, the NEA priors are used. This may give slightly different results on the individual fits.
  • Outputs go to "tess/tess_individ_lc_output" folder.

…es for EXOTIC.py from candidate targets on ExoFOP. Also generate a CSV with all system parameters and an original ExoFOP JSON data file containing all original information.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants