Commit 50a9f005 authored by Fang Yuedong's avatar Fang Yuedong
Browse files

add back key word "rotateEll" to overall configs

parent 655afb59
...@@ -46,6 +46,9 @@ catalog_options: ...@@ -46,6 +46,9 @@ catalog_options:
# Only simulate galaxies? # Only simulate galaxies?
galaxy_only: YES galaxy_only: YES
# rotate galaxy ellipticity
rotateEll: 0. # [degree]
############################################### ###############################################
# Observation setting # Observation setting
############################################### ###############################################
...@@ -56,7 +59,7 @@ obs_setting: ...@@ -56,7 +59,7 @@ obs_setting:
# - pointing_file: null # - pointing_file: null
pointing_file: "/public/share/yangxuliu/CSSOSDataProductsSims/data_50sqDeg/pointing50_C9/pointing_50_1_n.dat" 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" obs_config_file: "/public/home/fangyuedong/project/csst_msc_sim/config/obs_config_SCI_WIDE_phot.yaml"
# 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...]
......
...@@ -46,6 +46,9 @@ catalog_options: ...@@ -46,6 +46,9 @@ catalog_options:
# Only simulate galaxies? # Only simulate galaxies?
galaxy_only: NO galaxy_only: NO
# rotate galaxy ellipticity
rotateEll: 0. # [degree]
############################################### ###############################################
# Observation setting # Observation setting
############################################### ###############################################
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
date date
python3 /public/home/fangyuedong/project/csst-simulation/run_sim.py \ python3 /public/home/fangyuedong/project/csst_msc_sim/run_sim.py \
--config_file config_overall.yaml \ --config_file config_overall.yaml \
-c /public/home/fangyuedong/project/csst-simulation/config \ -c /public/home/fangyuedong/project/csst_msc_sim/config \
--catalog C6_50sqdeg --catalog C6_50sqdeg
# python3 /share/home/fangyuedong/20231211/csst-simulation/run_sim.py \ # python3 /share/home/fangyuedong/20231211/csst-simulation/run_sim.py \
......
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