Demo tool for creating a Systematics-insensitive Periodogram (SIP) to detect long period rotation in NASA's TESS mission data.
Project description
TESS SIP
Demo tool for creating a Systematics-insensitive Periodogram (SIP) to detect long period rotation in NASA's TESS mission data.
What is SIP
SIP is a method of detrending telescope systematics simultaneously with calculating a Lomb-Scargle periodogram. You can read a more in-depth work of how SIP is used in NASA's Kepler/K2 data here.
Usage
This repository contains a Python tool to create a SIP. An example of a SIP output is below. You can run a simple notebook in the docs
folder to show how to use SIP.
from tess_sip import SIP
import lightkurve as lk
# Download target pixel files
tpfs = lk.search_targetpixelfile('TIC 288735205', mission='tess').download_all()
# Run SIP
r = SIP(tpfs)
r
is a dictionary containing all the information required to build a plot like the one below.
Installation
You can pip install this tool:
pip install tess_sip
Requirements
To run this demo you will need to have lightkurve installed, with a minimum version number of v2.0.
Acknowledgements
This tool uses the lightkurve tool to build a SIP, and relies on the RegressionCorrector
and SparseDesignMatrix
lightkurve tools. The SIP project was developed in part at the online.tess.science
meeting, which took place globally in 2020 September. This research made use of Astropy a community-developed core Python package for Astronomy.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file tess-sip-1.0.7.tar.gz
.
File metadata
- Download URL: tess-sip-1.0.7.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.6.7 Darwin/19.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f2649d8837ed20c1cf9523a0b578136432fae45b1fdd2b4004e5b5789b2d494 |
|
MD5 | 7dc3660e6285147855db7f54356a58ba |
|
BLAKE2b-256 | e391b66b158ec1e587853f79efa128f7e57f04d8a928c03e25fda06b778e78e8 |
File details
Details for the file tess_sip-1.0.7-py3-none-any.whl
.
File metadata
- Download URL: tess_sip-1.0.7-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.6.7 Darwin/19.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54897df0e6ff3308de1f60fb12978eba0970d3abc4f6708ee8313a5011391bf8 |
|
MD5 | f9970ea209f1ab4d429f9e8db076c57e |
|
BLAKE2b-256 | d23333e554fb1c78b449b10bf4c724bde2cbbd17821423607a8b5dd64641529d |