Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Chen Wei
csst-l1doc
Commits
5005c236
Commit
5005c236
authored
Feb 21, 2023
by
Wang Xia
Browse files
Update data_model.md
parent
9a0ab8d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/source/sls/data_model.md
View file @
5005c236
...
@@ -59,17 +59,16 @@ COMMENT ==================================================================
...
@@ -59,17 +59,16 @@ COMMENT ==================================================================
| keyword | value | comment | fallback_value | type | module |
| keyword | value | comment | fallback_value | type | module |
|-----------|:---------|-----------------------------------------|----------------|------|--------------------------|
|-----------|:---------|-----------------------------------------|----------------|------|--------------------------|
| EXTNAME | SCI | extension name | SCI | str | csst_ms_sls_instrument |
| EXTNAME | SCI | Extension name | SCI | str | csst_ms_sls_instrument |
| EXTVER | 1 | extension version number | 1 | i8 | csst_ms_sls_instrument |
| EXTVER | 1 | Extension version number | 1 | int | csst_ms_sls_instrument |
| BUNIT |
*e-/s | brightness units | *
e-/s | str | csst_ms_sls_instrument |
| BUNIT | e-/s | Brightness units | e-/s | str | csst_ms_sls_instrument |
|
*
NGOODPIX | 84794368 | number of good pixels | -9999 | i32 | csst_ms_sls_instrument |
| NGOODPIX | 84794368 | Number of good pixels | -9999 | int | csst_ms_sls_instrument |
|
*SDQFLAGS | 31743 | *
serious data quality flags | -9999 | i32 | csst_ms_sls_instrument |
| GOODMAX | 260.0 | Maxmum value of good pixels | -9999 | float | csst_ms_sls_instrument |
| GOODMAX | 260.0 | maxmum value of good pixels | -9999 | f32 | csst_ms_sls_instrument |
| GOODMIN | -0.001 | Minmum value of good pixels | -9999 | float | csst_ms_sls_instrument |
| GOODMIN | -0.001 | minmum value of good pixels | -9999 | f32 | csst_ms_sls_instrument |
| GOODMEAN | 0.3 | Mean value of good pixels | -9999 | float | csst_ms_sls_instrument |
| GOODMEAN | 0.3 | mean value of good pixels | -9999 | f32 | csst_ms_sls_instrument |
| SNRMIN | 187.4 | Minmum signal to noise of good pixels | -9999 | float | csst_ms_sls_instrument |
| SNRMIN | 187.4 | minmum signal to noise of good pixels | -9999 | f32 | csst_ms_sls_instrument |
| SNRMAX | 1.2 | Maxmum signal to noise of good pixels | -9999 | float | csst_ms_sls_instrument |
| SNRMAX | 1.2 | maxmum signal to noise of good pixels | -9999 | f32 | csst_ms_sls_instrument |
| SNRMEAN | 3.38 | Average of the dark values subtracted | -9999 | float | csst_ms_sls_instrument |
| SNRMEAN | 3.38 | average of the dark values subtracted | -9999 | f32 | csst_ms_sls_instrument |
VER_INST 仪器改正版本号
VER_INST 仪器改正版本号
STA_INST 仪器改正状态
STA_INST 仪器改正状态
...
@@ -127,16 +126,16 @@ CD1_1等系数在修改后挪到这一节
...
@@ -127,16 +126,16 @@ CD1_1等系数在修改后挪到这一节
| keyword | value | comment | fallback_value | type | module |
| keyword | value | comment | fallback_value | type | module |
|----------|---------------|----------------------------|----------------|---------|-------------------------|
|----------|---------------|----------------------------|----------------|---------|-------------------------|
| XTENSION | IMAGE | Image extension | I
A
MGE | str | csst_ms_sls_instrument |
| XTENSION | IMAGE | Image extension | IM
A
GE | str | csst_ms_sls_instrument |
| BITPIX | -32 |
b
its per data value | -32 | i
8
| csst_ms_sls_instrument |
| BITPIX | -32 |
B
its per data value | -32 | i
nt
| csst_ms_sls_instrument |
| NAXIS | 2 | Number of array dimensions | 2 | i
8
| csst_ms_sls_instrument |
| NAXIS | 2 | Number of array dimensions | 2 | i
nt
| csst_ms_sls_instrument |
| NAXIS1 | 9216 | Size of the axis | 9216 | i
8
| csst_ms_sls_instrument |
| NAXIS1 | 9216 | Size of the axis | 9216 | i
nt
| csst_ms_sls_instrument |
| NAXIS2 | 9232 | Size of the axis | 9232 | i
8
| csst_ms_sls_instrument |
| NAXIS2 | 9232 | Size of the axis | 9232 | i
nt
| csst_ms_sls_instrument |
| PCOUNT | 0 |
n
umber of parameters | 0 | i
8
| csst_ms_sls_instrument |
| PCOUNT | 0 |
N
umber of parameters | 0 | i
nt
| csst_ms_sls_instrument |
| GCOUNT | 1 |
n
umber of groups | 1 | i
8
| csst_ms_sls_instrument |
| GCOUNT | 1 |
N
umber of groups | 1 | i
nt
| csst_ms_sls_instrument |
| EXTNAME | ERR |
e
xtension name | ERR | str | csst_ms_sls_instrument |
| EXTNAME | ERR |
E
xtension name | ERR | str | csst_ms_sls_instrument |
| EXTVER | 1 |
e
xtension version number | 1 | i
8
| csst_ms_sls_instrument |
| EXTVER | 1 |
E
xtension version number | 1 | i
nt
| csst_ms_sls_instrument |
|
*
BUNIT | e
lectrons
/s |
b
rightness units | e
lectrons
/s | str | csst_ms_sls_instrument |
| BUNIT | e
-
/s |
B
rightness units | e
-
/s | str | csst_ms_sls_instrument |
### HDU3
### HDU3
...
@@ -144,14 +143,14 @@ CD1_1等系数在修改后挪到这一节
...
@@ -144,14 +143,14 @@ CD1_1等系数在修改后挪到这一节
| keyword | value | comment | fallback_value | type | module |
| keyword | value | comment | fallback_value | type | module |
|-----------|-------------|----------------------------|----------------|--------|------------------------|
|-----------|-------------|----------------------------|----------------|--------|------------------------|
| XTENSION | IMAGE | Image extension | I
A
MGE | str | csst_ms_sls_instrument |
| XTENSION | IMAGE | Image extension | IM
A
GE | str | csst_ms_sls_instrument |
| BITPIX | 16 |
b
its per data value | 16 | i
8
| csst_ms_sls_instrument |
| BITPIX | 16 |
B
its per data value | 16 | i
nt
| csst_ms_sls_instrument |
| NAXIS | 2 | Number of array dimensions | 2 | i
8
| csst_ms_sls_instrument |
| NAXIS | 2 | Number of array dimensions | 2 | i
nt
| csst_ms_sls_instrument |
| NAXIS1 | 9216 | Size of the axis | 9216 | i
8
| csst_ms_sls_instrument |
| NAXIS1 | 9216 | Size of the axis | 9216 | i
nt
| csst_ms_sls_instrument |
| NAXIS2 | 9232 | Size of the axis | 9232 | i
8
| csst_ms_sls_instrument |
| NAXIS2 | 9232 | Size of the axis | 9232 | i
nt
| csst_ms_sls_instrument |
| PCOUNT | 0 |
n
umber of parameters | 0 | i
8
| csst_ms_sls_instrument |
| PCOUNT | 0 |
N
umber of parameters | 0 | i
nt
| csst_ms_sls_instrument |
| GCOUNT | 1 |
n
umber of groups | 1 | i
8
| csst_ms_sls_instrument |
| GCOUNT | 1 |
N
umber of groups | 1 | i
nt
| csst_ms_sls_instrument |
| EXTNAME | DQ |
e
xtension name | DQ | str | csst_ms_sls_instrument |
| EXTNAME | DQ |
E
xtension name | DQ | str | csst_ms_sls_instrument |
| EXTVER | 1 |
e
xtension version number | 1 | i
8
| csst_ms_sls_instrument |
| EXTVER | 1 |
E
xtension version number | 1 | i
nt
| csst_ms_sls_instrument |
|
*
BUNIT | unitless |
b
rightness units | unitless | str | csst_ms_sls_instrument |
| BUNIT | unitless |
B
rightness units | unitless | str | csst_ms_sls_instrument |
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment