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
e4643648
Commit
e4643648
authored
Jun 13, 2025
by
Fang Yuedong
Browse files
* Correct the versioninng in setup.py
* Update README.MD
parent
62f4cf8e
Pipeline
#8733
passed with stage
in 0 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e4643648
# CSST主巡天仿真软件
# CSST主巡天仿真软件
## 重要更新或问题修复:
## 重要更新或问题修复:
*
2025.05.21: 更新至v3.2版本,内容包括:
*
加入亮星PSF外插模块
*
加入串扰模块
*
仿真内存优化
*
头文件关键字更新
*
在无缝光谱PSF模型中添加电子弥散
*
更新PEP8格式规范
*
BUG修复:截断星等计算、深场计算、无缝光谱PSF、饱和溢出和坏像列在通道间的拖尾截断等
*
2024.08.03: 更新至v3.1版本,内容包括:
*
2024.08.03: 更新至v3.1版本,内容包括:
*
加入对导星稳像过程的仿真
*
加入对导星稳像过程的仿真
*
加入银河系消光的仿真
*
加入银河系消光的仿真
...
...
setup.py
View file @
e4643648
...
@@ -76,7 +76,7 @@ with open("requirements.txt", "r") as f:
...
@@ -76,7 +76,7 @@ with open("requirements.txt", "r") as f:
]
]
setup
(
name
=
'csst_msc_sim'
,
setup
(
name
=
'csst_msc_sim'
,
version
=
'3.
1.0
'
,
version
=
'3.
2.1
'
,
packages
=
find_packages
(),
packages
=
find_packages
(),
# install_requires=[
# install_requires=[
# # 'numpy>=1.18.5',
# # '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