Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-sims
csst_msc_sim
Commits
f5cf292a
Commit
f5cf292a
authored
Jul 06, 2023
by
Fang Yuedong
Browse files
Merge branch 'develop' into wcs_test
parents
d92c553b
e1c43dc4
Changes
4
Hide whitespace changes
Inline
Side-by-side
ObservationSim/Instrument/data/field_distortion/FieldDistModel_v2.0.pickle
0 → 100644
View file @
f5cf292a
File added
ObservationSim/ObservationSim.py
View file @
f5cf292a
...
...
@@ -112,6 +112,8 @@ class Observation(object):
chip_output
.
Log_info
(
"========================sky pix========================"
)
chip_output
.
Log_info
(
filt
.
sky_background
)
chip_output
.
Log_info
(
"========================sky pix========================"
)
chip_output
.
Log_info
(
filt
.
sky_background
)
# [TODO] [TEST]
return
...
...
config/config_C6.yaml
View file @
f5cf292a
...
...
@@ -12,6 +12,7 @@
work_dir
:
"
/share/home/fangyuedong/csst-simulation/workplace/"
data_dir
:
"
/share/simudata/CSSOSDataProductsSims/data/"
run_name
:
"
C6_test"
run_name
:
"
C6_test"
# Whether to use MPI
run_option
:
...
...
@@ -101,6 +102,7 @@ obs_setting:
# - run all chips: null
# Note: for all pointings
run_chips
:
null
run_chips
:
null
# Whether to enable astrometric modeling
enable_astrometric_model
:
True
...
...
run_C6.pbs
View file @
f5cf292a
...
...
@@ -8,7 +8,7 @@
cd
$PBS_O_WORKDIR
NP
=
4
0
NP
=
8
0
hostfile
=
wcl-1,wcl-2
date
...
...
@@ -17,3 +17,4 @@ mpirun --oversubscribe -H $hostfile -np $NP python /share/home/fangyuedong/csst-
--catalog
C6_Catalog
\
-c
/share/home/fangyuedong/csst-simulation/config
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment