https://github.com/adrn/thejoker

A custom Monte Carlo sampler for the (gravitational) two-body problem

https://github.com/adrn/thejoker

Science Score: 33.0%

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

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: arxiv.org, zenodo.org
  • Committers with academic emails
    1 of 3 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.0%) to scientific vocabulary

Keywords

astronomy binary-stars exoplanets monte-carlo radial-velocity stars
Last synced: 10 months ago · JSON representation

Repository

A custom Monte Carlo sampler for the (gravitational) two-body problem

Basic Info
  • Host: GitHub
  • Owner: adrn
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 27.7 MB
Statistics
  • Stars: 33
  • Watchers: 6
  • Forks: 9
  • Open Issues: 17
  • Releases: 8
Topics
astronomy binary-stars exoplanets monte-carlo radial-velocity stars
Created almost 10 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Changelog License

README.rst

The Joker [YO-ker]
==================

.. image:: https://img.shields.io/badge/Made%20at-%23AstroHackWeek-8063d5.svg?style=flat
        :target: http://astrohackweek.org/
.. image:: https://github.com/adrn/thejoker/actions/workflows/ci.yml/badge.svg
        :target: https://github.com/adrn/thejoker/actions/workflows/ci.yml


A custom Monte Carlo sampler for the two-body problem.

Authors
-------

- **Adrian Price-Whelan** (Flatiron Institute)
- **David W. Hogg** (NYU, MPIA, & Flatiron Institute)
- **Dan Foreman-Mackey** (Flatiron Institute)

Installation
------------

To install the latest stable release, use `pip`::

    pip install thejoker

To install the development version::

    pip install git+https://github.com/adrn/thejoker

Attribution
-----------

.. image:: http://img.shields.io/badge/arXiv-1610.07602-orange.svg?style=flat
        :target: https://arxiv.org/abs/1610.07602
.. image:: https://img.shields.io/badge/ascl-1701.001-blue.svg?colorB=262255
        :target: http://ascl.net/1701.001
.. image:: https://zenodo.org/badge/67356932.svg
        :target: https://zenodo.org/badge/latestdoi/67356932

If you make use of this code, please cite the paper describing the method:
`Price-Whelan et al. 2017
`_

Documentation
-------------

.. image:: https://readthedocs.org/projects/thejoker/badge/?version=latest
        :target: http://thejoker.readthedocs.io/

See `the documentation `_ for information on how
to install and use The Joker.

License
-------

.. image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
        :target: https://github.com/adrn/thejoker/blob/main/LICENSE

Owner

  • Name: Adrian Price-Whelan
  • Login: adrn
  • Kind: user
  • Location: NYC
  • Company: Flatiron Institute

GitHub Events

Total
  • Issues event: 2
  • Watch event: 2
  • Issue comment event: 4
  • Fork event: 1
Last Year
  • Issues event: 2
  • Watch event: 2
  • Issue comment event: 4
  • Fork event: 1

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 1,123
  • Total Committers: 3
  • Avg Commits per committer: 374.333
  • Development Distribution Score (DDS): 0.002
Past Year
  • Commits: 73
  • Committers: 1
  • Avg Commits per committer: 73.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Adrian Price-Whelan a****w@g****m 1,121
P. L. Lim 2****m 1
David W. Hogg d****g@n****u 1
Committer Domains (Top 20 + Academic)
nyu.edu: 1

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 88
  • Total pull requests: 30
  • Average time to close issues: 5 months
  • Average time to close pull requests: about 2 months
  • Total issue authors: 16
  • Total pull request authors: 2
  • Average comments per issue: 2.19
  • Average comments per pull request: 0.9
  • Merged pull requests: 28
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 3
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 day
  • Issue authors: 2
  • Pull request authors: 1
  • Average comments per issue: 2.67
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • adrn (39)
  • davidwhogg (20)
  • stephtdouglas (7)
  • benjaminpope (5)
  • zhexingli (4)
  • ella918 (2)
  • leerosenthalj (2)
  • SakakinoKonomi (1)
  • yanhuahui1 (1)
  • jvillasr (1)
  • AstroJLin (1)
  • a-qy (1)
  • ricardoV94 (1)
  • megbedell (1)
  • caseylam (1)
Pull Request Authors
  • adrn (33)
  • pllim (1)
Top Labels
Issue Labels
paper (20) bug (9) enhancement (9) engineering (4) question (3) wontfix (1)
Pull Request Labels
paper (1) enhancement (1)

Dependencies

environment.yml conda
  • mkl
  • pip
  • python 3.8.*
docs/requirements.txt pypi
  • astropy *
  • astropy-helpers *
  • corner *
  • cython *
  • emcee ==2.2.1
  • h5py *
  • ipykernel *
  • matplotlib *
  • nbconvert *
  • nbsphinx *
  • numpy *
  • schwimmbad *
  • scipy *
  • sphinx *
  • sphinx_astropy *
  • twobody *