Commit 1fe9359e authored by Wang Xia's avatar Wang Xia
Browse files

Update csst_ms_sls2d.md

parent e1319f23
...@@ -36,8 +36,8 @@ ...@@ -36,8 +36,8 @@
| S_DARK | T | Dark correction | F | bool | csst_ms_sls_instrument | | S_DARK | T | Dark correction | F | bool | csst_ms_sls_instrument |
| S_FLAT | T | Flat field correction | F | bool | csst_ms_sls_instrument | | S_FLAT | T | Flat field correction | F | bool | csst_ms_sls_instrument |
| DCP_VER | '0.0.1 ' | detector-level calibration pipeline version | '0.0.1 ' | str | csst_ms_sls_instrument | | DCP_VER | '0.0.1 ' | detector-level calibration pipeline version | '0.0.1 ' | str | csst_ms_sls_instrument |
| DCP_TIME | '2022-12-30T10:18:53' | pipeline processing time | | str | csst_ms_sls_instrument | | DCP_TIME | '2022-12-30T10:18:53' | pipeline processing time | '2022-12-30T10:18:53' | str | csst_ms_sls_instrument |
| HISTORY |'**step complete.' | record processing message | null | str | csst_ms_sls_instrument | | HISTORY |'**step complete.' | record processing message | 'null' | str | csst_ms_sls_instrument |
### HDU1 ### HDU1
...@@ -45,17 +45,17 @@ ...@@ -45,17 +45,17 @@
| keyword | value | comment | fallback_value | type | module | | keyword | value | comment | fallback_value | type | module |
| -------- | :-------------------- | ------------------------------------------- | -------------- | ---- | ---------------------- | | -------- | :-------------------- | ------------------------------------------- | -------------- | ---- | ---------------------- |
| EXTNAEM | SCI | extension name | | str | csst_ms_sls_instrument | | EXTNAEM | SCI | extension name | SCI | str | csst_ms_sls_instrument |
| EXTVER | 1 | extension version number | | i8 | csst_ms_sls_instrument | | EXTVER | 1 | extension version number | 1 | i8 | csst_ms_sls_instrument |
| BUNIT | electrons/s | brightness units | | str | csst_ms_sls_instrument | | BUNIT | electrons/s | brightness units | electrons/s | str | csst_ms_sls_instrument |
| NGOODPIX | 84794368 | number of good pixels | | f32 | csst_ms_sls_instrument | | NGOODPIX | 84794368 | number of good pixels | 0 | f32 | csst_ms_sls_instrument |
| SDQFLAGS | 31743 | serious data quality flags | | i16 | csst_ms_sls_instrument | | SDQFLAGS | 31743 | serious data quality flags | 0 | i16 | csst_ms_sls_instrument |
| GOODMAX | 260.0 | maxmum value of good pixels | | f32 | csst_ms_sls_instrument | | GOODMAX | 260.0 | maxmum value of good pixels | 0 | f32 | csst_ms_sls_instrument |
| GOODMIN | -0.001 | minmum value of good pixels | | f32 | csst_ms_sls_instrument | | GOODMIN | -0.001 | minmum value of good pixels | 0 | f32 | csst_ms_sls_instrument |
| GOODMEAN | 0.3 | mean value of good pixels | | f32 | csst_ms_sls_instrument | | GOODMEAN | 0.3 | mean value of good pixels | 0 | f32 | csst_ms_sls_instrument |
| SNRMIN | 187.4 | minmum signal to noise of good pixels | | f32 | csst_ms_sls_instrument | | SNRMIN | 187.4 | minmum signal to noise of good pixels | 0 | f32 | csst_ms_sls_instrument |
| SNRMAX | 1.2 | maxmum signal to noise of good pixels | | f32 | csst_ms_sls_instrument | | SNRMAX | 1.2 | maxmum signal to noise of good pixels | 0 | f32 | csst_ms_sls_instrument |
| SNRMEAN | 3.38 | average of the dark values subtracted | | f32 | csst_ms_sls_instrument | | SNRMEAN | 3.38 | average of the dark values subtracted | 0 | f32 | csst_ms_sls_instrument |
...@@ -105,16 +105,16 @@ ...@@ -105,16 +105,16 @@
| keyword | value | comment | fallback_value | type | module | | keyword | value | comment | fallback_value | type | module |
| -------- | ----------- | --------------------------- | -------------- | ----- | ---------------------- | | -------- | ----------- | --------------------------- | -------------- | ----- | ---------------------- |
| XTENSION | IMAGE | Image extension | | str | csst_ms_sls_instrument | | XTENSION | IMAGE | Image extension | IAMGE | str | csst_ms_sls_instrument |
| BITPIX | -32 | bits per data value | | i8 | csst_ms_sls_instrument | | BITPIX | -32 | bits per data value | -32 | i8 | csst_ms_sls_instrument |
| NAXIS | 2 | Number of array dimensions | | i8 | csst_ms_sls_instrument | | NAXIS | 2 | Number of array dimensions | 2 | i8 | csst_ms_sls_instrument |
| NAXIS1 | 9216 | Size of the axis | | i8 | csst_ms_sls_instrument | | NAXIS1 | 9216 | Size of the axis | 9216 | i8 | csst_ms_sls_instrument |
| NAXIS2 | 9232 | Size of the axis | | i8 | csst_ms_sls_instrument | | NAXIS2 | 9232 | Size of the axis | 9232 | i8 | csst_ms_sls_instrument |
| PCOUNT | 0 | number of parameters | | i8 | csst_ms_sls_instrument | | PCOUNT | 0 | number of parameters | 0 | i8 | csst_ms_sls_instrument |
| GCOUNT | 1 | number of groups | | i8 |csst_ms_sls_instrument| | GCOUNT | 1 | number of groups | 1 | i8 |csst_ms_sls_instrument|
| EXTNAME | ERR | extension name | | str | csst_ms_sls_instrument | | EXTNAME | ERR | extension name | ERR | str | csst_ms_sls_instrument |
| EXTVER | 1 | extension version number | | i8 | csst_ms_sls_instrument | | EXTVER | 1 | extension version number | 1 | i8 | csst_ms_sls_instrument |
| BUNIT | electrons/s | brightness units | | str | csst_ms_sls_instrument | | BUNIT | electrons/s | brightness units | electrons/s | str | csst_ms_sls_instrument |
### HDU3 ### HDU3
...@@ -122,14 +122,14 @@ ...@@ -122,14 +122,14 @@
| keyword | value | comment | fallback_value | type | module | | keyword | value | comment | fallback_value | type | module |
| -------- | ----------- | --------------------------- | -------------- | ---- | ---------------------- | | -------- | ----------- | --------------------------- | -------------- | ---- | ---------------------- |
| XTENSION | IMAGE | Image extension | | str | csst_ms_sls_instrument | | XTENSION | IMAGE | Image extension | IAMGE | str | csst_ms_sls_instrument |
| BITPIX | 16 | bits per data value | | i8 | csst_ms_sls_instrument | | BITPIX | 16 | bits per data value | 16 | i8 | csst_ms_sls_instrument |
| NAXIS | 2 | Number of array dimensions | | i8 | csst_ms_sls_instrument | | NAXIS | 2 | Number of array dimensions | 2 | i8 | csst_ms_sls_instrument |
| NAXIS1 | 9216 | Size of the axis | | i8 | csst_ms_sls_instrument | | NAXIS1 | 9216 | Size of the axis | 9216 | i8 | csst_ms_sls_instrument |
| NAXIS2 | 9232 | Size of the axis | | i8 | csst_ms_sls_instrument | | NAXIS2 | 9232 | Size of the axis | 9232 | i8 | csst_ms_sls_instrument |
| PCOUNT | 0 | number of parameters | | i8 | csst_ms_sls_instrument | | PCOUNT | 0 | number of parameters | 0 | i8 | csst_ms_sls_instrument |
| GCOUNT | 1 | number of groups | | i8 |csst_ms_sls_instrument| | GCOUNT | 1 | number of groups | 1 | i8 |csst_ms_sls_instrument|
| EXTNAME | DQ | extension name | | str | csst_ms_sls_instrument | | EXTNAME | DQ | extension name | DQ | str | csst_ms_sls_instrument |
| EXTVER | 1 | extension version number | | i8 | csst_ms_sls_instrument | | EXTVER | 1 | extension version number | 1 | i8 | csst_ms_sls_instrument |
| BUNIT | unitless | brightness units | | str | csst_ms_sls_instrument | | BUNIT | unitless | brightness units | unitless | str | csst_ms_sls_instrument |
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment