IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 30, 2006, 12:39:17 PM (20 years ago)
Author:
jhoblitt
Message:

add newExp, newImfile, & p1PendingExp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r6095 r6252  
    1 # $Id: tasks.md,v 1.11 2006-01-21 02:37:16 jhoblitt Exp $
     1# $Id: tasks.md,v 1.12 2006-01-30 22:39:17 jhoblitt Exp $
     2
     3newExp METADATA
     4    exp_id      STR         255     # Primary Key
     5    camera      STR         255
     6    filter      STR         255
     7    class       STR         255
     8    nclass      S32         0
     9    stats       STR         255
     10END
     11
     12newImfile METADATA
     13    exp_id      STR         255     # Key
     14# 'type' is a metadataconfig keyword
     15    exptype     STR         255
     16    class       STR         255
     17    class_id    STR         255
     18    stats       STR         255
     19    url         STR         255
     20END
    221
    322rawScienceExp METADATA
     
    1837    stats       STR         255
    1938    url         STR         255
     39END
     40
     41p1PendingExp METADATA
     42    exp_id      STR         255     # Primary Key
     43    camera      STR         255
     44    filter      STR         255
     45    class       STR         255
     46    nclass      S32         0
     47    stats       STR         255
     48    p1_version  S32         0
    2049END
    2150
Note: See TracChangeset for help on using the changeset viewer.