Metadata-Version: 2.4
Name: desitarget
Version: 4.4.0.dev5869
Summary: DESI targeting
Home-page: https://github.com/desihub/desitarget
Author: DESI Collaboration
Author-email: desi-data@desi.lbl.gov
License: BSD-3-Clause
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
Requires-Dist: pytz
Requires-Dist: astropy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: healpy
Requires-Dist: fitsio
Requires-Dist: numba
Requires-Dist: desiutil
Requires-Dist: desimodel
Provides-Extra: all
Requires-Dist: photutils; extra == "all"
Requires-Dist: joblib; extra == "all"
Requires-Dist: sklearn; extra == "all"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Provides-Extra: coverage
Requires-Dist: pytest-cov; extra == "coverage"
Requires-Dist: coveralls; extra == "coverage"
Provides-Extra: doc
Requires-Dist: Sphinx; extra == "doc"
Requires-Dist: sphinx-rtd-theme; extra == "doc"
Dynamic: license-file

==========
desitarget
==========


|Actions Status| |Coveralls Status| |Documentation Status|

.. |Actions Status| image:: https://github.com/desihub/desitarget/workflows/CI/badge.svg
    :target: https://github.com/desihub/desitarget/actions
    :alt: GitHub Actions CI Status

.. |Coveralls Status| image:: https://coveralls.io/repos/desihub/desitarget/badge.svg
    :target: https://coveralls.io/github/desihub/desitarget
    :alt: Test Coverage Status

.. |Documentation Status| image:: https://readthedocs.org/projects/desitarget/badge/?version=latest
    :target: https://desitarget.readthedocs.io/en/latest/
    :alt: Documentation Status

Introduction
------------

This package contains scripts and packages for selecting DESI targets
from photometric catalogs.

Installation
------------

You can install these tools in a variety of ways.  Here are several that may be of interest:

1.  Manually running from the git checkout.  Add the "bin" directory to your
    ``$PATH`` environment variable and add the "py" directory to your
    ``$PYTHONPATH`` environment variable.
2.  Install (and uninstall) a symlink to your live git checkout::

    $>  python setup.py develop --prefix=/path/to/somewhere
    $>  python setup.py develop --prefix=/path/to/somewhere --uninstall

3.  Install a fixed version of the tools::

    $>  python setup.py install --prefix=/path/to/somewhere

Versioning
----------

If you have tagged a version and wish to set the package version based on your
current git location::

    $>  python setup.py version

And then install as usual

Full Documentation
------------------

Please visit `desitarget on Read the Docs`_

.. _`desitarget on Read the Docs`: https://desitarget.readthedocs.io/en/latest/

License
-------

desitarget is free software licensed under a 3-clause BSD-style license. For details see
the ``LICENSE.rst`` file.
