This Flask application provides an API endpoint to fetch and summarize light curve data for a given TIC ID from the TESS (Transiting Exoplanet Survey Satellite) data using the lightkurve Python library.
- Fetch light curve data using a TIC ID.
- Calculate statistical summaries of the light curve data including mean, median, standard deviation, peak-to-peak, and interquartile range.
- Flask
- lightkurve
- numpy
Clone the repository and install the required packages: