Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 554 Bytes

File metadata and controls

23 lines (11 loc) · 554 Bytes

Lightcurve Summary API

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.

Features

  • 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.

Requirements

  • Flask
  • lightkurve
  • numpy

Installation

Clone the repository and install the required packages: