From 5ce4ce8b6fe78f81375d6bcac64239d695a81b0e Mon Sep 17 00:00:00 2001
From: Wang Xia <wangxia@nao.cas.cn>
Date: Wed, 1 Mar 2023 01:27:52 +0000
Subject: [PATCH] Update data_model.md

---
 docs/source/sls/data_model.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/source/sls/data_model.md b/docs/source/sls/data_model.md
index dabdf96..52abc24 100644
--- a/docs/source/sls/data_model.md
+++ b/docs/source/sls/data_model.md
@@ -30,10 +30,13 @@ COMMENT ==================================================================
 
 | keyword      | value                    | comment                                      | fill value | type   | last modified |
 |--------------|:-------------------------|----------------------------------------------|------------|--------|---------------|
-| VER_CRDS     | '0.0.1 '                 | Version of CRDS file selection software used | -          | str    | C7            |
 | EXTNAME      | 'SCI'                    | Extension name                               | 'SCI'      | str    | C7            |
 | EXTVER       | 1                        | Extension version number                     | 1          | int    | C7            |
 | BUNIT        | 'e-/s'                   | Brightness units                             | 'ADU'     | str    | C7            |
+| VER_CRDS     | '0.0.1 '                 | Version of CRDS file selection software used | -          | str    | C7            |
+| VER_INST     | '0.0.1 '                 | Instrument calibration pipeline version      | -          | str    | C7            |
+| STA_INST     | 0                        | Instrument calibration status                | 1          | int    | C7            |
+| STM_INST     | '2022-12-30T10:18:53'    | Instrument pipeline processing time          | -          | str    | C7            |
 | R_GAIN       | '*.gain.fits'            | Gain reference file name                     | 'N/A'      | str    | C7            |
 | R_MASK       | '*.msk.fits'             | Mask reference file name                     | 'N/A'      | str    | C7            |
 | R_BIAS       | '*bias.fits'             | SuperBias reference file name                | 'N/A'      | str    | C7            |
@@ -54,9 +57,6 @@ COMMENT ==================================================================
 | SNRMAX       | 1.2                      | Maxmum signal to noise of good pixels        | -9999      | float  | C7            |
 | SNRMEAN      | 3.38                     | Average of the dark values subtracted        | -9999      | float  | C7            |
 | CRCOUNT      | 88988                    | Cosmic ray counts                            | -9999      | float  | C7            |
-| VER_INST     | '0.0.1 '                 | Instrument calibration pipeline version      | -          | str    | C7            |
-| STA_INST     | 0                        | Instrument calibration status                | 1          | int    | C7            |
-| STM_INST     | '2022-12-30T10:18:53'    | Instrument pipeline processing time          | -          | str    | C7            |
 
 #### Header of `csst_ms_sls_position`
 
-- 
GitLab