Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jiafeng
csst-l1doc
Commits
bc334dc0
Commit
bc334dc0
authored
Mar 06, 2023
by
Wang Xia
Browse files
Update algorithm.rst
parent
711db513
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/source/sls/algorithm.rst
View file @
bc334dc0
...
@@ -5,7 +5,7 @@ SLS pipeline
...
@@ -5,7 +5,7 @@ SLS pipeline
Instrument correction
Instrument correction
---------------------
---------------------
概述
Description
``````````````````
``````````````````
`csst_ms_sls_instrument` 程序包是应用于CSST无缝光谱模块的仪器效应改正程序,无缝光谱模块包含12块9k×9k探测器,每4块探测器对应1个波段,每个波段的部分仪器参数如下:
`csst_ms_sls_instrument` 程序包是应用于CSST无缝光谱模块的仪器效应改正程序,无缝光谱模块包含12块9k×9k探测器,每4块探测器对应1个波段,每个波段的部分仪器参数如下:
...
@@ -19,26 +19,26 @@ Input
...
@@ -19,26 +19,26 @@ Input
``````````````````
``````````````````
`csst_ms_sls_instrument` 将从csst_common.CsstMsDataManager获取0级数据和参考文件。
`csst_ms_sls_instrument` 将从csst_common.CsstMsDataManager获取0级数据和参考文件。
1. 0级数据
是
包含一个扩展的fits文件,头文件中存放着观测天区、曝光信息、探测器信息等,具体关键字说明参见 DataModel_,扩展的数据单元存放着原始观测图像。
1. 0级数据
:
包含一个扩展的fits文件,头文件中存放着观测天区、曝光信息、探测器信息等,具体关键字说明参见 DataModel_,扩展的数据单元存放着原始观测图像。
#. 参考文件
列表如下,第一列是参考文件类型,第二列是文件说明,第三列是数据产品中记录文件名的关键字:
#. 参考文件
: 仪器效应改正中所需的参考文件如下表所示。
+-----------------+----------------------------+
-----------------+
+-----------------+----------------------------+
| Reference file | Description |
Keyword |
| Reference file | Description |
+=================+============================+
=================+
+=================+============================+
| Gain map | gain array(9k×9k) |
R_GAIN |
| Gain map | gain array(9k×9k) |
+-----------------+----------------------------+
-----------------+
+-----------------+----------------------------+
| Superbias | superbias file(9k×9k) |
R_BIAS |
| Superbias | superbias file(9k×9k) |
+-----------------+----------------------------+
-----------------+
+-----------------+----------------------------+
| Superdark | superdark file(9k×9k) |
R_DARK |
| Superdark | superdark file(9k×9k) |
+-----------------+----------------------------+
-----------------+
+-----------------+----------------------------+
| Superflat | super flatfield file(9k×9k)|
R_DFLAT |
| Superflat | super flatfield file(9k×9k)|
+-----------------+----------------------------+
-----------------+
+-----------------+----------------------------+
| Badpixel table | Bad/hot Pixel table or map |
R_MASK |
| Badpixel table | Bad/hot Pixel table or map |
+-----------------+----------------------------+
-----------------+
+-----------------+----------------------------+
.. _DataModel: https://csst-tb.bao.ac.cn/code/csst-l1/csst-l1doc/-/blob/main/docs/source/sls/data_model.md
.. _DataModel: https://csst-tb.bao.ac.cn/code/csst-l1/csst-l1doc/-/blob/main/docs/source/sls/data_model.md
数据产品
Output
``````````````````
``````````````````
`csst_ms_sls_instrument` 生成的数据产品是包含三个扩展的fits文件,扩展内容如下表所示:
`csst_ms_sls_instrument` 生成的数据产品是包含三个扩展的fits文件,扩展内容如下表所示:
...
@@ -56,6 +56,11 @@ Input
...
@@ -56,6 +56,11 @@ Input
.. _DQFlags: https://?
.. _DQFlags: https://?
Data Calibration Steps
``````````````````
仪器效应改正包括以下步骤:
DQ Initialization
""""""""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment