General workflows and best practices for exoplanet detection and characterization from light curve data. Use when planning an exoplanet analysis pipeline, understanding when to use different methods, or troubleshooting detection issues.
This skill provides general guidance on exoplanet detection workflows, helping you choose the right approach for your data and goals.
Exoplanet detection from light curves typically involves:
What to preprocess?
Which period search algorithm?
What period range to search?
When to refine?
Use when:
Advantages:
Disadvantages:
Use when:
Advantages:
Disadvantages:
Use when:
Note: TLS generally performs better than BLS for exoplanet detection.
Some systems have multiple transiting planets. Strategy:
See Transit Least Squares documentation for transit_mask function.
Solutions:
Causes:
Solutions:
Solution: TLS requires flux uncertainties as the third argument - they're not optional!
Diagnosis:
For context:
Detection difficulty increases dramatically for smaller planets.
Based on target characteristics:
Adjust search ranges based on mission duration and expected planet types.
pip install lightkurve transitleastsquares numpy matplotlib scipy