From 0856b570d9b9cecebc25ffa543c53a098d0a4f62 Mon Sep 17 00:00:00 2001 From: Wang Xia Date: Tue, 7 Mar 2023 07:43:28 +0000 Subject: [PATCH] Update algorithm.rst --- docs/source/sls/algorithm.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/source/sls/algorithm.rst b/docs/source/sls/algorithm.rst index a63e7b1..aa5a7bb 100644 --- a/docs/source/sls/algorithm.rst +++ b/docs/source/sls/algorithm.rst @@ -1,6 +1,3 @@ -.. role:: raw-math(raw) - :format: latex html - SLS pipeline ============ @@ -105,7 +102,9 @@ reference file: readnoise file ERR数据单元构造误差数据,该步误差公式: -:raw-math:$ \sigma = \sqrt{(SCI-bias)+{\sigma_bias}^2 + readnoise^2)} $ +.. math:: + +\sigma = \sqrt{(SCI-bias)+{\sigma_bias}^2 + readnoise^2)} **Dark correction** -- GitLab