IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6657


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

minor re-org

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r6656 r6657  
    1 # $Id: tasks.md,v 1.21 2006-03-21 02:38:36 jhoblitt Exp $
     1# $Id: tasks.md,v 1.22 2006-03-21 02:48:36 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    1212END
    1313
     14pzPendingExp METADATA
     15    exp_id      STR         64      # Primary Key
     16    camera      STR         255
     17    telescope   STR         255
     18    # time
     19    exp_type    STR         64
     20    class       STR         64
     21    imfiles     S32         0
     22END
     23
    1424# class == type
    1525# class_id == type
     
    2131    class_id    STR         64
    2232    uri         STR         255
    23 END
    24 
    25 pzPendingExp 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
    3333END
    3434
Note: See TracChangeset for help on using the changeset viewer.