IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7197


Ignore:
Timestamp:
May 24, 2006, 1:29:51 PM (20 years ago)
Author:
jhoblitt
Message:

add detNormalizedImfile
misc fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r7157 r7197  
    1 # $Id: tasks.md,v 1.33 2006-05-20 01:45:28 jhoblitt Exp $
     1# $Id: tasks.md,v 1.34 2006-05-24 23:29:51 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    190190detProcessedImfile METADATA
    191191    det_id      S32         0      # Primary Key
    192     exp_id      STR         64     # Key
    193     class_id    STR         255
     192    exp_id      STR         64     # Primary Key
     193    class_id    STR         255    # Primary Key
    194194    uri         STR         255
    195195    stats       STR         255
     
    205205END
    206206
     207detNormalizedImfile METADATA
     208    det_id      S32         0      # Primary Key
     209    class_id    STR         255    # Primary Key
     210    uri         STR         255
     211    stats       STR         255
     212    recipe      STR         64
     213END
     214
    207215detMasterFrame METADATA
    208216    det_id      S32         0      # Primary Key
Note: See TracChangeset for help on using the changeset viewer.