README.md 1.1 KB
Newer Older
Chen Yili's avatar
Chen Yili committed
1
2
3
4
5
6
<img alt="*logo.png" src="logo.png" width="50%" height="50%">

# CpicImgSim

CpicImgSim is a Python library for numerical simulation of the observational images of CSST/CPIC instrument.

GZhao's avatar
GZhao committed
7
8
9
10
程序代码:https://csst-tb.bao.ac.cn/code/csst-sims/csst_cpic_sim
数据文件:https://pan.cstcloud.cn/s/gjMlzXRuRsM	提取密码:i3Zs
程序文档:https://csst-tb.bao.ac.cn/simulation/cpic/index.html
联系方式:南京天光所 赵刚 gzhao@niaot.ac.cn 025-85482316
11
12
13
14
15

## 软件更新日志
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,自动选择和波段匹配的暗区(该功能谨慎使用)。