From 9a974e89105d10a9b44d7dd338e793d25c5f0f3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20S=C3=A1nchez-Gallego?= Date: Thu, 25 Apr 2024 15:36:15 -0600 Subject: [PATCH] Add plan for xmatch 1.1.1 (marvels_dr11_star) --- python/target_selection/config/xmatch_v1.yml | 31 ++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/python/target_selection/config/xmatch_v1.yml b/python/target_selection/config/xmatch_v1.yml index 72b191d3..bb35cc59 100644 --- a/python/target_selection/config/xmatch_v1.yml +++ b/python/target_selection/config/xmatch_v1.yml @@ -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