IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 14, 2007, 5:32:33 PM (19 years ago)
Author:
jhoblitt
Message:

add solang/label/parent fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r11815 r11816  
    1 # $Id: tasks.md,v 1.117 2007-02-15 02:46:29 jhoblitt Exp $
     1# $Id: tasks.md,v 1.118 2007-02-15 03:32:33 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    248248
    249249detRun METADATA
    250     det_id      S32         0      # Primary Key AUTO_INCREMENT
    251     iteration   S32         0      # Key
    252     det_type    STR         64     # Key
    253     mode        STR         64     # Key
    254     state       STR         64     # Key
     250    det_id      S32         0       # Primary Key AUTO_INCREMENT
     251    iteration   S32         0       # Key
     252    det_type    STR         64      # Key
     253    mode        STR         64      # Key
     254    state       STR         64      # Key
    255255    workdir     STR         255     # destination for output files
    256256    camera      STR         64
    257257    telescope   STR         64
    258     exp_type    STR         64     # XXX this should be dropped
     258    exp_type    STR         64      # XXX this should be dropped
    259259    filter      STR         64
    260260    airmass_min F32         0.0
     
    274274    solang_max  F32         0.0
    275275    label       STR         64      # key
     276    parent      S32         0       # Key
    276277END
    277278
Note: See TracChangeset for help on using the changeset viewer.