Commit a06431d1 authored by GZhao's avatar GZhao
Browse files

update version to 2.1.1

parent 1b9a3808
Pipeline #9430 passed with stage
in 0 seconds
......@@ -10,6 +10,8 @@ CpicImgSim is a Python library for numerical simulation of the observational ima
联系方式:南京天光所 赵刚 gzhao@niaot.ac.cn 025-85482316
## 软件更新日志
2025年6月5日:添加了新的宇宙线生成模块,使用主巡天内的模块代码。新的模块可以更好的兼容通用的宇宙线识别模块。设置方法:在run_config 里添加msc_cr_model: true条目可以启用新的宇宙线生成模块。
V2.1.0 2025年6月5日:添加了新的宇宙线生成模块,使用主巡天内的模块代码。新的模块可以更好的兼容通用的宇宙线识别模块。设置方法:在run_config 里添加msc_cr_model: true条目可以启用新的宇宙线生成模块。
2025年6月10日:增加了波前电压设置功能。现在对于每一次曝光可以设置不同的波前电压。在观测yaml中增加dm_volt_index: xxx选项。xxx为整形,例如565, 661等。另外支持1, 2, 3, 4选项,为四个不同方向的暗区。实验功能:dm_volt_index可设置-1,自动选择和波段匹配的暗区(该功能谨慎使用)。
V2.1.1 2025年6月10日:增加了波前电压设置功能。现在对于每一次曝光可以设置不同的波前电压。在观测yaml中增加dm_volt_index: xxx选项。xxx为整形,例如565, 661等。另外支持1, 2, 3, 4选项,为四个不同方向的暗区。实验功能:dm_volt_index可设置-1,自动选择和波段匹配的暗区(该功能谨慎使用)。
V2.1.2 2025年7月18日:修改了宇宙线位置并非随机的bug,修复了头文件中filenmae显示不完整的bug
\ No newline at end of file
......@@ -153,7 +153,7 @@ with open(cpism_refdata + '/cpism_config.yaml', 'r') as f:
if os.environ.get('PYSYN_CDBS') is None:
os.environ['PYSYN_CDBS'] = config['pysyn_refdata']
__version__ = '2.0.0'
__version__ = '2.1.1'
# we need to ignore the warning from pysynphot, because we only use the star models.
with warnings.catch_warnings(): # pragma: no cover
......
......@@ -5,5 +5,5 @@ pysynphot==2.0.0
hcipy==0.6.0
setuptools==68.2.2
pandas==2.2.1
toml
tqdm
# toml==0.10.2
# tqdm==4.67.1
\ No newline at end of file
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