IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13692 for trunk/ippMonitor/def


Ignore:
Timestamp:
Jun 6, 2007, 3:57:40 PM (19 years ago)
Author:
eugene
Message:

adding output log files

Location:
trunk/ippMonitor/def
Files:
4 edited

Legend:

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

    r13481 r13692  
    66# the following WHERE clauses are added to all queries joined by AND
    77WHERE detNormalizedExp.det_id    = detRun.det_id
    8 WHERE detNormalizedExp.iteration = detRun.iteration
     8# WHERE detNormalizedExp.iteration = detRun.iteration
    99
    1010# define image names to be used below
  • trunk/ippMonitor/def/detProcessedImfile.d

    r13282 r13692  
    1616
    1717TAIL PHP insert_image ('PPIMAGE.JPEG1');
     18TAIL PHP insert_log ('LOG.EXP');
  • trunk/ippMonitor/def/detResidExp.d

    r13595 r13692  
    2020ARGS  ARG2 basename=$detResidExp.path_base
    2121
    22 OP    OP1  $detResidExp.bg / $detResidExp.bg_stdev
     22OP    OP1  $detResidExp.bg / $detResidExp.bin_stdev
    2323
    2424#     field                   size    name       show         link to              linkargs
     
    3131FIELD detResidExp.bg_mean_stdev, 8,   [stdev]
    3232FIELD detResidExp.bg_stdev,      8,   stdev,     value
     33FIELD detResidExp.bin_stdev,     8,   bin stdev, value
    3334FIELD *,                         8,   S/N,       op=OP1
    3435FIELD rawExp.dateobs,            8,   obs date,  value
  • trunk/ippMonitor/def/detResidImfile.d

    r13595 r13692  
    1717
    1818TAIL PHP insert_image ('PPIMAGE.JPEG1');
    19 TAIL PHP insert_image ('PPIMAGE.JPEG2');
     19TAIL PHP insert_log ('LOG.EXP');
Note: See TracChangeset for help on using the changeset viewer.