From 58858eb0e90c5f5631eb49637e5247546a4dcf15 Mon Sep 17 00:00:00 2001 From: Pramod Gupta Date: Mon, 15 Jul 2024 14:34:32 -0600 Subject: [PATCH] edits for tag1.3.2 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- .../target_selection/config/target_selection.yml | 16 ++++++++++++++++ 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ae75732..184a0015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.3.2 - July 15, 2024 + +### Improved + +* Add cartons to target_selection plan 1.2.3 + ## 1.3.1 - July 12, 2024 ### ✨Improved diff --git a/pyproject.toml b/pyproject.toml index f7fd9bb9..a127e2c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sdss-target-selection" -version = "1.3.2.a0" +version = "1.3.2" 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 09ea47a9..e7aac040 100644 --- a/python/target_selection/config/target_selection.yml +++ b/python/target_selection/config/target_selection.yml @@ -1,3 +1,19 @@ +'1.2.3': + xmatch_plan: 1.0.0 + cartons: + - openfibertargets_mwm_more_ob_boss + 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: '1GB' + '1.2.2': xmatch_plan: 1.0.0 cartons: