Estimate physical quantities of a binary star system from observed quantities.
See DESCRIPTION.rst.
.. toctree:: DESCRIPTION
See repository wiki.
$ pip install binstarsolver
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
See CONTRIBUTING.rst.
.. toctree:: CONTRIBUTING