Commit e833509a authored by Chen Yili's avatar Chen Yili
Browse files

Replace data_model.md

parent 371ee228
...@@ -6,11 +6,13 @@ ...@@ -6,11 +6,13 @@
### File contents ### File contents
| HDU | data | note | | HDU | data | note |
|------|-------------------------|------------| |------|-------------------------------------------------|------------|
| HDU0 | None | PrimaryHDU | | HDU0 | None | PrimaryHDU |
| HDU1 | reduced image (1k x 1k) | ImageHDU | | HDU1 | [reduced image (1k x 1k), mask image (1k x 1k)] | ImageHDU |
| HDU2 | mask image (1k x 1k) | ImageHDU | | HDU2 | [reduced image (1k x 1k), mask image (1k x 1k)] | ImageHDU |
| ... | ... | ImageHDU |
| HDUn | [reduced image (1k x 1k), mask image (1k x 1k)] | ImageHDU |
### HDU0 ### HDU0
...@@ -18,7 +20,7 @@ ...@@ -18,7 +20,7 @@
|---------|:------|---------------|---------------|------|-----------| |---------|:------|---------------|---------------|------|-----------|
| SIMPLE | True | Fits standard | True | bool | csst_sims | | SIMPLE | True | Fits standard | True | bool | csst_sims |
### HDU1 ### HDUn
| keyword | value | comment | fill value | type | module | | keyword | value | comment | fill value | type | module |
|-----------|:----------------------|-------------------------------------------------|--------------|------|--------------------------| |-----------|:----------------------|-------------------------------------------------|--------------|------|--------------------------|
...@@ -53,7 +55,7 @@ ...@@ -53,7 +55,7 @@
| CR_MOD | 'lacosmic' | mode of CR clean. 'lacosmic' or 'deepCR' | -1 | str | csst_cpic | | CR_MOD | 'lacosmic' | mode of CR clean. 'lacosmic' or 'deepCR' | -1 | str | csst_cpic |
| CR_NUM | 10 | number of cosmic ray | -1 | i16 | csst_cpic | | CR_NUM | 10 | number of cosmic ray | -1 | i16 | csst_cpic |
### HDU2
| keyword | value | comment | fill value | type | module | | keyword | value | comment | fill value | type | module |
|-----------|:----------------------|-------------------------------------------------|--------------|------|--------------------------| |-----------|:----------------------|-------------------------------------------------|--------------|------|--------------------------|
......
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