IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16169


Ignore:
Timestamp:
Jan 20, 2008, 3:47:22 PM (18 years ago)
Author:
eugene
Message:

merging changes from JHs end_state branch (new end_state field and related features)

Location:
trunk/dbconfig
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/cam.md

    r14167 r16169  
    99    expgroup    STR         64      # key
    1010    dvodb       STR         255
     11    tess_id     STR         64
     12    end_stage   STR         64      # Key
    1113END
    1214
  • trunk/dbconfig/chip.md

    r14405 r16169  
    99    expgroup    STR         64      # Key
    1010    dvodb       STR         255
     11    tess_id     STR         64
     12    end_stage   STR         64      # Key
    1113END
    1214
  • trunk/dbconfig/tasks.md

    r15775 r16169  
    1 # $Id: tasks.md,v 1.143 2007-12-08 03:17:56 eugene Exp $
     1# $Id: tasks.md,v 1.144 2008-01-21 01:47:22 eugene Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    9595    workdir_state STR       64      # key
    9696    reduction   STR         64      # Reduction class
     97    dvodb       STR         255
     98    tess_id     STR         64
     99    end_stage   STR         64      # Key
    97100END
    98101
     
    117120    workdir     STR         255     # destination for output files
    118121    reduction   STR         64      # Reduction class
     122    dvodb       STR         255
     123    tess_id     STR         64
     124    end_stage   STR         64      # Key
    119125    filter      STR         64
    120126    comment     STR         80
  • trunk/dbconfig/warp.md

    r15533 r16169  
    1 # $Id: warp.md,v 1.9 2007-11-09 03:34:05 jhoblitt Exp $
     1# $Id: warp.md,v 1.10 2008-01-21 01:47:22 eugene Exp $
    22
    33#
     
    1414    state       STR         64      # Key
    1515    workdir     STR         255
     16    workdir_state STR       64      # Key
    1617    dvodb       STR         255
     18    tess_id     STR         64
     19    end_stage   STR         64      # Key
    1720    registered  TAI         NULL
    1821END
Note: See TracChangeset for help on using the changeset viewer.