Skip to content

desihub/desitarget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9d9c72b · Mar 14, 2025
Feb 28, 2025
Feb 25, 2025
Oct 27, 2016
Mar 14, 2025
Jul 18, 2024
Mar 14, 2025
Feb 19, 2019
Oct 6, 2022
Sep 18, 2023
Feb 1, 2021
May 18, 2016
Feb 1, 2021
Mar 18, 2024
Oct 24, 2018
Jan 29, 2025

Repository files navigation

desitarget

GitHub Actions CI Status Test Coverage Status 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

License

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