Skip to content

Commit

Permalink
Add plan for xmatch 1.1.1 (marvels_dr11_star)
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Apr 25, 2024
1 parent dcfa982 commit 9a974e8
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions python/target_selection/config/xmatch_v1.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
'1.1.1':
run_id: 9
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:
- 'tycho2'
- 'catalog_to_tycho2'
- 'twomass_psc'
- 'catalog_to_twomass_psc'
version_id: 31
order:
- marvels_dr11_star
tables:
marvels_dr11_star:
ra_column: ra_final
dec_column: dec_final
join_paths:
- ['marvels_dr11_star', 'tycho2', 'catalog_to_tycho2', 'catalog']
- ['marvels_dr11_star', 'twomass_psc', 'catalog_to_twomass_psc', 'catalog']
database_options:
work_mem: '10GB'
temp_buffers: '5GB'
maintenance_work_mem: '5GB'
enable_hashjoin: false

'1.1.0':
run_id: 8
query_radius: 1.0
Expand Down

0 comments on commit 9a974e8

Please sign in to comment.