IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6656


Ignore:
Timestamp:
Mar 20, 2006, 4:38:36 PM (20 years ago)
Author:
jhoblitt
Message:

add phase Z

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r6321 r6656  
    1 # $Id: tasks.md,v 1.20 2006-02-03 21:13:25 jhoblitt Exp $
     1# $Id: tasks.md,v 1.21 2006-03-21 02:38:36 jhoblitt Exp $
     2
     3# this table records all exposure ID ever seen from the summit
     4# exp_id == fileset
     5summitExp METADATA
     6    exp_id      STR         64     # Primary Key
     7    camera      STR         255
     8    telescope   STR         255
     9    # time
     10    exp_type    STR         255
     11    uri         STR         255
     12END
     13
     14# class == type
     15# class_id == type
     16pzPendingImfiles METADATA
     17    exp_id      STR         64      # Key
     18    bytes       S32         0
     19    md5sum      STR         32
     20    class       STR         64
     21    class_id    STR         64
     22    uri         STR         255
     23END
     24
     25pzPendingExp METADATA
     26    exp_id      STR         64      # Primary Key
     27    camera      STR         255
     28    telescope   STR         255
     29    # time
     30    exp_type    STR         64
     31    class       STR         64
     32    imfiles     S32         0
     33END
    234
    335newExp METADATA
    4     exp_id      STR         255     # Primary Key
     36    exp_id      STR         64      # Primary Key
    537    camera      STR         255
    638    telescope   STR         255
    7     exp_type    STR         255
    8     class       STR         255
     39    # time
     40    exp_type    STR         64
     41    class       STR         64
    942    imfiles     S32         0
    1043END
    1144
    1245newImfile METADATA
    13     exp_id      STR         255     # Key
    14     class_id    STR         255
     46    exp_id      STR         64      # Key
     47    class       STR         64
     48    class_id    STR         64
    1549    url         STR         255
    1650END
Note: See TracChangeset for help on using the changeset viewer.