Skip to content

Commit

Permalink
Modify xmatch code to allow addenda and xmatch 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Sep 28, 2023
1 parent 40e5f64 commit e76fb15
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 73 deletions.
37 changes: 37 additions & 0 deletions python/target_selection/config/xmatch_v1.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
'1.1.0':
run_id: 8
query_radius: 1.0
show_sql: True
schema: catalogdb
output_table: catalog
start_node: gaia_dr3_source
debug: true
log_path: xmatch_{plan}.log
path_mode: config_list
extra_nodes:
- 'gaia_dr3_source'
- 'catalog_to_gaia_dr3_source'
- 'twomass_psc'
- 'catalog_to_twomass_psc'
version_id: 31
order:
- allstar_dr17_synspec_rev1
tables:
allstar_dr17_synspec_rev1:
ra_column: ra
dec_column: dec
pmra_column: gaiaedr3_pmra
pmdec_column: gaiaedr3_pmdec
is_pmra_cos: true
parallax_column: gaiaedr3_parallax
has_missing_coordinates: true
epoch: 2016.0
join_paths:
- ['allstar_dr17_synspec_rev1', 'gaia_dr3_source', 'catalog_to_gaia_dr3_source', 'catalog']
- ['allstar_dr17_synspec_rev1', 'twomass_psc', 'catalog_to_twomass_psc', 'catalog']
database_options:
work_mem: '10GB'
temp_buffers: '5GB'
maintenance_work_mem: '5GB'
enable_hashjoin: false

'1.0.0':
run_id: 7
query_radius: 1.0
Expand Down
Loading

0 comments on commit e76fb15

Please sign in to comment.