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
ceae9b8a
Commit
ceae9b8a
authored
May 13, 2024
by
Fang Yuedong
Browse files
set version number to 3.0.0 for release
parent
27e4deb8
Pipeline
#4516
passed with stage
in 0 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
config/config_overall.yaml
View file @
ceae9b8a
...
...
@@ -100,7 +100,7 @@ psf_setting:
# PSF models for photometry survey simulation
psf_pho_dir
:
"
/public/share/yangxuliu/CSSOSDataProductsSims/dataC6/psfCube1"
# PSF models for slitless spectrum survey simulation
psf_sls_dir
:
"
/
share/simudata
/CSSOSDataProductsSims/data/SLS_PSF_PCA_fp/"
psf_sls_dir
:
"
/
public/share/yangxuliu
/CSSOSDataProductsSims/data
_50sqDeg
/SLS_PSF_PCA_fp/"
###############################################
# Shear setting
...
...
config/obs_config_SCI.yaml
View file @
ceae9b8a
...
...
@@ -14,9 +14,9 @@ obs_type_code: "101"
obs_id
:
"
00000001"
# this setting will only be used if pointing list file is not given
# Define list of chips
# run_chips: [6,7,8,9,11,12,13,14,15,16,17,18,19,20,22,23,24,25]
#run_chips: [1,2,3,4,5,10,21,26,27,28,29,30]
run_chips
:
[
9
]
# run_chips: [6,7,8,9,11,12,13,14,15,16,17,18,19,20,22,23,24,25]
# Photometric chips
#run_chips: [1,2,3,4,5,10,21,26,27,28,29,30]
# Spectroscopic chips
run_chips
:
[
1
]
# Define observation sequence
call_sequence
:
...
...
setup.py
View file @
ceae9b8a
...
...
@@ -76,7 +76,7 @@ with open("requirements.txt", "r") as f:
]
setup
(
name
=
'csst_msc_sim'
,
version
=
'3.0.0
rc
'
,
version
=
'3.0.0'
,
packages
=
find_packages
(),
# install_requires=[
# # 'numpy>=1.18.5',
...
...
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