From 6bfb35846a42b3edf82d14670ef32cdc8b3fc2e4 Mon Sep 17 00:00:00 2001 From: Ma Bin Date: Thu, 23 Feb 2023 01:09:10 +0000 Subject: [PATCH] Update data_model.md --- docs/source/mbi/data_model.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/mbi/data_model.md b/docs/source/mbi/data_model.md index c937918..d1d282d 100644 --- a/docs/source/mbi/data_model.md +++ b/docs/source/mbi/data_model.md @@ -35,12 +35,12 @@ | *SKY_BKG | 0.1 | Estimated sky background (e-/s per pixel) | -9999 | f32 | csst_ms_mbi_instrument | | *SKY_RMS | 10.0 | *Standard dev of frame background (ADU) -> e-/s | -9999 | f32 | csst_ms_mbi_instrument | | SATURATE | 1833.333333333333 | The flux limit of saturated pixel (e-/s) | -9999 | f32 | csst_ms_mbi_instrument | -| *STA_CTE | 0 | Status flag for CTE correction | 1 | bool | csst_ms_mbi_instrument | -| *STA_SAT | 0 | Status flag for satellite correction | 1 | bool | csst_ms_mbi_instrument | -| *STA_CRS | 0 | Status flag for cosmic rays mask | 1 | bool | csst_ms_mbi_instrument | +| *STA_CTE | 0 | Status flag for CTE correction | 1 | i8 | csst_ms_mbi_instrument | +| *STA_SAT | 0 | Status flag for satellite correction | 1 | i8 | csst_ms_mbi_instrument | +| *STA_CRS | 0 | Status flag for cosmic rays mask | 1 | i8 | csst_ms_mbi_instrument | | CRCOUNT | 66791 | Cosmic rays counts | -9999 | i8 | csst_ms_mbi_instrument | -| *STA_NLIN | 0 | Status flag for non-linear correction | 1 | bool | csst_ms_mbi_instrument | -| *STA_SHUT | 0 | Status flag for shutter effect correction | 1 | bool | csst_ms_mbi_instrument | +| *STA_NLIN | 0 | Status flag for non-linear correction | 1 | i8 | csst_ms_mbi_instrument | +| *STA_SHUT | 0 | Status flag for shutter effect correction | 1 | i8 | csst_ms_mbi_instrument | | *VER_INST | '0.0.1 ' | Version of instrument processing | '0.0.1 ' | str | csst_ms_mbi_instrument | | *STM_INST | '2022-12-30T10:18:53' | Time stamp of instrument processing | --- | str | csst_ms_mbi_instrument | | *STA_INST | 0 | 0=done 1=wrong | 1 | i8 | csst_ms_mbi_distortion | -- GitLab