From 78209a8f2ba8833ad7e764c9b86beae0dbe37bb1 Mon Sep 17 00:00:00 2001 From: Wang Xia Date: Mon, 6 Mar 2023 03:26:27 +0000 Subject: [PATCH] Update algorithm.rst --- docs/source/sls/algorithm.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/sls/algorithm.rst b/docs/source/sls/algorithm.rst index 7d6fdf9..6b65d0a 100644 --- a/docs/source/sls/algorithm.rst +++ b/docs/source/sls/algorithm.rst @@ -7,8 +7,8 @@ Instrument correction CSST SLS pipeline是应用于12块无缝光谱模块探测器的仪器效应改正,包含3个波段,每4块探测器对应1个波段: - 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. + + 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. pipeline顺序执行一系列的效应改正,生成单次曝光的改正后数据产品。该程序是用Python语言实现,开源地址:。 -- GitLab