Skip to main content

Demo tool for creating a Systematics-insensitive Periodogram (SIP) to detect long period rotation in NASA's TESS mission data.

Project description

TESS SIP

DOI

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.

Example SIP output

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

tess-sip-1.0.5.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

tess_sip-1.0.5-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file tess-sip-1.0.5.tar.gz.

File metadata

  • Download URL: tess-sip-1.0.5.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.6.7 Darwin/18.7.0

File hashes

Hashes for tess-sip-1.0.5.tar.gz
Algorithm Hash digest
SHA256 c3fea40c81eb166bd5aab51bd5c805a89c431550e865ca91722279ce54ead4b6
MD5 7ccf8d3acc71f379900a742bbd3fbd39
BLAKE2b-256 f5e3c423e7e4b535b98399844c8414b750e5ef400ec41ba80521b87e821b052d

See more details on using hashes here.

File details

Details for the file tess_sip-1.0.5-py3-none-any.whl.

File metadata

  • Download URL: tess_sip-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 4.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.6.7 Darwin/18.7.0

File hashes

Hashes for tess_sip-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 54f864c9cf0e38668677911fa569b35e0aa85565b4d0d4de0065736767b7a1c7
MD5 85eda549a8d28e0de4601b29a9c62c0b
BLAKE2b-256 2034de27c2e7810cd07344cbcb3913eda3c75aa4c29b612da54a00b203c3f954

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page