Commit f5cf292a authored by Fang Yuedong's avatar Fang Yuedong
Browse files

Merge branch 'develop' into wcs_test

parents d92c553b e1c43dc4
...@@ -112,6 +112,8 @@ class Observation(object): ...@@ -112,6 +112,8 @@ class Observation(object):
chip_output.Log_info("========================sky pix========================") chip_output.Log_info("========================sky pix========================")
chip_output.Log_info(filt.sky_background) chip_output.Log_info(filt.sky_background)
chip_output.Log_info("========================sky pix========================")
chip_output.Log_info(filt.sky_background)
# [TODO] [TEST] # [TODO] [TEST]
return return
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
work_dir: "/share/home/fangyuedong/csst-simulation/workplace/" work_dir: "/share/home/fangyuedong/csst-simulation/workplace/"
data_dir: "/share/simudata/CSSOSDataProductsSims/data/" data_dir: "/share/simudata/CSSOSDataProductsSims/data/"
run_name: "C6_test" run_name: "C6_test"
run_name: "C6_test"
# Whether to use MPI # Whether to use MPI
run_option: run_option:
...@@ -101,6 +102,7 @@ obs_setting: ...@@ -101,6 +102,7 @@ obs_setting:
# - run all chips: null # - run all chips: null
# Note: for all pointings # Note: for all pointings
run_chips: null run_chips: null
run_chips: null
# Whether to enable astrometric modeling # Whether to enable astrometric modeling
enable_astrometric_model: True enable_astrometric_model: True
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
cd $PBS_O_WORKDIR cd $PBS_O_WORKDIR
NP=40 NP=80
hostfile=wcl-1,wcl-2 hostfile=wcl-1,wcl-2
date date
...@@ -17,3 +17,4 @@ mpirun --oversubscribe -H $hostfile -np $NP python /share/home/fangyuedong/csst- ...@@ -17,3 +17,4 @@ mpirun --oversubscribe -H $hostfile -np $NP python /share/home/fangyuedong/csst-
--catalog C6_Catalog \ --catalog C6_Catalog \
-c /share/home/fangyuedong/csst-simulation/config -c /share/home/fangyuedong/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