Science Score: 44.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
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.7%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
A data analysis framework for exoplanet detection
Basic Info
- Host: GitHub
- Owner: kima-org
- License: mit
- Language: C++
- Default Branch: main
- Homepage: http://www.kima.science
- Size: 8.23 MB
Statistics
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 23
- Releases: 0
Created over 2 years ago
· Last pushed 6 months ago
Metadata Files
Readme
License
Citation
README.md
A data analysis framework for exoplanet detection
[![Button Shield]][Shield]
Owner
- Name: kima
- Login: kima-org
- Kind: organization
- Email: joao.faria@astro.up.pt
- Location: Portugal
- Website: www.kima.science
- Repositories: 2
- Profile: https://github.com/kima-org
A data analysis framework for exoplanet detection
Citation (CITATION.cff)
cff-version: 1.2.0
title: 'kima: Exoplanet detection in radial velocities'
type: software
authors:
- family-names: Faria
given-names: J. P.
orcid: 'https://orcid.org/0000-0002-6728-244X'
email: joao.faria@unige.ch
- family-names: Santos
given-names: N. C.
orcid: 'https://orcid.org/0000-0003-4422-2919'
- family-names: Figueira
given-names: P.
orcid: 'https://orcid.org/0000-0001-8504-283X'
- family-names: Brewer
given-names: B. J.
orcid: 'https://orcid.org/0000-0002-6728-244X'
identifiers:
- type: doi
value: 10.21105/joss.00487
description: JOSS paper
- type: url
value: 'https://arxiv.org/abs/1806.08305'
description: ArXiv URL
repository-code: 'https://github.com/kima-org/kima'
url: 'https://kima.science'
abstract: >-
The radial-velocity (RV) method is one of the most
successful in the detection of exoplanets, but is hindered
by the intrinsic RV variations of the star, which can
easily mimic or hide true planetary signals. kima is a
package for the detection and characterization of
exoplanets using RV data. It fits Keplerian curves to a
timeseries of RV measurements and calculates the evidence
for models with a fixed number Np of Keplerian signals, or
after marginalising over Np. Moreover, kima can use a GP
with a quasi-periodic kernel as a noise model, to deal
with activity-induced signals. The hyperparameters of the
GP are inferred together with the orbital parameters. The
code is written in C++, but includes easy-to-use Python
bindings which facilitates the analysis of the results.
license: MIT
doi: 10.21105/joss.00487
GitHub Events
Total
- Create event: 6
- Commit comment event: 5
- Issues event: 32
- Watch event: 4
- Delete event: 1
- Issue comment event: 34
- Push event: 117
- Pull request event: 1
- Fork event: 1
Last Year
- Create event: 6
- Commit comment event: 5
- Issues event: 32
- Watch event: 4
- Delete event: 1
- Issue comment event: 34
- Push event: 117
- Pull request event: 1
- Fork event: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 18
- Total pull requests: 1
- Average time to close issues: over 1 year
- Average time to close pull requests: 1 day
- Total issue authors: 7
- Total pull request authors: 1
- Average comments per issue: 1.28
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 8
- Pull requests: 1
- Average time to close issues: 8 days
- Average time to close pull requests: 1 day
- Issue authors: 4
- Pull request authors: 1
- Average comments per issue: 0.75
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- j-faria (17)
- Kamuish (10)
- ThomasBaycroft (1)
- Matt-Standing (1)
- jlillo (1)
- pedrorfigueira (1)
- astudillo-defru (1)
- florian-lienhard (1)
- eggplantbren (1)
- karenacollins (1)
Pull Request Authors
- Kamuish (1)
- j-faria (1)
- dgegen (1)
Top Labels
Issue Labels
bug (7)
enhancement (5)
help wanted (3)
question (3)
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 606 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 21
- Total maintainers: 1
pypi.org: kima
A data analysis framework for exoplanet detection
- Homepage: http://www.kima.science
- Documentation: http://www.kima.science/docs/
- License: MIT License
-
Latest release: 6.2.4
published 10 months ago
Rankings
Dependent packages count: 6.6%
Average: 27.4%
Dependent repos count: 30.6%
Downloads: 45.0%
Maintainers (1)
Last synced:
6 months ago
Dependencies
.github/workflows/51Peg.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
.github/workflows/cmake_versions.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
- jwlawson/actions-setup-cmake v1.13 composite
.github/workflows/pip.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
pyproject.toml
pypi
- astropy *
- corner *
- jax *
- jaxlib *
- kumaraswamy *
- loguniform *
- matplotlib *
- numpy *
- psutil *
- rebound *
- scipy *
- tinygp *
- urepr *
src/vendor/DNest4/pyproject.toml
pypi
src/vendor/DNest4/setup.py
pypi
src/vendor/spleaf/setup.py
pypi
- numpy >=1.16
- scipy >=1.3
src/vendor/spleaf/pyproject.toml
pypi
.github/workflows/publish.yml
actions
- actions/checkout v4 composite
- actions/download-artifact v4 composite
- actions/upload-artifact v4 composite
- pypa/cibuildwheel v2.16.5 composite
- pypa/gh-action-pypi-publish release/v1 composite
src/vendor/gcem/.readthedocs.requirements.txt
pypi
- breathe ==4.34.0
- docutils ==0.17.1
- sphinx ==5.1.1
- sphinx-rtd-theme ==1.0.0
- sphinxcontrib-contentui ==0.2.5
- sphinxcontrib-katex ==0.8.6
src/vendor/gcem/binder/environment.yml
conda
- notebook
- xeus-cling 0.8.1.*
src/vendor/gcem/docs/environment.yml
conda
- doxygen 1.9.3.*