Commit c9197f7a authored by Wang Xia's avatar Wang Xia
Browse files

Update data_model.md

parent 4efac6a1
...@@ -39,14 +39,15 @@ COMMENT ================================================================== ...@@ -39,14 +39,15 @@ COMMENT ==================================================================
| R_BIAS | '*bias.fits' | SuperBias reference file name | 'N/A' | str | C7 | | R_BIAS | '*bias.fits' | SuperBias reference file name | 'N/A' | str | C7 |
| R_DARK | '*dark.fits' | Dark reference file name | 'N/A' | str | C7 | | R_DARK | '*dark.fits' | Dark reference file name | 'N/A' | str | C7 |
| R_DFLAT | '*flat.fits' | Detector Flat reference file name | 'N/A' | str | C7 | | R_DFLAT | '*flat.fits' | Detector Flat reference file name | 'N/A' | str | C7 |
| S_DQINI | 1 | Data Quality Initialization | 0 | int | C7 | | STA_DQINI | 1 | Data Quality Initialization status | 0 | int | C7 |
| S_SATURA | 1 | Saturation Checking | 0 | int | C7 | | STA_SATURA | 1 | Saturation Checking status | 0 | int | C7 |
| S_ERRINI | 1 | Error Initialization | 0 | int | C7 | | STA_ERRINI | 1 | Error Initialization status | 0 | int | C7 |
| S_BIAS | 1 | Bias correction | 0 | int | C7 | | STA_BIAS | 1 | Bias correction status | 0 | int | C7 |
| S_DARK | 1 | Dark correction | 0 | int | C7 | | STA_DARK | 1 | Dark correction status | 0 | int | C7 |
| S_FLAT | 1 | Flat field correction | 0 | int | C7 | | STA_FLAT | 1 | Flat field correction status | 0 | int | C7 |
| VER_INST | '0.0.1 ' | Instrument calibration pipeline version | - | str | C7 | | VER_INST | '0.0.1 ' | Instrument calibration pipeline version | - | str | C7 |
| STM_INST | '2022-12-30T10:18:53' | Instrument pipeline processing time | '2022-12-30T10:18:53' | str | C7 | | STA_INST | 1 | Instrument calibration status | 0 | int | C7 |
| STM_INST | '2022-12-30T10:18:53' | Instrument pipeline processing time | - | str | C7 |
| HISTORY | '**step complete.' | Record processing message | - | str | C7 | | HISTORY | '**step complete.' | Record processing message | - | str | C7 |
### HDU1 ### HDU1
......
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