From 5413af6b534f1ef79d0e267a3740f63477ed6f0c Mon Sep 17 00:00:00 2001 From: Wang Xia Date: Mon, 6 Mar 2023 10:25:10 +0000 Subject: [PATCH] Update algorithm.rst --- docs/source/sls/algorithm.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/source/sls/algorithm.rst b/docs/source/sls/algorithm.rst index 0e9b67c..b5ec395 100644 --- a/docs/source/sls/algorithm.rst +++ b/docs/source/sls/algorithm.rst @@ -58,12 +58,12 @@ Output =========== ======= =============================================== -TTYPE TFORM Description +TTYPE TFORM Description =========== ======= =============================================== -BIT integer The bit number, starting at zero -VALUE integer The equivalent base-10 value of BIT -NAME string The mnemonic name of the data quality condition -DESCRIPTION string A description of the data quality condition +BIT integer The bit number, starting at zero +VALUE integer The equivalent base-10 value of BIT +NAME string The mnemonic name of the data quality condition +DESCRIPTION string A description of the data quality condition =========== ======= ================================================ @@ -72,8 +72,8 @@ TTYPE TFORM Description ===== ===== ======= BIT False False VALUE False False -NAME True False -DESCRIPTION string A description of the data quality condition +NAME True False +DESCRIPTION string A description of the data quality condition ===== ===== ======= Data Calibration Steps -- GitLab