IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2008, 2:34:38 PM (18 years ago)
Author:
eugene
Message:

adding more summit copy pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/def/pzPendingExp.d

    r15954 r16346  
    1 TABLE pzPendingExp
     1TABLE pzPendingExp, summitExp
    22TITLE pending exposures
    33FILE  pzPendingExp.php
    44MENU  ipp.copy.dat
    55
    6 #        field          size format  name           show     link to         extras
    7 FIELD    exp_name,      5,   %s,     exposures ID
    8 FIELD    camera,        5,   %s,     camera
    9 FIELD    telescope,     5,   %s,     telescope
     6WHERE pzPendingExp.exp_name  = summitExp.exp_name
     7WHERE pzPendingExp.camera    = summitExp.camera
     8WHERE pzPendingExp.telescope = summitExp.telescope
     9
     10#        field                  size format  name           show     link to         extras
     11FIELD    summitExp.exp_name,    5,   %s,     exposures ID
     12FIELD    summitExp.camera,      5,   %s,     camera
     13FIELD    summitExp.telescope,   5,   %s,     telescope
     14FIELD    summitExp.dateobs,     5,   %s,     date/time
     15FIELD    summitExp.exp_type,    5,   %s,     type
     16FIELD    summitExp.uri,         5,   %s,     URI
Note: See TracChangeset for help on using the changeset viewer.