IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2007, 3:41:56 PM (19 years ago)
Author:
jhoblitt
Message:

s/p0/reg/g
s/p1/guide/g
s/p2/chip/g
s/p6/stack/g
s/p5/diff/g
s/p4/warp/g
s/p3/cam/g

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r11872 r12024  
    1 # $Id: tasks.md,v 1.119 2007-02-17 04:14:23 jhoblitt Exp $
     1# $Id: tasks.md,v 1.120 2007-02-24 01:40:38 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    154154#
    155155
    156 p1PendingExp METADATA
    157     exp_tag     STR         64      # Primary Key
    158     p1_version  S32         0       # Primary Key
     156guidePendingExp METADATA
     157    exp_tag     STR         64      # Primary Key
     158    guide_version  S32         0       # Primary Key
    159159    recipe      STR         64
    160160END
     
    163163# class is missing
    164164
    165 p2PendingExp METADATA
    166     exp_tag     STR         64      # Primary Key
    167     p2_version  S32         0       # Primary Key
    168     p1_version  S32         0
     165chipPendingExp METADATA
     166    exp_tag     STR         64      # Primary Key
     167    chip_version  S32         0       # Primary Key
     168    guide_version  S32         0
    169169    label       STR         64      # key
    170170    recipe      STR         64
     
    175175# uris in & out ?
    176176
    177 p2PendingImfile METADATA
    178     exp_tag     STR         64      # Primary Key
    179     p2_version  S32         0       # Primary Key
    180     p1_version  S32         0
     177chipPendingImfile METADATA
     178    exp_tag     STR         64      # Primary Key
     179    chip_version  S32         0       # Primary Key
     180    guide_version  S32         0
    181181    class_id    STR         64      # Primary Key
    182182    recipe      STR         64
     
    187187# and/or logging imfile done better?
    188188
    189 p2ProcessedExp METADATA
    190     exp_tag     STR         64      # Primary Key
    191     p2_version  S32         0       # Primary Key
    192     p1_version  S32         0
     189chipProcessedExp METADATA
     190    exp_tag     STR         64      # Primary Key
     191    chip_version  S32         0       # Primary Key
     192    guide_version  S32         0
    193193    label       STR         64      # key
    194194    expgroup       STR         64      # key
     
    196196END
    197197
    198 p2Mask METADATA
     198chipMask METADATA
    199199    label       STR         64      # Primary Key
    200200END
     
    203203# state?
    204204
    205 p2ProcessedImfile METADATA
    206     exp_tag     STR         64      # Primary Key
    207     p2_version  S32         0       # Primary Key
    208     p1_version  S32         0
     205chipProcessedImfile METADATA
     206    exp_tag     STR         64      # Primary Key
     207    chip_version  S32         0       # Primary Key
     208    guide_version  S32         0
    209209    class_id    STR         64      # Primary Key
    210210    recipe      STR         64
     
    220220# imfiles is not here... is it needed?
    221221
    222 p3PendingExp METADATA
    223     exp_tag     STR         64      # Primary Key
    224     p3_version  S32         0       # Primary Key
    225     p2_version  S32         0
     222camPendingExp METADATA
     223    exp_tag     STR         64      # Primary Key
     224    cam_version  S32         0       # Primary Key
     225    chip_version  S32         0
    226226    label       STR         64      # key
    227227    expgroup       STR         64      # key
     
    229229END
    230230
    231 p3ProcessedExp METADATA
    232     exp_tag     STR         64      # Primary Key
    233     p3_version  S32         0       # Primary Key
    234     p2_version  S32         0
     231camProcessedExp METADATA
     232    exp_tag     STR         64      # Primary Key
     233    cam_version  S32         0       # Primary Key
     234    chip_version  S32         0
    235235    label       STR         64      # key
    236236    uri         STR         255
     
    251251END
    252252
    253 p3Mask METADATA
     253camMask METADATA
    254254    label       STR         64      # Primary Key
    255255END
Note: See TracChangeset for help on using the changeset viewer.