Skip to content

Commit

Permalink
edits for tag1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
astronomygupta committed Oct 12, 2023
1 parent 5b6f1c5 commit 3714c34
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.1.1 - October 13, 2023

### Fixed

* mwm_rv.py: mwm_bin_rv_short_rgb_apogee: remove downsampling.
* Update target_selection.yml for target_selection_plan 1.0.51.

## 1.1.0 - September 28, 2023

### New
Expand Down
16 changes: 16 additions & 0 deletions python/target_selection/config/target_selection.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
'1.0.51':
xmatch_plan: 1.0.0
cartons:
- mwm_bin_rv_short_rgb_apogee
open_fiber_path: /uufs/chpc.utah.edu/common/home/sdss50/sdsswork/target/open_fiber/1.0.0/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.50':
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.1.1a0
version = 1.1.1
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 3714c34

Please sign in to comment.