IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23906


Ignore:
Timestamp:
Apr 17, 2009, 12:47:56 PM (17 years ago)
Author:
eugene
Message:

updates to keep in sync with schema mods

Location:
trunk/ippMonitor/def
Files:
3 edited

Legend:

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

    r19726 r23906  
    1 TABLE detStackedImfile Failures
    2 TITLE detStackedImfile
     1TABLE detStackedImfile, detRun
     2TITLE detStackedImfile Failures
    33FILE  detStackedImfile_failure.php
    44MENU  ipp.detrend.dat
    55
    66WHERE fault > 0
     7WHERE detStackedImfile.det_id = detRun.det_id
    78
    8 #     field         size  format  name                   show  link to     extras
     9ARGS  ARG1 detStackedImfile.det_id    =$detStackedImfile.det_id
     10ARGS  ARG1 detStackedImfile.iteration =$detStackedImfile.iteration
     11ARGS  ARG1 detStackedImfile.class_id  =$detStackedImfile.class_id
     12ARGS  ARG1 camera=$detRun.camera
     13ARGS  ARG1 basename=$detStackedImfile.path_base
     14ARGS  ARG1 class=$detStackedImfile.class_id
     15
     16# XXX : detStackedImfile has uri only, not path_base : fix!
     17
     18#     field         size  format  name       show   link to     extras
    919FIELD det_id,         7,  %s,    det_id
    1020FIELD iteration,      5,  %s,    iteration
    1121FIELD class_id,       8,  %s,    class_id
     22FIELD class_id,       8,  %s,    Chip ID,    value, detStackedImfile_failure.php, ARG1
    1223FIELD fault,          5,  %d,    fault
    1324FIELD bg,             8,  %f,    backgnd
     
    1829
    1930# TD_CLASS list_off $fault > 0
     31
     32TAIL PHP insert_log ('LOG.IMFILE');
  • trunk/ippMonitor/def/warpFailedSkyfiles.d

    r19183 r23906  
    3838FIELD warpSkyfile.tess_id,       10, %s,     tess
    3939FIELD warpSkyfile.good_frac,      5, %s,     good_frac
    40 FIELD warpSkyfile.ignored,        5, %s,     ignored
     40# FIELD warpSkyfile.ignored,              5, %s,     ignored
    4141FIELD warpSkyfile.fault,          5, %s,     fault
    4242FIELD rawExp.telescope,          10, %s,     Telescope
  • trunk/ippMonitor/def/warpProcessedSkyfiles.d

    r19137 r23906  
    4141FIELD warpSkyfile.tess_id,       10, %s,     tess
    4242FIELD warpSkyfile.good_frac,      5, %s,     good_frac
    43 FIELD warpSkyfile.ignored,        5, %s,     ignored
     43# FIELD warpSkyfile.ignored,              5, %s,     ignored
    4444FIELD warpSkyfile.fault,          5, %s,     fault
    4545FIELD rawExp.telescope,          10, %s,     Telescope
Note: See TracChangeset for help on using the changeset viewer.