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

(initial merge) Add tess_individ_lc.py for individual TESS time series extraction and fitting without global fit. #1257

Closed
wants to merge 2 commits into from

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.
Works with confirmed exoplanets.
This was 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.

@noguerfederico noguerfederico marked this pull request as ready for review June 7, 2024 02:46
@noguerfederico
Copy link
Collaborator Author

Switching to working directly in the original repository.

@jpl-jengelke jpl-jengelke changed the title Add tess_individ_lc.py for individual TESS time series extraction and fitting without global fit. (initial merge) Add tess_individ_lc.py for individual TESS time series extraction and fitting without global fit. Aug 9, 2024
@jpl-jengelke
Copy link
Collaborator

Tracking this the actual merge occurred in PR #1262. No need to track further.

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