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

release v3.3.0

parent a95b1315
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# CSST主巡天仿真软件

## 重要更新或问题修复:
* 2025.07.10: 针对1000平方度宽场及50平方度深场仿真,更新至v3.3版本,内容包括:
    * 根据最新实测结果,更新部分探测器参数
    * 加入光谱PSF、LED图像获取工具
    * 更新光谱分光文件
    * 更新系统效率曲线
    * 更新头文件关键字
    * 在config中加入data_set关键字
* 2025.05.21: 更新至v3.2版本,内容包括:
    * 加入亮星PSF外插模块
    * 加入串扰模块
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ with open("requirements.txt", "r") as f:
    ]

setup(name='csst_msc_sim',
      version='3.2.1',
      version='3.3.0',
      packages=find_packages(),
      # install_requires=[
      #     # 'numpy>=1.18.5',