Skip to content

Commit

Permalink
edits for tag1.3.17 (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
astronomygupta authored Nov 26, 2024
1 parent d67ade9 commit 2d60a2a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "BSD 3-Clause"
Expand Down
15 changes: 15 additions & 0 deletions python/target_selection/config/target_selection.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 2d60a2a

Please sign in to comment.