IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 14, 2009, 11:06:18 AM (17 years ago)
Author:
bills
Message:

Add data_group, dist_group, and note to the pipeline. These new columns will be used
for some of the tasks that label was used previously.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/add.md

    r25816 r25835  
    33    add_id          S64     0       # Primary Key AUTO_INCREMENT
    44    cam_id          S64     0       # Key INDEX(add_id,cam_id) fkey(cam_id) ref camRun(cam_id)
    5     state           STR     64      # key
     5    state           STR     64      # Key
    66    workdir         STR     255
    77    workdir_state   STR     64
    88    reduction       STR     64
    99    label           STR     64
     10    data_group      STR     64      # Key
    1011    dvodb           STR     255
     12    note            STR     255
    1113    image_only      BOOL    f
    1214END
Note: See TracChangeset for help on using the changeset viewer.