Commit e4643648 authored by Fang Yuedong's avatar Fang Yuedong
Browse files

* Correct the versioninng in setup.py

* Update README.MD
parent 62f4cf8e
Pipeline #8733 passed with stage
in 0 seconds
# CSST主巡天仿真软件 # CSST主巡天仿真软件
## 重要更新或问题修复: ## 重要更新或问题修复:
* 2025.05.21: 更新至v3.2版本,内容包括:
* 加入亮星PSF外插模块
* 加入串扰模块
* 仿真内存优化
* 头文件关键字更新
* 在无缝光谱PSF模型中添加电子弥散
* 更新PEP8格式规范
* BUG修复:截断星等计算、深场计算、无缝光谱PSF、饱和溢出和坏像列在通道间的拖尾截断等
* 2024.08.03: 更新至v3.1版本,内容包括: * 2024.08.03: 更新至v3.1版本,内容包括:
* 加入对导星稳像过程的仿真 * 加入对导星稳像过程的仿真
* 加入银河系消光的仿真 * 加入银河系消光的仿真
......
...@@ -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',
......
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