.flake8
.gitignore
.pylintrc
.rstcheck.cfg
CHANGELOG.md
CODEOWNERS
LICENSE.md
MANIFEST.in
README.md
noxfile.py
readthedocs.yml
setup.cfg
setup.py
.github/workflows/pythonapp.yml
bin/build_sdssv_plateholes
bin/list_missing_cadences
bin/recreate_indexes
bin/target_selection
bin/yanny_scraper
docs/sphinx/Makefile
docs/sphinx/api.rst
docs/sphinx/changelog.md
docs/sphinx/cli.rst
docs/sphinx/conf.py
docs/sphinx/cross-match.rst
docs/sphinx/database.rst
docs/sphinx/index.rst
docs/sphinx/skies.rst
docs/sphinx/tagging.rst
docs/sphinx/target-selection.rst
docs/sphinx/_static/Catalogdb_Crossmatch.png
docs/sphinx/_static/custom.css
docs/sphinx/_static/custom_bootstrap.css
docs/sphinx/_static/favicon_sdssv.ico
docs/sphinx/_static/pygments.css
docs/sphinx/_static/sample_graph.graffle
docs/sphinx/_static/sample_graph.png
docs/sphinx/_static/sdssv_logo.png
docs/sphinx/_static/sdssv_logo_small.png
docs/sphinx/_templates/fulltoc.html
docs/sphinx/_templates/layout.html
docs/website/bhm_cartons/README_build_tables.sh
docs/website/bhm_cartons/carton_descriptions.json
docs/website/bhm_cartons/proc_carton_desc.py
etc/config.ini
etc/target_selection.module
python/sdss_target_selection.egg-info/PKG-INFO
python/sdss_target_selection.egg-info/SOURCES.txt
python/sdss_target_selection.egg-info/dependency_links.txt
python/sdss_target_selection.egg-info/not-zip-safe
python/sdss_target_selection.egg-info/requires.txt
python/sdss_target_selection.egg-info/top_level.txt
python/target_selection/__init__.py
python/target_selection/__main__.py
python/target_selection/exceptions.py
python/target_selection/mag_flux.py
python/target_selection/skies.py
python/target_selection/utils.py
python/target_selection/xmatch.py
python/target_selection/cartons/__init__.py
python/target_selection/cartons/base.py
python/target_selection/cartons/bhm_aqmes.py
python/target_selection/cartons/bhm_csc.py
python/target_selection/cartons/bhm_galaxies.py
python/target_selection/cartons/bhm_gua.py
python/target_selection/cartons/bhm_rm.py
python/target_selection/cartons/bhm_spiders_agn.py
python/target_selection/cartons/bhm_spiders_clusters.py
python/target_selection/cartons/guide.py
python/target_selection/cartons/mwm_cb.py
python/target_selection/cartons/mwm_cb_uvex.py
python/target_selection/cartons/mwm_dust.py
python/target_selection/cartons/mwm_erosita.py
python/target_selection/cartons/mwm_galactic.py
python/target_selection/cartons/mwm_halo.py
python/target_selection/cartons/mwm_legacy_ir2opt.py
python/target_selection/cartons/mwm_ob.py
python/target_selection/cartons/mwm_planet.py
python/target_selection/cartons/mwm_rv.py
python/target_selection/cartons/mwm_snc.py
python/target_selection/cartons/mwm_tess_ob.py
python/target_selection/cartons/mwm_tess_rgb.py
python/target_selection/cartons/mwm_wd.py
python/target_selection/cartons/mwm_yso.py
python/target_selection/cartons/ops_apogee_stds.py
python/target_selection/cartons/ops_boss_stds.py
python/target_selection/cartons/ops_bright_stars.py
python/target_selection/cartons/ops_skies.py
python/target_selection/cartons/skymask.py
python/target_selection/cartons/tools.py
python/target_selection/config/target_selection.yml
python/target_selection/config/target_selection_v0.yml
python/target_selection/config/xmatch_v0.yml
python/target_selection/config/xmatch_v0p5.yml
python/target_selection/config/xmatch_v1.yml
python/target_selection/masks/AQMES_wboss_imaging_NGC_proc.ply
python/target_selection/masks/candidate_target_fields_bhm_aqmes_med_v0.2.1.fits
python/target_selection/masks/candidate_target_fields_bhm_aqmes_med_v0.3.1.fits
python/target_selection/masks/candidate_target_fields_bhm_aqmes_wide_v0.2.1.fits
python/target_selection/masks/candidate_target_fields_bhm_aqmes_wide_v0.3.1.fits
python/target_selection/masks/candidate_target_fields_bhm_rm_v0.2.1.fits
python/target_selection/masks/rsFields-annotated-lco-deep_proc.ply
python/target_selection/masks/rsFields_boss_survey.fits
python/target_selection/masks/rsFields_boss_survey_sgc.fits
tests/__init__.py
tests/conftest.py