Tess lightcurve viewer for all available sectors of a target in TIC catalog
This is a small webapp currently hosted in Streamlit Cloud. You can access it at
https://tess-lightcurves.streamlit.app
or start the webapp locally in a Python env:
streamlit run Tess_Lightcurves.py
The app will open in the default browser
For a selected TIC number, the lightcurve of each sector available on MAST, is displayed. If more than one author is available for a single sector, the displayed lightcurve, in availability order, is: SPOC (2 min) -> TESS-SPOC -> QLP -> ELEANOR.
The user can choose between PDCSAP and SAP flux (for SPOC and TESS-SPOC), and can interact with the plots (thx to Plotly python library)
- numpy
- pandas
- lightkurve
- astroquery
- plotly
- streamlit