IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 7, 2006, 4:08:59 PM (20 years ago)
Author:
jhoblitt
Message:

add iteration fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r7376 r7420  
    1 # $Id: tasks.md,v 1.38 2006-06-07 01:38:00 jhoblitt Exp $
     1# $Id: tasks.md,v 1.39 2006-06-08 02:08:59 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    177177
    178178detInputExp METADATA
    179     det_id      S32         0      # Primary Key
    180     exp_id      STR         64     # Primary Key
     179    det_id      S32         0       # Primary Key
     180    iteration   S32         0       # Primary Key
     181    exp_id      STR         64      # Primary Key
    181182    camera      STR         255
    182183    telescope   STR         255
     
    198199
    199200detStackedImfile METADATA
    200     det_id      S32         0      # Primary Key
    201     class_id    STR         64     # Primary Key
     201    det_id      S32         0       # Primary Key
     202    iteration   S32         0       # Primary Key
     203    class_id    STR         64      # Primary Key
    202204    uri         STR         255
    203205    stats       STR         255
     
    207209detNormalizedImfile METADATA
    208210    det_id      S32         0       # Primary Key
     211    iteration   S32         0       # Primary Key
    209212    class_id    STR         64      # Primary Key
    210213    uri         STR         255
     
    219222END
    220223
     224# drop?
    221225detMasterImfile METADATA
    222226    det_id      S32         0       # Primary Key
     
    229233detResidImfileAnalysis METADATA
    230234    det_id      S32         0       # Primary Key
     235    iteration   S32         0       # Primary Key
    231236    exp_id      STR         64      # Primary Key
    232237    class_id    STR         64      # Primary Key
     
    237242detResidExpAnalysis METADATA
    238243    det_id      S32         0       # Primary Key
     244    iteration   S32         0       # Primary Key
    239245    exp_id      STR         64      # Primary Key
    240246    stats       STR         255
Note: See TracChangeset for help on using the changeset viewer.