IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 9, 2007, 5:04:52 PM (19 years ago)
Author:
jhoblitt
Message:

enable flatcorr.md

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/flatcorr.md

    r15356 r15575  
    11
    22# table of flat-field correction runs
    3 flatcorrRun
     3flatcorrRun METADATA
    44    corr_id     S64         0       # Primary Key AUTO_INCREMENT       
    55    dvodb       STR         64
     
    1010
    1111# table of Exposure-level data used for each flat-field corrction run
    12 flatcorrExp
    13     corr_id     S64         0
    14     chip_id     S64         64
    15     state       STR         64
     12flatcorrExp METADATA
     13    corr_id     S64         0       # Primary Key
     14    chip_id     S64         64      # Primary Key
     15    state       STR         64      # fkey(corr_id) ref flatcorrRun(corr_id)
    1616END
    1717
Note: See TracChangeset for help on using the changeset viewer.