algorithm.rst 846 Bytes
Newer Older
BO ZHANG's avatar
tweaks    
BO ZHANG committed
1
2
SLS pipeline
============
BO ZHANG's avatar
BO ZHANG committed
3
4
5
6
7


Instrument correction
---------------------

Wang Xia's avatar
Wang Xia committed
8
`csst_ms_sls_instrument` 程序包是应用于CSST无缝光谱模块的仪器效应改正程序,无缝光谱模块包含12个探测器,每4块探测器对应1个波段,每个波段的部分仪器参数如下:
Wang Xia's avatar
Wang Xia committed
9

Wang Xia's avatar
Wang Xia committed
10
11
12
    - GU: ″ field of view from 255-400nm with a plate scale of ″/pixel.
    - GV: ″ field of view from 400-620nm with a plate scale of ″/pixel.
    - GI: ″ field of view from 620-1000nm with a plate scale of ″/pixel.
Wang Xia's avatar
Wang Xia committed
13
该程序将顺序执行一系列的效应改正,生成单次曝光的改正后数据产品。该程序是用Python语言实现,开源地址:code_。
Wang Xia's avatar
Wang Xia committed
14

Wang Xia's avatar
Wang Xia committed
15
.. _code: https://csst-tb.bao.ac.cn/code/csst-l1/sls/csst_ms_sls_instrument
BO ZHANG's avatar
BO ZHANG committed
16
17
18
19
20
21
22
23
24
25
26

Position calibration
---------------------

`csst_ms_sls_position` package.


API
---

TODO