Skip to content

Commit

Permalink
edits for tag1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
astronomygupta committed Jul 28, 2024
1 parent 5bf242f commit c5e1364
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

# 1.3.8 - July 29, 2024

## New

* add cartons to target_selection plan 1.2.9

## 1.3.7 - July 28, 2024

## New
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.8.a0"
version = "1.3.8"
description = "Code to perform target selection for BHM/MWM using catalogdb"
authors = ["José Sánchez-Gallego <[email protected]>"]
license = "BSD 3-Clause"
Expand Down
25 changes: 25 additions & 0 deletions python/target_selection/config/target_selection.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
'1.2.9':
xmatch_plan: 1.0.0
cartons:
- mwm_wd_pwd_boss
- mwm_wd_gaia_boss
- mwm_wd_pwd_boss_2x1
- mwm_wd_pwd_boss_1x3
- mwm_wd_pwd_boss_1x2
- mwm_wd_gaia_boss_2x1
- mwm_wd_gaia_boss_1x3
- mwm_wd_gaia_boss_1x2
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: '200MB'
enable_bitmapscan: false
enable_seqscan: false

'1.2.8':
xmatch_plan: 1.0.0
cartons:
Expand Down

0 comments on commit c5e1364

Please sign in to comment.