vetting

Simple, stand-alone tools for vetting transit signals in Kepler, K2 and TESS data

https://github.com/ssdatalab/vetting

Science Score: 77.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: iop.org
  • Committers with academic emails
    1 of 2 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Simple, stand-alone tools for vetting transit signals in Kepler, K2 and TESS data

Basic Info
  • Host: GitHub
  • Owner: SSDataLab
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 5.49 MB
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 3
  • Open Issues: 3
  • Releases: 2
Created about 5 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License Citation

README.md

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 paper

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:

```python import lightkurve as lk from vetting import centroid_test

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

Owner

  • Name: Space Science Data Lab
  • Login: SSDataLab
  • Kind: organization
  • Email: christina.l.hedges@nasa.gov
  • Location: NASA Ames

Space Science Data Lab at NASA Ames

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Hedges
  given-names: Christina
  orcid: "https://orcid.org/0000-0002-3385-8391"
title: "vetting"
version: 0.1.9
doi: 10.5281/zenodo.5637490
date-released: 2021-11-1
url: "https://github.com/SSDataLab/vetting"
preferred-citation:
  type: article
  authors:
  - family-names: Hedges
    given-names: Christina
    orcid: "https://orcid.org/0000-0002-3385-8391"
  doi: "10.3847/2515-5172/ac376a"
  journal: "Research Notes of the American Astronomical Society"
  month: 11
  start: 262 # First page number
  end: 264 # Last page number
  title: "Vetting: A Stand-alone Tool for Finding Centroid Offsets in NASA Kepler, K2, and TESS, Alerting the Presence of Exoplanet False Positives"
  issue: 11
  volume: 5
  year: 2021

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 48
  • Total Committers: 2
  • Avg Commits per committer: 24.0
  • Development Distribution Score (DDS): 0.021
Top Committers
Name Email Commits
Christina Hedges c****s@n****v 47
Christina Hedges 1****s@u****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 3
  • Total pull requests: 6
  • Average time to close issues: 4 months
  • Average time to close pull requests: about 1 hour
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • christinahedges (3)
Pull Request Authors
  • christinahedges (5)
  • orionlee (1)
Top Labels
Issue Labels
question (1) bug (1)
Pull Request Labels

Dependencies

poetry.lock pypi
  • appdirs 1.4.4 develop
  • appnope 0.1.2 develop
  • atomicwrites 1.4.0 develop
  • attrs 20.3.0 develop
  • backcall 0.2.0 develop
  • black 20.8b1 develop
  • click 7.1.2 develop
  • colorama 0.4.4 develop
  • decorator 5.0.7 develop
  • flake8 3.9.1 develop
  • iniconfig 1.1.1 develop
  • ipython 7.22.0 develop
  • ipython-genutils 0.2.0 develop
  • jedi 0.18.0 develop
  • mccabe 0.6.1 develop
  • mypy-extensions 0.4.3 develop
  • parso 0.8.2 develop
  • pathspec 0.8.1 develop
  • pexpect 4.8.0 develop
  • pickleshare 0.7.5 develop
  • pluggy 0.13.1 develop
  • prompt-toolkit 3.0.18 develop
  • ptyprocess 0.7.0 develop
  • py 1.10.0 develop
  • pycodestyle 2.7.0 develop
  • pyflakes 2.3.1 develop
  • pygments 2.8.1 develop
  • pytest 6.2.3 develop
  • regex 2021.4.4 develop
  • toml 0.10.2 develop
  • traitlets 5.0.5 develop
  • typed-ast 1.4.3 develop
  • wcwidth 0.2.5 develop
  • astropy 4.2.1
  • astroquery 0.4.1
  • autograd 1.3
  • beautifulsoup4 4.9.3
  • bokeh 2.3.1
  • certifi 2020.12.5
  • cffi 1.14.5
  • chardet 4.0.0
  • corner 2.2.1
  • cryptography 3.4.7
  • cycler 0.10.0
  • fbpca 1.0
  • future 0.18.2
  • html5lib 1.1
  • idna 2.10
  • importlib-metadata 4.0.1
  • jeepney 0.6.0
  • jinja2 2.11.3
  • joblib 1.0.1
  • keyring 23.0.1
  • kiwisolver 1.3.1
  • lightkurve 2.0.9
  • markupsafe 1.1.1
  • matplotlib 3.4.1
  • memoization 0.3.2
  • numpy 1.20.2
  • oktopus 0.1.2
  • packaging 20.9
  • pandas 1.1.5
  • patsy 0.5.1
  • pillow 8.2.0
  • pycparser 2.20
  • pyerfa 1.7.3
  • pyparsing 2.4.7
  • python-dateutil 2.8.1
  • pytz 2021.1
  • pywin32-ctypes 0.2.0
  • pyyaml 5.4.1
  • requests 2.25.1
  • scikit-learn 0.24.2
  • scipy 1.6.1
  • secretstorage 3.3.1
  • six 1.15.0
  • soupsieve 2.2.1
  • threadpoolctl 2.1.0
  • tornado 6.1
  • tqdm 4.60.0
  • typing-extensions 3.7.4.3
  • uncertainties 3.1.5
  • urllib3 1.26.4
  • webencodings 0.5.1
  • zipp 3.4.1
pyproject.toml pypi
  • black ^20.8b1 develop
  • flake8 ^3.8.4 develop
  • ipython ^7.19.0 develop
  • pytest ^6.2.1 develop
  • corner ^2.1.0
  • lightkurve >=2.0.9
  • python ^3.7
.github/workflows/tests.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite