From 2d60a2a6b777157c793ce2c7c42941d786169151 Mon Sep 17 00:00:00 2001 From: Pramod Gupta <61213683+astronomygupta@users.noreply.github.com> Date: Tue, 26 Nov 2024 10:18:26 -0800 Subject: [PATCH] edits for tag1.3.17 (#498) --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- .../target_selection/config/target_selection.yml | 15 +++++++++++++++ 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 506e6af6..ea32cdc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,12 @@ ## Next version +## 1.3.17 - November 26, 2024 + ### 🚀 New +* manual carton target_selection plan 1.2.17 + * [#425](https://github.com/sdss/target_selection/pull/425) New code to update the ``sdss_id`` tables by @zachway1996 diff --git a/pyproject.toml b/pyproject.toml index 3ef766cc..d65f65da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sdss-target-selection" -version = "1.3.17a0" +version = "1.3.17" description = "Code to perform target selection for BHM/MWM using catalogdb" authors = ["José Sánchez-Gallego "] license = "BSD 3-Clause" diff --git a/python/target_selection/config/target_selection.yml b/python/target_selection/config/target_selection.yml index 40367802..5ff2b941 100644 --- a/python/target_selection/config/target_selection.yml +++ b/python/target_selection/config/target_selection.yml @@ -1,3 +1,18 @@ +'1.2.17': + xmatch_plan: 1.0.0 + cartons: + open_fiber_path: /uufs/chpc.utah.edu/common/home/sdss50/sdsswork/target/open_fiber/postv1/draft2/ + schema: sandbox + magnitudes: + h: [catalog_to_twomass_psc, twomass_psc, twomass_psc.h_m] + j: [catalog_to_twomass_psc, twomass_psc, twomass_psc.j_m] + k: [catalog_to_twomass_psc, twomass_psc, twomass_psc.k_m] + bp: [catalog_to_gaia_dr3_source, gaia_dr3_source, gaia_dr3_source.phot_bp_mean_mag] + rp: [catalog_to_gaia_dr3_source, gaia_dr3_source, gaia_dr3_source.phot_rp_mean_mag] + gaia_g: [catalog_to_gaia_dr3_source, gaia_dr3_source, gaia_dr3_source.phot_g_mean_mag] + database_options: + work_mem: '2000MB' + '1.2.16': xmatch_plan: 1.0.0 cartons: