IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16588 for trunk/dbconfig


Ignore:
Timestamp:
Feb 21, 2008, 6:09:46 PM (18 years ago)
Author:
jhoblitt
Message:

replumb pz* steps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r16509 r16588  
    1 # $Id: tasks.md,v 1.147 2008-02-15 19:54:44 eugene Exp $
     1# $Id: tasks.md,v 1.148 2008-02-22 04:09:46 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    4343# list of source images -- updated as exposures/filesets are queried
    4444summitImfile METADATA
    45     exp_name    STR         64      # Primary Key
     45    exp_name    STR         64      # Primary Key fkey(exp_name, camera, telescope) ref summitExp(exp_name, camera, telescope)
    4646    camera      STR         64      # Primary Key
    4747    telescope   STR         64      # Primary Key
     
    5656# list of exposures that have had their imfiles/files registered (but not
    5757# downloaded)
    58 pzPendingExp METADATA
    59     exp_name    STR         64      # Primary Key
    60     camera      STR         64      # Primary Key
    61     telescope   STR         64      # Primary Key
    62 END
    63 
    64 pzPendingImfile METADATA
    65     exp_name    STR         64      # Primary Key
    66     camera      STR         64      # Primary Key
    67     telescope   STR         64      # Primary Key
    68     class       STR         64      # Primary Key
    69     class_id    STR         64      # Primary Key
    70 END
    71 
    72 # list of exposures that have had all of their imfiles downloaded
    73 pzDoneExp METADATA
    74     exp_name    STR         64      # Primary Key
    75     camera      STR         64      # Primary Key
    76     telescope   STR         64      # Primary Key
    77 END
    78 
    79 pzDoneImfile METADATA
    80     exp_name    STR         64      # Primary Key
    81     camera      STR         64      # Primary Key
     58pzDownloadExp METADATA
     59    exp_name    STR         64      # Primary Key fkey(exp_name, camera, telescope) ref summitExp(exp_name, camera, telescope)
     60    camera      STR         64      # Primary Key
     61    telescope   STR         64      # Primary Key
     62    state       STR         64      # Key
     63END
     64
     65pzDownloadImfile METADATA
     66    exp_name    STR         64      # Primary Key fkey(exp_name, camera, telescope) ref pzDownloadExp(exp_name, camera, telescope)
     67    camera      STR         64      # Primary Key fkey(exp_name, camera, telescope, class, class_id) ref summitImfile(exp_name, camera, telescope, class, class_id)
    8268    telescope   STR         64      # Primary Key
    8369    class       STR         64      # Primary Key
Note: See TracChangeset for help on using the changeset viewer.