From 61f85aebc18a44e26cf4258ea0ae96c544104be0 Mon Sep 17 00:00:00 2001 From: Zhang Tianmeng Date: Wed, 1 Mar 2023 04:19:56 +0000 Subject: [PATCH] Update data_model.md --- docs/source/mbi/data_model.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/mbi/data_model.md b/docs/source/mbi/data_model.md index dd69ec2..8f2a809 100644 --- a/docs/source/mbi/data_model.md +++ b/docs/source/mbi/data_model.md @@ -32,7 +32,6 @@ | VER_INST | '0.0.1 ' | Version of instrument processing | '0.0.1 ' | str | csst_ms_mbi_instrument | | STA_INST | 0 | 0=done 1=wrong | 1 | i8 | csst_ms_mbi_distortion | | STM_INST | '2022-12-30T10:18:53' | Time stamp of instrument processing | --- | str | csst_ms_mbi_instrument | -| DATASUM | '1352015684' | data unit checksum | --- | str | csst_ms_mbi_instrument | | STA_BIAS | 0 | Status flag for bias frame correction | 1 | i8 | csst_ms_mbi_instrument | | STA_DARK | 0 | Status flag for dark frame correction | 1 | i8 | csst_ms_mbi_instrument | | STA_FLAT | 0 | Status flag for flat frame correction | 1 | i8 | csst_ms_mbi_instrument | -- GitLab