From 9155aa8c0f57e31b9a782c6b972d090d9d513038 Mon Sep 17 00:00:00 2001 From: zhangxin Date: Fri, 27 Oct 2023 16:00:06 +0800 Subject: [PATCH] config add sls psf path --- config/config_C6.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/config_C6.yaml b/config/config_C6.yaml index c130e59..06466a9 100644 --- a/config/config_C6.yaml +++ b/config/config_C6.yaml @@ -9,7 +9,7 @@ # Base diretories and naming setup # Can add some of the command-line arguments here as well; # OK to pass either way or both, as long as they are consistent -work_dir: "/share/home/fangyuedong/csst-simulation/workplace/" +work_dir: "/share/home/zhangxin/CSST_SIM/CSST_new_sim/csst-simulation/" data_dir: "/share/simudata/CSSOSDataProductsSims/data/" run_name: "profile_C6" @@ -64,7 +64,7 @@ obs_setting: # "Spectroscopic": simulate slitless spectroscopic chips only # "FGS": simulate FGS chips only (31-42) # "All": simulate full focal plane - survey_type: "Photometric" + survey_type: "Spectroscopic" # Exposure time [seconds] exp_time: 150. @@ -100,7 +100,7 @@ obs_setting: # - give a list of indexes of chips: [ip_1, ip_2...] # - run all chips: null # Note: for all pointings - run_chips: [8] + run_chips: [10] # Whether to enable astrometric modeling enable_astrometric_model: True @@ -135,7 +135,7 @@ psf_setting: # path to PSF data # NOTE: only valid for "Interp" PSF psf_dir: "/share/simudata/CSSOSDataProductsSims/data/psfCube1" - + psf_sls_dir: "/share/simudata/CSSOSDataProductsSims/data/SLS_PSF_PCA_fp/" ############################################### # Shear setting ############################################### @@ -217,4 +217,4 @@ random_seeds: seed_badcolumns: 20240309 # Seed for bad columns seed_defective: 20210304 # Seed for defective (bad) pixels seed_readout: 20210601 # Seed for read-out gaussian noise -... \ No newline at end of file +... -- GitLab