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
b7e4e575
Commit
b7e4e575
authored
Jun 12, 2025
by
Fang Yuedong
Browse files
Merge branch 'develop' into 'release_v3.0'
release v3.2.1 See merge request
!34
parents
df22b3b0
914be42f
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b7e4e575
# CSST主巡天仿真软件
## 重要更新或问题修复:
*
2025.05.21: 更新至v3.2版本,内容包括:
*
加入亮星PSF外插模块
*
加入串扰模块
*
仿真内存优化
*
头文件关键字更新
*
在无缝光谱PSF模型中添加电子弥散
*
更新PEP8格式规范
*
BUG修复:截断星等计算、深场计算、无缝光谱PSF、饱和溢出和坏像列在通道间的拖尾截断等
*
2024.08.03: 更新至v3.1版本,内容包括:
*
加入对导星稳像过程的仿真
*
加入银河系消光的仿真
...
...
observation_sim/sky_background/data/Zodiacal_map1.dat
View file @
b7e4e575
0 0 5 10 15 20 25 30 45 60 75 90
0 30000 150000 7000 3140 1610 985 640 275 150 100 76
5 20000 12000 6000 2940 1540 945 625 271 150 100 76
10 16000 8000 4740 2470 1370 865 590 264 148 100 76
15 11500 6780 3440 1860 1110 755 525 251 146 100 76
20 6400 4480 2410 1410 910 635 454 237 141 99 76
25 3840 2830 1730 1100 749 545 410 223 136 97 76
30 2480 1870 1220 845 615 467 365 207 131 95 76
35 1650 1270 910 680 510 397 320 193 125 93 76
40 1180 940 700 530 416 338 282 179 120 92 76
45 910 730 555 442 356 292 250 166 116 90 76
60 505 442 352 292 243 209 183 134 104 86 76
75 338 317 269 227 196 172 151 116 93 82 76
90 259 251 225 193 166 147 132 104 86 79 76
105 212 210 197 170 150 133 119 96 82 77 76
120 188 186 177 154 138 125 113 90 77 74 76
135 179 178 166 147 134 122 110 90 77 73 76
150 179 178 165 148 137 127 116 96 79 72 76
165 196 192 179 165 151 141 131 104 82 72 76
180 230 212 195 178 163 148 134 105 83 72 76
\ No newline at end of file
0 30000 15000 7000 3140 1610 985 640 275 150 100 50
5 20000 12000 6000 2940 1540 945 625 271 150 100 50
10 16000 8000 4740 2470 1370 865 590 264 148 100 50
15 11500 6780 3440 1860 1110 755 525 251 146 100 50
20 6400 4480 2410 1410 910 635 454 237 141 99 50
25 3840 2830 1730 1100 749 545 410 223 136 97 50
30 2480 1870 1220 845 615 467 365 207 131 95 50
35 1650 1270 910 680 510 397 320 193 125 93 50
40 1180 940 700 530 416 338 282 179 120 92 50
45 910 730 555 442 356 292 250 166 116 90 50
60 505 442 352 292 243 209 183 134 104 86 50
75 338 317 269 227 196 172 151 116 93 82 50
90 259 251 225 193 166 147 132 104 86 79 50
105 212 210 197 170 150 133 119 96 82 77 50
120 188 186 177 154 138 125 113 90 77 74 50
135 179 178 166 147 134 122 110 90 77 73 50
150 179 178 165 148 137 127 116 96 79 72 50
165 196 192 179 165 151 141 131 104 82 72 50
180 230 212 195 178 163 148 134 105 83 72 50
\ No newline at end of file
setup.py
View file @
b7e4e575
...
...
@@ -76,7 +76,7 @@ with open("requirements.txt", "r") as f:
]
setup
(
name
=
'csst_msc_sim'
,
version
=
'3.
1.0
'
,
version
=
'3.
2.1
'
,
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