From a93abec130a1d5fd5690fe360f3dc7d5b8aa3835 Mon Sep 17 00:00:00 2001 From: Zhang Tianmeng Date: Mon, 20 Feb 2023 08:24:31 +0000 Subject: [PATCH] Update data_model.md --- docs/source/mbi/data_model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/mbi/data_model.md b/docs/source/mbi/data_model.md index 06732bb..5ef6b34 100644 --- a/docs/source/mbi/data_model.md +++ b/docs/source/mbi/data_model.md @@ -43,7 +43,7 @@ | keyword | value | comment | fallback_value | type | module | |----------|:----------------------|-------------------------------------|----------------|------|------------------------| -| *RADESYS | 'ICRS ' | Should be always 'ICRS' | '?' | str | csst_ms_mbi_distortion | +| *RADESYS | 'ICRS ' | | '?' | str | csst_ms_mbi_distortion | | *NS_DIST | 11 | The number of stars used in fitting | --- | i8 | csst_ms_mbi_distortion | | PV1_0 | 0.003205383944913964 | | -9999 | f32 | csst_ms_mbi_distortion | | PV1_1 | 0.8673020820536499 | | -9999 | f32 | csst_ms_mbi_distortion | -- GitLab