binstarsolver

Estimate physical quantities of a binary star system from observed quantities.


Keywords
astronomy, astrophysics, binary, stars, observing
License
MIT
Install
pip install binstarsolver==0.1.1

Documentation

binstarsolver

Estimate physical quantities of a binary star system from observed quantities.

Description

For the Python Packaging Index binstarsolver description, see DESCRIPTION.rst.

.. toctree::

   DESCRIPTION

Examples and Q&A forum

Citations

Installation and upgrades

Use Python Packaging Index:

$ pip install binstarsolver
$ pip install binstarsolver --upgrade

Testing

Use pytest:

$ git clone https://github.com/ccd-utexas/binstarsolver.git
$ cd binstarsolver
$ git tag --list
$ git checkout tags/v0.1.2 # or latest tag name
$ pip install -e .[test] # installs packages for testing
$ py.test -v

Contributing

For contributing code, please see CONTRIBUTING.rst. For other ways to contribute, please see the sections 'Examples' and 'Q&A forum' above.

.. toctree::

   CONTRIBUTING