From 2d2d537cb5337172af022df2c4a56c7aef32c30c Mon Sep 17 00:00:00 2001 From: Wang Xia Date: Mon, 6 Mar 2023 10:28:18 +0000 Subject: [PATCH] Update algorithm.rst --- docs/source/sls/algorithm.rst | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/docs/source/sls/algorithm.rst b/docs/source/sls/algorithm.rst index b5ec395..695182c 100644 --- a/docs/source/sls/algorithm.rst +++ b/docs/source/sls/algorithm.rst @@ -56,25 +56,15 @@ Output .. _DQFlags: https://? - -=========== ======= =============================================== -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 -=========== ======= ================================================ - - -===== ===== ======= -TTYPE TFORM Description -===== ===== ======= -BIT False False -VALUE False False -NAME True False -DESCRIPTION string A description of the data quality condition -===== ===== ======= ++-----------------+---------+-------------------+ +| TTYPE | TFORM | Description | ++=================+=========+===================+ +| BIT | integer | The bit number, starting at zero| ++-----------------+---------+-------------------+ +| VALUE | integer | The equivalent base-10 value of BIT| ++-----------------+---------+-------------------+ +| DESCRIPTION | string | A description of the data quality condition| ++-----------------+---------+-------------------+ Data Calibration Steps `````````````````` -- GitLab