IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12201


Ignore:
Timestamp:
Mar 2, 2007, 4:22:36 PM (19 years ago)
Author:
jhoblitt
Message:

chip/cam version/flow-through cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r12173 r12201  
    1 # $Id: tasks.md,v 1.124 2007-03-02 02:57:13 jhoblitt Exp $
     1# $Id: tasks.md,v 1.125 2007-03-03 02:22:36 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    189189    guide_id    S64         0       # Not NULL
    190190    label       STR         64      # key
     191    recipe      STR         64
    191192    expgroup    STR         64      # key
    192193    dvodb       STR         255
     
    221222    chip_id     S64         0       # Primary Key
    222223    label       STR         64      # key
     224    recipe      STR         64
    223225    expgroup    STR         64      # key
    224226    dvodb       STR         255
     
    229231    chip_id     S64         0       # Primary Key
    230232    label       STR         64      # key
    231     uri         STR         255
    232     recipe      STR         64
     233    recipe      STR         64
     234    expgroup    STR         64      # key
     235    dvodb       STR         255
     236    uri         STR         255
    233237    bg          F64         0.0
    234238    bg_stdev    F64         0.0
     
    241245    zp_stdev    F32         0.0
    242246    fault       S16         0       # Key NOT NULL
    243     expgroup    STR         64      # key
    244     dvodb       STR         255
    245247END
    246248
Note: See TracChangeset for help on using the changeset viewer.