diff --git a/config/config_C6_dev.yaml b/config/config_C6_dev.yaml index c7b4442df54c53422d6f618dc6fd25384dc3f198..965aca658ee0b83686f2ff2a4847d731e1ac0e4a 100644 --- a/config/config_C6_dev.yaml +++ b/config/config_C6_dev.yaml @@ -9,9 +9,9 @@ # 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: "/Users/zhangxin/Work/SlitlessSim/CSST_SIM/CSST_new_sim/csst-simulation/" -data_dir: "/Volumes/EAGET/C6_data/inputData/" -run_name: "C6_new_sim_2sq_run1" +work_dir: "/share/home/fangyuedong/20231211/workplace/" +data_dir: "/share/simudata/CSSOSDataProductsSims/data/" +run_name: "test_C6_dev" project_cycle: 6 run_counter: 1 @@ -67,15 +67,15 @@ obs_setting: # "FGS": simulate FGS chips only (31-42) # "All": simulate full focal plane # "CALIBRATION": falt, bias, dark with or without postflash - survey_type: "CALIBRATION" - #"LED": ['LED1','LED2','LED3','LED4','LED5','LED6','LED7','LED8','LED9','LED10','LED11','LED12','LED13','LED14'] or null - #'LED1': '275', 'LED2': '310', 'LED3': '430', 'LED4': '505', 'LED5': '545', 'LED6': '590', 'LED7': '670', - #'LED8': '760', 'LED9': '940', 'LED10': '940', 'LED11': '1050', 'LED12': '1050','LED13': '340', 'LED14': '365' - LED_TYPE: ['LED5'] - LED_TIME: [1.] - # unit e- ,flat level - FLAT_LEVEL: 20000 - FLAT_LEVEL_FIL: 'g' + survey_type: "Photometric" + # "LED": ['LED1','LED2','LED3','LED4','LED5','LED6','LED7','LED8','LED9','LED10','LED11','LED12','LED13','LED14'] or null + # 'LED1': '275', 'LED2': '310', 'LED3': '430', 'LED4': '505', 'LED5': '545', 'LED6': '590', 'LED7': '670', + # 'LED8': '760', 'LED9': '940', 'LED10': '940', 'LED11': '1050', 'LED12': '1050','LED13': '340', 'LED14': '365' + # LED_TYPE: ['LED5'] + # LED_TIME: [1.] + # # unit e- ,flat level + # FLAT_LEVEL: 20000 + # FLAT_LEVEL_FIL: 'g' # Exposure time [seconds] exp_time: 150. @@ -95,11 +95,11 @@ obs_setting: # if you just want to run default pointing: # - pointing_dir: null # - pointing_file: null - pointing_dir: "/Volumes/EAGET/C6_data/inputData/" + pointing_dir: "/share/simudata/CSSOSDataProductsSims/data/" pointing_file: "pointing_radec_246.5_40.dat" # Number of calibration pointings - np_cal: 0 + np_cal: 1 # Run specific pointing(s): # - give a list of indexes of pointings: [ip_1, ip_2...] @@ -111,10 +111,10 @@ obs_setting: # - give a list of indexes of chips: [ip_1, ip_2...] # - run all chips: null # Note: for all pointings - run_chips: [5] + run_chips: [8] # Whether to enable astrometric modeling - enable_astrometric_model: False + enable_astrometric_model: True # Whether to enable straylight model enable_straylight_model: True @@ -137,7 +137,7 @@ psf_setting: # Which PSF model to use: # "Gauss": simple gaussian profile # "Interp": Interpolated PSF from sampled ray-tracing data - psf_model: "Gauss" + psf_model: "Interp" # PSF size [arcseconds] # radius of 80% energy encircled @@ -169,7 +169,7 @@ ins_effects: # switches # Note: bias_16channel, gain_16channel, and shutter_effect # is currently not applicable to "FGS" observations - field_dist: NO # Whether to add field distortions + field_dist: YES # Whether to add field distortions add_back: YES # Whether to add sky background add_dark: YES # Whether to add dark noise add_readout: YES # Whether to add read-out (Gaussian) noise diff --git a/test_C6.sh b/test_C6.sh index d976f42dba8cd3185ffeaa61062869a1fc90ee17..c0ea493f2bc5c397de9f8322cc6b12ac60e367e0 100755 --- a/test_C6.sh +++ b/test_C6.sh @@ -2,8 +2,8 @@ date -python3 /share/home/fangyuedong/sim_v2/csst-simulation/run_sim.py \ - --config_file config_C6.yaml \ +python3 /share/home/fangyuedong/20231211/csst-simulation/run_sim.py \ + --config_file config_C6_dev.yaml \ --catalog C6_Catalog \ - -c /share/home/fangyuedong/sim_v2/csst-simulation/config + -c /share/home/fangyuedong/20231211/csst-simulation/config