Skip to main content

Simple, stand-alone vetting tools for transiting signals in Keper, K2 and TESS data

Project description

vetting

vetting contains simple, stand-alone Python tools for vetting transiting signals in NASA's Kepler, K2 and TESS data. vetting requires an installation of Python 3.8 or higher.

pypi pytest

Installation

You can install vetting by executing the following in a terminal

pip install vetting

Centroid testing

An example of a simple test is shown below.

Example of simple centroid test

Here a significant offset is detected in the centroid of false positive KOI-608 during transit. The p-value for the points during transit being drawn from the same distribution as the points out of transit is low, (there is a less than 1% chance these are drawn from the same distribution). To recreate this example you can use the following script:

import lightkurve as lk
from vetting import centroid_test

tpf = lk.search_targetpixelfile('KOI-608', mission='Kepler', quarter=10).download()
period, t0, dur = 25.3368592, 192.91552, 8.85/24
r = centroid_test(tpf, period, t0, dur, aperture_mask='pipeline', plot=False)

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

vetting-0.1.2.tar.gz (6.0 kB view details)

Uploaded Source

Built Distribution

vetting-0.1.2-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file vetting-0.1.2.tar.gz.

File metadata

  • Download URL: vetting-0.1.2.tar.gz
  • Upload date:
  • Size: 6.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.8.0 Darwin/19.6.0

File hashes

Hashes for vetting-0.1.2.tar.gz
Algorithm Hash digest
SHA256 4f3785dc0be24ae72a7eb36acc2196cca3c86a3cc6bc4dfca49f401fa79f8b43
MD5 97fdcc03403ffa5d41f2d8f1bb4d249c
BLAKE2b-256 fc45bd0b40b5b77ed32c5b6afdd960034ec741a5fb3563f327fbf3a663de54cf

See more details on using hashes here.

File details

Details for the file vetting-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: vetting-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 6.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.8.0 Darwin/19.6.0

File hashes

Hashes for vetting-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3183c4365e42510f97c4fe4d92f1dae86407ae915bc6a0b4f6984ce15818d834
MD5 8a00b519ceefe75e6be41afb5e6daa6a
BLAKE2b-256 490f59b25e5c48d75c05f7b89c267b21e254f4012d0c6f37d08a833164ee273d

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