Commit 0a868f42 authored by Fang Yuedong's avatar Fang Yuedong
Browse files

change in config

parent 8aec5506
...@@ -9,9 +9,9 @@ ...@@ -9,9 +9,9 @@
# Base diretories and naming setup # Base diretories and naming setup
# Can add some of the command-line arguments here as well; # Can add some of the command-line arguments here as well;
# OK to pass either way or both, as long as they are consistent # 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/" work_dir: "/share/home/fangyuedong/20231211/workplace/"
data_dir: "/Volumes/EAGET/C6_data/inputData/" data_dir: "/share/simudata/CSSOSDataProductsSims/data/"
run_name: "C6_new_sim_2sq_run1" run_name: "test_C6_dev"
project_cycle: 6 project_cycle: 6
run_counter: 1 run_counter: 1
...@@ -67,15 +67,15 @@ obs_setting: ...@@ -67,15 +67,15 @@ obs_setting:
# "FGS": simulate FGS chips only (31-42) # "FGS": simulate FGS chips only (31-42)
# "All": simulate full focal plane # "All": simulate full focal plane
# "CALIBRATION": falt, bias, dark with or without postflash # "CALIBRATION": falt, bias, dark with or without postflash
survey_type: "CALIBRATION" survey_type: "Photometric"
#"LED": ['LED1','LED2','LED3','LED4','LED5','LED6','LED7','LED8','LED9','LED10','LED11','LED12','LED13','LED14'] or null # "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', # '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' # 'LED8': '760', 'LED9': '940', 'LED10': '940', 'LED11': '1050', 'LED12': '1050','LED13': '340', 'LED14': '365'
LED_TYPE: ['LED5'] # LED_TYPE: ['LED5']
LED_TIME: [1.] # LED_TIME: [1.]
# unit e- ,flat level # # unit e- ,flat level
FLAT_LEVEL: 20000 # FLAT_LEVEL: 20000
FLAT_LEVEL_FIL: 'g' # FLAT_LEVEL_FIL: 'g'
# Exposure time [seconds] # Exposure time [seconds]
exp_time: 150. exp_time: 150.
...@@ -95,11 +95,11 @@ obs_setting: ...@@ -95,11 +95,11 @@ obs_setting:
# if you just want to run default pointing: # if you just want to run default pointing:
# - pointing_dir: null # - pointing_dir: null
# - pointing_file: 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" pointing_file: "pointing_radec_246.5_40.dat"
# Number of calibration pointings # Number of calibration pointings
np_cal: 0 np_cal: 1
# Run specific pointing(s): # Run specific pointing(s):
# - give a list of indexes of pointings: [ip_1, ip_2...] # - give a list of indexes of pointings: [ip_1, ip_2...]
...@@ -111,10 +111,10 @@ obs_setting: ...@@ -111,10 +111,10 @@ obs_setting:
# - give a list of indexes of chips: [ip_1, ip_2...] # - give a list of indexes of chips: [ip_1, ip_2...]
# - run all chips: null # - run all chips: null
# Note: for all pointings # Note: for all pointings
run_chips: [5] run_chips: [8]
# Whether to enable astrometric modeling # Whether to enable astrometric modeling
enable_astrometric_model: False enable_astrometric_model: True
# Whether to enable straylight model # Whether to enable straylight model
enable_straylight_model: True enable_straylight_model: True
...@@ -137,7 +137,7 @@ psf_setting: ...@@ -137,7 +137,7 @@ psf_setting:
# Which PSF model to use: # Which PSF model to use:
# "Gauss": simple gaussian profile # "Gauss": simple gaussian profile
# "Interp": Interpolated PSF from sampled ray-tracing data # "Interp": Interpolated PSF from sampled ray-tracing data
psf_model: "Gauss" psf_model: "Interp"
# PSF size [arcseconds] # PSF size [arcseconds]
# radius of 80% energy encircled # radius of 80% energy encircled
...@@ -169,7 +169,7 @@ ins_effects: ...@@ -169,7 +169,7 @@ ins_effects:
# switches # switches
# Note: bias_16channel, gain_16channel, and shutter_effect # Note: bias_16channel, gain_16channel, and shutter_effect
# is currently not applicable to "FGS" observations # 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_back: YES # Whether to add sky background
add_dark: YES # Whether to add dark noise add_dark: YES # Whether to add dark noise
add_readout: YES # Whether to add read-out (Gaussian) noise add_readout: YES # Whether to add read-out (Gaussian) noise
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
date date
python3 /share/home/fangyuedong/sim_v2/csst-simulation/run_sim.py \ python3 /share/home/fangyuedong/20231211/csst-simulation/run_sim.py \
--config_file config_C6.yaml \ --config_file config_C6_dev.yaml \
--catalog C6_Catalog \ --catalog C6_Catalog \
-c /share/home/fangyuedong/sim_v2/csst-simulation/config -c /share/home/fangyuedong/20231211/csst-simulation/config
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment