/kbmod-regionsearch

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

logo

LINCC Frameworks kbmod-regionsearch

A library to find pointings that include a region in the solar system.

Getting started

git clone https://github.com/dirac-institute/kbmod-regionsearch.git
cd kbmod-regionsearch
pip install .

To verify that the installation was successful run the tests:

pytest tests

Developers will want to install the package as editable with developer tools. This has additional requirements and capabilities.

pip install -e .[dev]
(cd docs && make html;) && open _readthedocs/html/index.html

Acknowledgements

LINCC Frameworks is supported by Schmidt Futures, a philanthropic initiative founded by Eric and Wendy Schmidt, as part of the Virtual Institute of Astrophysics (VIA).

This project was automatically generated using the LINCC-Frameworks python-project-template.

Template

For more information about the project template see the documentation.