IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 17, 2007, 11:25:40 AM (19 years ago)
Author:
jhoblitt
Message:

add detRegisteredImfile table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/det.md

    r14231 r14270  
    11detRun METADATA
    22    det_id      S64         0       # Primary Key AUTO_INCREMENT
    3     iteration   S32         0       # Key
     3    iteration   S32         0       # Key INDEX(det_id, iteration)
    44    det_type    STR         64      # Key
    55    mode        STR         64      # Key
     
    208208    fault       S16         0       # Key NOT NULL
    209209END
     210
     211#
     212# Note: This table needs to stay more or less identical to detNormalizedImfile.
     213# It only exists as a seperate entity so they it can have different fkeys
     214#
     215detRegisteredImfile METADATA
     216    det_id      S64         0       # Primary Key fkey(det_id, iteration) ref detRun(det_id, iteration)
     217    iteration   S32         0       # Primary Key
     218    class_id    STR         64      # Primary Key
     219    uri         STR         255
     220    bg          F64         0.0
     221    bg_stdev    F64         0.0
     222    bg_mean_stdev   F64     0.0
     223    user_1      F64         0.0
     224    user_2      F64         0.0
     225    user_3      F64         0.0
     226    user_4      F64         0.0
     227    user_5      F64         0.0
     228    path_base   STR         255
     229    fault       S16         0       # Key NOT NULL
     230END
Note: See TracChangeset for help on using the changeset viewer.