IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15568


Ignore:
Timestamp:
Nov 9, 2007, 3:54:22 PM (19 years ago)
Author:
jhoblitt
Message:

cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/calibration.md

    r15316 r15568  
    11
    22# table of the DVO databases which get calibrated
    3 calDatabase
    4     dvo_id      S64         0       # Primary Key AUTO_INCREMENT
     3calDB METADATA
     4    cal_id      S64         0       # Primary Key AUTO_INCREMENT
    55    catdir      STR         64
    66    state       STR         64
    77END
    88
    9 calRuns
    10     dvo_id      S64         0       # Primary Key AUTO_INCREMENT
     9calRun METADATA
     10    cal_id      S64         0       # Primary Key AUTO_INCREMENT
    1111    region      STR         64      # success or failure
    12     last_step   STR         64      #
    13     status      STR         64      #
     12    last_step   STR         64      # fkey(cal_id) ref calDB(cal_id)
     13    state       STR         64      #
    1414END
    1515
Note: See TracChangeset for help on using the changeset viewer.