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.
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.
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
Release history Release notifications | RSS feed
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 vetting-0.1.1.tar.gz
.
File metadata
- Download URL: vetting-0.1.1.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.8.0 Darwin/19.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb4b45b85ed51543f5dc080fc61e76381e95c81edfd99b6d94e94a25bc3f6892 |
|
MD5 | 0b7454515628b086e8b84ca525550fcc |
|
BLAKE2b-256 | 6836a3254263a8ee58e53a6ac7760d9b8795a4e9facbb514633b1e5b85c9420e |
File details
Details for the file vetting-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: vetting-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.0 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0322701b9ab1552f7b8b712137206ad903bd8faf3cd3a50f35a2e78b5ffa8547 |
|
MD5 | 05079ab7aa80b3da882823dfb840738d |
|
BLAKE2b-256 | 81c0afdfbbb4c05609465cd554ed95397caf9359d15a58758c5d089c2363a3ba |