IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9052


Ignore:
Timestamp:
Sep 28, 2006, 5:05:53 PM (20 years ago)
Author:
jhoblitt
Message:

ugh - we have to track external data by exp_id, camera, & telescope

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r9051 r9052  
    1 # $Id: tasks.md,v 1.75 2006-09-29 02:59:17 jhoblitt Exp $
     1# $Id: tasks.md,v 1.76 2006-09-29 03:05:53 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    1919pzPendingExp METADATA
    2020    exp_id      STR         64      # Primary Key
     21    camera      STR         255     # Primary Key
     22    telescope   STR         255     # Primary Key
    2123    # time
    2224    exp_type    STR         64
     
    2931pzPendingImfile METADATA
    3032    exp_id      STR         64      # Primary Key
     33    camera      STR         255     # Primary Key
     34    telescope   STR         255     # Primary Key
    3135    bytes       S32         0
    3236    md5sum      STR         32
Note: See TracChangeset for help on using the changeset viewer.