From 02bd3aaea2792ff27fa0b9b80bc3aeec563c4f3f Mon Sep 17 00:00:00 2001 From: fangyuedong Date: Thu, 11 Apr 2024 00:24:17 +0800 Subject: [PATCH] clean in overall_config --- config/config_overall.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/config_overall.yaml b/config/config_overall.yaml index 3e68097..225aaa2 100644 --- a/config/config_overall.yaml +++ b/config/config_overall.yaml @@ -33,17 +33,14 @@ run_option: # in the corresponding (user defined) 'Catalog' class catalog_options: input_path: - # cat_dir: "Catalog_C6_20221212" cat_dir: "/public/share/yangxuliu/CSSOSDataProductsSims/data_50sqDeg/" star_cat: "starcat/" galaxy_cat: "qsocat/cat2CSSTSim_bundle-50sqDeg/" - # AGN_cat: "AGN_C6_ross13_rand_pos_rmax-1.3.fits" SED_templates_path: star_SED: "/public/share/yangxuliu/CSSOSDataProductsSims/data_50sqDeg/SpecLib.hdf5" galaxy_SED: "/public/share/yangxuliu/CSSOSDataProductsSims/data_50sqDeg/sedlibs/" AGN_SED: "/public/share/yangxuliu/CSSOSDataProductsSims/data_50sqDeg/qsocat/qsosed/" - # AGN_SED_WAVE: "wave_ross13.npy" # Only simulate stars? star_only: NO @@ -59,7 +56,6 @@ obs_setting: # if you just want to run default pointing: # - pointing_dir: null # - pointing_file: null - # pointing_dir: "/public/share/yangxuliu/CSSOSDataProductsSims/data_50sqDeg/pointing50_C9/" pointing_file: "/public/share/yangxuliu/CSSOSDataProductsSims/data_50sqDeg/pointing50_C9/pointing_50_1_n.dat" obs_config_file: "/public/home/fangyuedong/project/csst-simulation/config/obs_config_SCI_WIDE_phot.yaml" -- GitLab