{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# How to open a light curve in Excel?" ] }, { "cell_type": "markdown", "metadata": { "id": "3S_YbDpLL6Zf" }, "source": [ "## Learning Goals\n", "\n", "By the end of this tutorial, you will:\n", "\n", "* Learn how to search and download TESS light curves.\n", "* Make a quick plot of a light curve you found.\n", "* Understand how to load the data into Excel.\n", "\n", "This tutorial is aimed at first time users who may not have used *Lightkurve* before." ] }, { "cell_type": "markdown", "metadata": { "id": "yo6N8AQeM4E9" }, "source": [ "## Imports\n", "\n", "First we must install and import the [*Lightkurve*](https://lightkurve.github.io/lightkurve/index.html) package. We can do this as follows:" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "eNbRDXQlKtMp", "outputId": "8698e825-4263-4baf-c0e3-c064615e74be" }, "outputs": [], "source": [ "# This step is not necessary if you have already installed Lightkurve\n", "!pip install lightkurve --quiet" ] }, { "cell_type": "code", "execution_count": 1, "metadata": { "id": "6MerVfAeKyeh" }, "outputs": [], "source": [ "%matplotlib inline \n", "import lightkurve as lk " ] }, { "cell_type": "markdown", "metadata": { "id": "0p5kFB7ZNkGC" }, "source": [ "## 1. Downloading a TESS light curve\n", "\n", "The light curves of stars created by the TESS mission are stored at the [Mikulksi Archive for Space Telescopes](https://archive.stsci.edu/tess/) (MAST) archive, along with metadata about the observations, such as which CCD channel was used at each time.\n", "\n", "*Lightkurve’s* built-in tools allow us to search for light curve files in the archive, and download them and their metadata. In this example, we will start by downloading one sector of TESS data for a star named V1357 Cyg, also known as [Cygnus X-1](https://en.wikipedia.org/wiki/Cygnus_X-1). V1357 Cyg is a galactic X-ray source in the constellation Cygnus. \n", "\n", "Using Lightkurve’s [search_lightcurve](https://lightkurve.github.io/lightkurve/reference/api/lightkurve.search_lightcurve.html) function, we can find an itemized list of light curves produced by different data analysis pipelines:" ] }, { "cell_type": "code", "execution_count": 2, "metadata": { "colab": { "base_uri": "https://localhost:8080/", "height": 141 }, "id": "myq63GjDKzFp", "outputId": "702fabe7-8441-4c19-ac3a-abdeb0ad6712" }, "outputs": [ { "data": { "text/html": [ "SearchResult containing 3 data products.\n", "\n", "
# | mission | year | author | exptime | target_name | distance |
---|---|---|---|---|---|---|
s | arcsec | |||||
0 | TESS Sector 14 | 2019 | SPOC | 120 | 102604645 | 0.0 |
1 | TESS Sector 14 | 2019 | TESS-SPOC | 1800 | 102604645 | 0.0 |
2 | TESS Sector 14 | 2019 | QLP | 1800 | 102604645 | 0.0 |