Commit 0b6e5b12 authored by Fang Yuedong's avatar Fang Yuedong
Browse files

release v3.3.0

parent a95b1315
Pipeline #9221 passed with stage
in 0 seconds
# CSST主巡天仿真软件 # CSST主巡天仿真软件
## 重要更新或问题修复: ## 重要更新或问题修复:
* 2025.07.10: 针对1000平方度宽场及50平方度深场仿真,更新至v3.3版本,内容包括:
* 根据最新实测结果,更新部分探测器参数
* 加入光谱PSF、LED图像获取工具
* 更新光谱分光文件
* 更新系统效率曲线
* 更新头文件关键字
* 在config中加入data_set关键字
* 2025.05.21: 更新至v3.2版本,内容包括: * 2025.05.21: 更新至v3.2版本,内容包括:
* 加入亮星PSF外插模块 * 加入亮星PSF外插模块
* 加入串扰模块 * 加入串扰模块
......
...@@ -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.2.1', version='3.3.0',
packages=find_packages(), packages=find_packages(),
# install_requires=[ # install_requires=[
# # 'numpy>=1.18.5', # # 'numpy>=1.18.5',
......
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