IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15575


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

enable flatcorr.md

Location:
trunk/dbconfig
Files:
2 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
  • trunk/dbconfig/ipp.m4

    r15567 r15575  
    88dnl include(dome.md)
    99dnl include(telescope.md)
     10dnl include(skycell.md)
    1011include(tasks.md)
    1112include(guide.md)
     
    1819include(magic.md)
    1920include(calibration.md)
    20 dnl include(skycell.md)
     21include(flatcorr.md)
Note: See TracChangeset for help on using the changeset viewer.