IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16617 for trunk/ippMonitor/def


Ignore:
Timestamp:
Feb 22, 2008, 3:10:37 PM (18 years ago)
Author:
eugene
Message:

substantial cleanups; renamed the top-level menu .php files to be consistent with the .dat files

Location:
trunk/ippMonitor/def
Files:
6 added
19 edited

Legend:

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

    r15992 r16617  
    1616FIELD chipRun.exp_id,            5,   %s,     exposure ID,  value, chipProcessedImfile.php, ARG1
    1717FIELD rawExp.exp_name,           5,   %s,     Exp Name,     value, rawImfile.php,  ARG1
    18 FIELD chipRun.chip_id,           5,   %s,     cam ID
    19 FIELD camRun.cam_id,             5,   %s,     chip ID,      value, chipProcessedExp.php,    ARG1
     18FIELD chipRun.chip_id,           5,   %s,     chip ID,      value, chipProcessedExp.php,    ARG1
     19FIELD camRun.cam_id,             5,   %s,     cam ID
    2020FIELD rawExp.telescope,         10,   %s,     Telescope
    2121FIELD rawExp.camera,            10,   %s,     Camera
  • trunk/ippMonitor/def/camProcessedExp_NoImages.d

    r16530 r16617  
    1010WHERE camProcessedExp.cam_id  = camRun.cam_id
    1111WHERE camProcessedExp.chip_id = camRun.chip_id
     12WHERE camProcessedExp.fault = 0
    1213
    1314# define image names to be used below
  • trunk/ippMonitor/def/chipProcessedImfile.d

    r16568 r16617  
    88WHERE chipProcessedImfile.exp_id = chipRun.exp_id
    99WHERE chipProcessedImfile.chip_id = chipRun.chip_id
     10WHERE chipProcessedImfile.fault = 0
    1011
    1112ARGS  ARG1 exp_id=$chipRun.exp_id
  • trunk/ippMonitor/def/newExp.d

    r15954 r16617  
    22TITLE New Exposures
    33FILE  newExp.php
    4 MENU  ipp.copy.dat
     4MENU  ipp.load.dat
    55
    66WHERE state != 'stop'
  • trunk/ippMonitor/def/newImfile.d

    r16350 r16617  
    22TITLE Raw Science Exposures
    33FILE  newImfile.php
    4 MENU  ipp.copy.dat
     4MENU  ipp.load.dat
    55
    66#        field       size  format  name           show   link to         extras
  • trunk/ippMonitor/def/pzDoneExp.d

    r16346 r16617  
    22TITLE done exposures
    33FILE  pzDoneExp.php
    4 MENU  ipp.copy.dat
     4MENU  ipp.load.dat
    55
    66WHERE pzDoneExp.exp_name  = summitExp.exp_name
  • trunk/ippMonitor/def/pzDoneExp_failed.d

    r16468 r16617  
    22TITLE done exposures
    33FILE  pzDoneExp.php
    4 MENU  ipp.copy.dat
     4MENU  ipp.load.dat
    55
    66WHERE pzDoneExp.exp_name  = summitExp.exp_name
  • trunk/ippMonitor/def/pzDoneImfile.d

    r16350 r16617  
    22TITLE done exposures
    33FILE  pzDoneImfile.php
    4 MENU  ipp.copy.dat
     4MENU  ipp.load.dat
    55
    66WHERE pzDoneImfile.exp_name  = summitImfile.exp_name
  • trunk/ippMonitor/def/pzDoneImfile_failed.d

    r16530 r16617  
    22TITLE failed summit copy imfiles
    33FILE  pzDoneImfile_failed.php
    4 MENU  ipp.copy.dat
     4MENU  ipp.load.dat
    55
    66WHERE pzDoneExp.exp_name  = summitExp.exp_name
  • trunk/ippMonitor/def/pzPendingExp.d

    r16346 r16617  
    22TITLE pending exposures
    33FILE  pzPendingExp.php
    4 MENU  ipp.copy.dat
     4MENU  ipp.load.dat
    55
    66WHERE pzPendingExp.exp_name  = summitExp.exp_name
  • trunk/ippMonitor/def/pzPendingImfile.d

    r16350 r16617  
    22TITLE Pending Image Files
    33FILE  pzPendingImfile.php
    4 MENU  ipp.copy.dat
     4MENU  ipp.load.dat
    55
    66#        field     size  format  name             show   link to         extras
  • trunk/ippMonitor/def/rawDetrendExp.d

    r15992 r16617  
    22TITLE Raw Detrend Exposures
    33FILE  rawDetrendExp.php
    4 MENU  ipp.copy.dat
     4MENU  ipp.load.dat
    55
    66# limit this table to non-OBJECT types of images
  • trunk/ippMonitor/def/rawExp.d

    r15992 r16617  
    22TITLE Raw Exposures
    33FILE  rawExp.php
    4 MENU  ipp.copy.dat
     4MENU  ipp.load.dat
    55
    66ARGS ARG1 exp_id=$exp_id
  • trunk/ippMonitor/def/rawExp_failed.d

    r15992 r16617  
    22TITLE Failed Raw Exposures
    33FILE  rawExp_failed.php
    4 MENU  ipp.copy.dat
     4MENU  ipp.load.dat
    55
    66# limit this table to non-OBJECT types of images
  • trunk/ippMonitor/def/rawImfile_failed.d

    r15992 r16617  
    22TITLE Failed Raw Image Files
    33FILE  rawImfile.php
    4 MENU  ipp.copy.dat
     4MENU  ipp.load.dat
    55
    66HEAD PHP insert_backref ("rawExp.php", "exp_id", $ID['link']);
  • trunk/ippMonitor/def/rawScienceExp.d

    r15992 r16617  
    22TITLE Raw Science Exposures
    33FILE  rawScienceExp.php
    4 MENU  ipp.copy.dat
     4MENU  ipp.load.dat
    55
    66# limit this table to OBJECT types of images
  • trunk/ippMonitor/def/rawUnknownExp.d

    r15992 r16617  
    22TITLE Raw Unknown Exposures
    33FILE  rawUnknownExp.php
    4 MENU  ipp.copy.dat
     4MENU  ipp.load.dat
    55
    66# limit this table to non-OBJECT types of images
  • trunk/ippMonitor/def/summitExp.d

    r15954 r16617  
    22TITLE Pending Summit Exposures
    33FILE  summitExp.php
    4 MENU  ipp.copy.dat
     4MENU  ipp.load.dat
    55
    66#        field        size, format  name           show    link to         extras
  • trunk/ippMonitor/def/summitImfile.d

    r16371 r16617  
    22TITLE Summit Image Files
    33FILE  summitImfile.php
    4 MENU  ipp.copy.dat
     4MENU  ipp.load.dat
    55
    66#        field     size  format  name             show   link to         extras
Note: See TracChangeset for help on using the changeset viewer.