Skip to content

Commit

Permalink
Tag1.2.7 (#447)
Browse files Browse the repository at this point in the history
* target_selection.yml: add plan 1.2.0 for postv1 openfiber cartons

* edits for tag1.2.7

* edits for tag1.2.7
  • Loading branch information
astronomygupta authored Jun 22, 2024
1 parent 9902012 commit 700b4cc
Show file tree
Hide file tree
Showing 3 changed files with 22 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.2.7 - June 20, 2024

### New

* tools.py: add column LegacySurvey_DR10_ID for manual carton fits file

## 1.2.6 - June 3, 2024

### New
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.0':
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: '5GB'

'1.0.52':
xmatch_plan: 1.0.0
cartons:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = sdss-target-selection
version = 1.2.7-alpha.0
version = 1.2.7
author = José Sánchez-Gallego
author_email = [email protected]
description = Code to perform target selection for BHM/MWM using catalogdb
Expand Down

0 comments on commit 700b4cc

Please sign in to comment.