From 47ec184ca95f2cdc48337e0203aed198188e4cc4 Mon Sep 17 00:00:00 2001 From: Wang Xia Date: Wed, 1 Mar 2023 01:37:26 +0000 Subject: [PATCH] Update data_model.md --- docs/source/sls/data_model.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/sls/data_model.md b/docs/source/sls/data_model.md index 31a30a8..100f58a 100644 --- a/docs/source/sls/data_model.md +++ b/docs/source/sls/data_model.md @@ -56,6 +56,7 @@ COMMENT ================================================================== | SNRMIN | 187.4 | Minmum signal to noise of good pixels | -9999 | float | C7 | | 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 | +| MEANDARK | 0.3 | Average of the dark values subtracted | -9999 | float | C7 | | CRCOUNT | 88988 | Cosmic ray counts | -9999 | float | C7 | #### Header of `csst_ms_sls_position` -- GitLab