Estimate physical quantities of a binary star system from observed quantities.
For the Python Packaging Index binstarsolver description, see DESCRIPTION.rst.
.. toctree:: DESCRIPTION
- For explanations of examples, please see the binstarsolver GitHub wiki.
- For questions and discussion, please see the binstarsolver Google group.
- Got a second for a user survey? I'd love your feedback! Thank you for being part of open science. (All survey responses are anonymous.)
- If this code is useful to your academic research, please consider citing it by including this DOI link: http://dx.doi.org/10.5281/zenodo.16983
$ pip install binstarsolver $ pip install binstarsolver --upgrade
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
For contributing code, please see CONTRIBUTING.rst. For other ways to contribute, please see the sections 'Examples' and 'Q&A forum' above.
.. toctree:: CONTRIBUTING