IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 2, 2008, 9:23:35 AM (18 years ago)
Author:
eugene
Message:

mods to flatcorr tables: adding flatcorrCamLink, dropping flatcorrExp and replacing with flatcorrChipLink; adding reduction to flatcorrRun

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/flatcorr.md

    r16671 r19323  
    99    label       STR         64
    1010    stats       STR         255
     11    reduction   STR         255
    1112    region      STR         255
    1213END
    1314
    1415# table of Exposure-level data used for each flat-field corrction run
    15 flatcorrExp METADATA
     16flatcorrChipLink METADATA
    1617    corr_id     S64         0       # Primary Key fkey(corr_id) ref flatcorrRun(corr_id)
    17     chip_id     S64         64      # Primary Key fkey(chip_id) ref chipRun(chip_id)
     18    chip_id     S64         0       # Primary Key fkey(chip_id) ref chipRun(chip_id)
    1819END
    1920
     21# table of Exposure-level data used for each flat-field corrction run
     22flatcorrCamLink METADATA
     23    corr_id     S64         0       # Primary Key fkey(corr_id) ref flatcorrRun(corr_id)
     24    chip_id     S64         0       # Primary Key fkey(chip_id) ref chipRun(chip_id)
     25    cam_id      S64         0       # Primary Key fkey(chip_id) ref chipRun(chip_id)
     26END
     27
Note: See TracChangeset for help on using the changeset viewer.