IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15315


Ignore:
Timestamp:
Oct 14, 2007, 1:57:18 PM (19 years ago)
Author:
eugene
Message:

adding stubs for detrend correction stage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/det.md

    r14433 r15315  
    239239    fault       S16         0       # Key NOT NULL
    240240END
     241
     242detCorrectedExp METADATA
     243    det_id      S64         0       # Primary Key fkey(det_id, exp_id) ref detInputExp(det_id, exp_id)
     244    exp_id      S64         64      # Primary Key fkey(exp_id, class_id) ref rawImfile(exp_id, class_id)
     245    uri         STR         255     # INDEX(det_id, exp_id)
     246    corr_id     S64         0
     247    corr_type   STR         64
     248    recipe      STR         64
     249    path_base   STR         255
     250    fault       S16         0       # Key NOT NULL
     251END
     252
     253detCorrectedImfile METADATA
     254    det_id      S64         0       # Primary Key fkey(det_id, exp_id) ref detInputExp(det_id, exp_id)
     255    exp_id     S64         64       # Primary Key fkey(exp_id, class_id) ref rawImfile(exp_id, class_id)
     256    class_id    STR         64      # Primary Key INDEX(det_id, class_id)
     257    uri         STR         255     # INDEX(det_id, exp_id)
     258    path_base   STR         255
     259    fault       S16         0       # Key NOT NULL
     260END
Note: See TracChangeset for help on using the changeset viewer.