Metadata-Version: 2.1
Name: sdss-target-selection
Version: 0.1.2
Summary: Code to perform target selection for BHM/MWM using catalogdb
Home-page: https://github.com/sdss/target_selection
Author: José Sánchez-Gallego
Author-email: gallegoj@uw.edu
License: BSD 3-Clause License
Project-URL: Repository, https://github.com/sdss/target_selection
Project-URL: Documentation, https://sdss-target-selection.readthedocs.org
Keywords: astronomy,software
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.18.1)
Requires-Dist: pydl (>=1.0.0rc1)
Requires-Dist: sdssdb (>=0.4.2)
Requires-Dist: click (>=7.0)
Requires-Dist: astropy (>=4.0.0)
Requires-Dist: networkx (>=2.4)
Requires-Dist: pandas (>=1.0.0)
Requires-Dist: healpy (<=1.13.0)
Requires-Dist: pymangle (>=0.9.1)
Requires-Dist: tables (>=3.6.1)
Requires-Dist: sdsstools (>=0.4.5)
Requires-Dist: enlighten (>=1.4.0)
Provides-Extra: dev
Requires-Dist: Sphinx (>=2.1.0) ; extra == 'dev'
Requires-Dist: sphinx-click (>=2.3.0) ; extra == 'dev'
Requires-Dist: ipython (>=7.9.0) ; extra == 'dev'
Requires-Dist: matplotlib (>=3.1.1) ; extra == 'dev'
Requires-Dist: flake8 (>=3.7.9) ; extra == 'dev'
Requires-Dist: doc8 (>=0.8.0) ; extra == 'dev'
Requires-Dist: pytest (>=5.2.2) ; extra == 'dev'
Requires-Dist: pytest-asyncio (>=0.10.0) ; extra == 'dev'
Requires-Dist: pytest-cov (>=2.8.1) ; extra == 'dev'
Requires-Dist: pytest-mock (>=1.13.0) ; extra == 'dev'
Requires-Dist: pytest-sugar (>=0.9.2) ; extra == 'dev'
Requires-Dist: isort (>=5.0.0) ; extra == 'dev'
Requires-Dist: codecov (>=2.0.15) ; extra == 'dev'
Requires-Dist: coverage[toml] (>=5.0) ; extra == 'dev'
Requires-Dist: ipdb (>=0.12.3) ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: Sphinx (>=2.1.0) ; extra == 'docs'
Requires-Dist: sphinx-click (>=2.3.0) ; extra == 'docs'

# target_selection

![Versions](https://img.shields.io/badge/python->3.7-blue)
[![Documentation Status](https://readthedocs.org/projects/sdss-target-selection/badge/?version=latest)](https://sdss-target-selection.readthedocs.io/en/latest/?badge=latest)
<!-- [![Travis (.org)](https://img.shields.io/travis/sdss/target_selection)](https://travis-ci.org/sdss/target_selection)
[![codecov](https://codecov.io/gh/sdss/target_selection/branch/main/graph/badge.svg)](https://codecov.io/gh/sdss/target_selection) -->

Code to perform target selection for BHM/MWM using catalogdb.

## Installation

To install `target_selection` do

```console
$ pip install numpy
$ pip install sdss-target-selection
```

Due to a misconfiguration in `pymange`, `numpy` needs to be installed before you can install `target_selection`.


