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.7.tar.gz (7.0 kB view details)

Uploaded Source

Built Distribution

vetting-0.1.7-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: vetting-0.1.7.tar.gz
  • Upload date:
  • Size: 7.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.7.9 Darwin/20.6.0

File hashes

Hashes for vetting-0.1.7.tar.gz
Algorithm Hash digest
SHA256 1e9d0ece119e381ff01d39c641e12b20d7244e70c504de6f941d7f38b5c3c7da
MD5 ffab29e48dc10315ea109c1f151276bf
BLAKE2b-256 230e08597c5d4852090568e9726c410d7fe874e05ea38b095c6fe4074b05386a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vetting-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 7.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.7.9 Darwin/20.6.0

File hashes

Hashes for vetting-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 1d95961d81c30a473893fe3d5ef5cc97699bfa830f5605d3888acb5ff895c562
MD5 2c6f332c799e4f53071f972256bb3c98
BLAKE2b-256 1bcb73ad7223a14cdc69a2a4b2c6ff13080c1bc356dc24e67fae0bc4483260c5

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