Commit 6a1c690a authored by JX's avatar JX 😵
Browse files

Merge remote-tracking branch 'origin/develop'

parents 20e437cb d07199ed
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
[English](CHANGELOG.en.md) | [中文](CHANGELOG.md)
* 2026.05.13: Updated to version v3.4. Changes include:
    * Added ghost image simulation module
    * Updated package dependencies
    * Updated the dark current and hot pixel modules to support importing ground-test dark current data through the `input_dark` configuration parameter.
* 2025.07.10: Updated to version v3.3 for the 1000 square degree wide survey and 50 square degree deep survey simulations. Changes include:
    * Updated several detector parameters based on the latest measurements
    * Added slitless spectroscopy PSF and LED image generation tools
+4 −0
Original line number Diff line number Diff line
[English](CHANGELOG.en.md) | [中文](CHANGELOG.md)
* 2026.05.13: 更新至v3.4版本,内容包括:
    * 增加鬼像仿真模块
    * 更新软件包依赖项
    * 更新暗电流和热像元模块,通过配置`input_dark`参数导入暗电流的地面测试数据
* 2025.07.10: 针对1000平方度宽场及50平方度深场仿真,更新至v3.3版本,内容包括:
    * 根据最新实测结果,更新部分探测器参数
    * 加入光谱PSF、LED图像获取工具
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "csst-msc-sim"
version = "4.0.0"
version = "3.4.0"
description = "CSST Main Survey image simulator"
readme = "README.md"
requires-python = ">=3.11"