From 9643cde9beb09242caea830d8351bb26d0890e69 Mon Sep 17 00:00:00 2001 From: Yan Zhaojun Date: Thu, 9 Jan 2025 12:57:33 +0000 Subject: [PATCH] Upload New File --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..df749e6 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# Name +csst-ifs-sim + +# Description +This is a Python package for simulating the spectral images of intergral field spectrascopy mounted on the Chinese Space Station Telescopy (CSST-IFS). + +# Homepage +To be developed in the future. + +# Developers +Zhaojun Yan (zhaojunyan@shao.ac.cn) + +# Updates History + +### 3.0.1 +* 修改输出版本号固化 +* 修正了帧转移效应bug + +### 3.0.0 +* 添加了输入参数的边界判定,超出边界有报错提示 +* 调整了代码的格式规范 +* 接入了运行编排 +* 色散参数采用了长光所实测数据 +* 添加了帧转移效应 +* 添加了指向误差 +* 色散方向进行了调整,使得色素光谱的模拟数据和实测数据波长色散方向抱持一致 +* 调整了各个门的读出方向,使得模拟数据和实测数据保持一致 + + + -- GitLab