IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26991


Ignore:
Timestamp:
Feb 18, 2010, 4:45:57 PM (16 years ago)
Author:
heather
Message:

massive ippMonitor tweak. we have BIG labels. we have datagroup! we have
burntool! we have destreak state! we hopefully have no bugs.

Location:
trunk/ippMonitor/def
Files:
12 edited

Legend:

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

    r19302 r26991  
    55
    66#     field           size  format  name         show    link to         extras
    7 FIELD label,             7, %s,     label
     7FIELD label,             15, %s,     label
     8FIELD data_group,        10, %s,    data_group
    89FIELD workdir,           7, %s,     workdir
    910FIELD tess_id,           7, %s,     tess_id
  • trunk/ippMonitor/def/chipSummary.d

    r19302 r26991  
    55
    66#     field           size  format  name         show    link to         extras
    7 FIELD label,             7, %s,     label
     7FIELD label,             15, %s,     label
     8FIELD data_group,        10, %s,     data_group
    89FIELD workdir,           7, %s,     workdir
    910FIELD tess_id,           7, %s,     tess_id
  • trunk/ippMonitor/def/destreakRun.d

    r26947 r26991  
    33FILE  destreakRun.php
    44MENU  ipp.dist.dat
     5
     6# the following WHERE clauses are added to all queries joined by AND
     7
     8WHERE magicDSRun.magic_ds_id = magicDSFile.magic_ds_id
    59
    610#     field                    size  format  name         show    link to                  extras
     
    1216FIELD magicDSRun.stage_id,     5, %d,     Stage ID
    1317FIELD magicDSRun.cam_id,       5, %d,     Camera ID
    14 FIELD magicDSRun.label,        5, %s,     Label
    15 FIELD magicDSRun.data_group,   5, %s,     Data Group
    16 FIELD magicDSRun.outroot,      5, %s,     Out Root
     18FIELD magicDSRun.label,        10, %s,     Label
     19FIELD magicDSRun.data_group,   8, %s,     Data Group
     20FIELD magicDSRun.outroot,      10, %s,     Out Root
    1721FIELD magicDSRun.recoveryroot, 5, %s,     Recov. Root
    1822FIELD magicDSRun.re_place,     5, %s,     Replace
    1923FIELD magicDSRun.remove,       5, %s,     Remove
    20 FIELD magicDSRun.fault,        5, %s,     Fault
     24FIELD magicDSRun.fault,        5, %s,     Run Fault
     25FIELD magicDSFile.fault,       5, %s,     File Fault
    2126FIELD magicDSRun.note,         5, %s,     Note
  • trunk/ippMonitor/def/destreakSummary.d

    r26955 r26991  
    55
    66#     field                    size  format  name         show    link to                  extras
    7 FIELD magicDSRun.label,        5, %s,     Label
    8 FIELD magicDSRun.data_group,   5, %s,     Data Group
     7FIELD magicDSRun.label,        15, %s,     Label
     8FIELD magicDSRun.data_group,   10, %s,     Data Group
    99FIELD magicDSRun.stage,        5, %s,     Stage
    1010FIELD magicDSRun.state,        5, %s,     State
  • trunk/ippMonitor/def/diffSummary.d

    r23923 r26991  
    55
    66#     field           size  format  name         show    link to         extras
    7 FIELD label,             7, %s,     label
     7FIELD label,             15, %s,     label
     8FIELD data_group,        10, %s,     data_group
    89FIELD workdir,           7, %s,     workdir
    910FIELD tess_id,           7, %s,     tess_id
  • trunk/ippMonitor/def/distSummary.d

    r26955 r26991  
    55
    66#     field                   size  format  name         show    link to                  extras
    7 FIELD distRun.label,          5, %s,     Label
     7FIELD distRun.label,          15, %s,     Label
    88FIELD distRun.stage,          5, %s,     Stage
    99FIELD distRun.state,          5, %s,     State
    10 FIELD distRun.data_group,     5, %s,     Data Group
     10FIELD distRun.data_group,     10, %s,     Data Group
    1111FIELD count(distRun.state) as n, 7, %d, count
    1212
  • trunk/ippMonitor/def/fakeSummary.d

    r19302 r26991  
    55
    66#     field           size  format  name         show    link to         extras
    7 FIELD label,             7, %s,     label
     7FIELD label,             15, %s,     label
     8FIELD data_group,        10, %s,     data_group
    89FIELD workdir,           7, %s,     workdir
    910FIELD tess_id,           7, %s,     tess_id
  • trunk/ippMonitor/def/magicSummary.d

    r24674 r26991  
    55
    66#     field           size  format  name         show    link to         extras
    7 FIELD label,             7, %s,     label
     7FIELD label,             15, %s,     label
     8FIELD data_group,        10, %s,     data_group
    89FIELD workdir,           7, %s,     workdir
    910FIELD state,             7, %s,     state
  • trunk/ippMonitor/def/publishSummary.d

    r26955 r26991  
    77
    88#     field                   size  format  name         show    link to                  extras
    9 FIELD publishRun.label,          5, %s,     Label
     9FIELD publishRun.label,          15, %s,     Label
    1010FIELD publishClient.product,     5, %s,     Product
    1111FIELD publishClient.stage,       5, %s,     Stage
  • trunk/ippMonitor/def/rawImfile.d

    r24867 r26991  
    2727FIELD    rawImfile.bg_stdev,      8, %.2f,    stdev
    2828FIELD    rawImfile.bg_mean_stdev, 8, %.2f,    [stdev]
    29 FIELD    rawImfile.uri,          10, %s,      uri
     29FIELD    rawImfile.burntool_state, 5, %d, BurnState
     30FIELD    rawImfile.uri,          20, %s,      uri
    3031
    3132# FIELD    alt,       20,   alt
  • trunk/ippMonitor/def/stackSummary.d

    r21339 r26991  
    55
    66#     field           size  format  name         show    link to         extras
    7 FIELD label,             7, %s,     label
     7FIELD label,             15, %s,     label
     8FIELD data_group,        10, %s,     data_group
    89FIELD workdir,           7, %s,     workdir
    910FIELD tess_id,           7, %s,     tess_id
  • trunk/ippMonitor/def/warpSummary.d

    r19302 r26991  
    77
    88#     field           size  format  name         show    link to         extras
    9 FIELD label,             7, %s,     label
     9FIELD label,             15, %s,     label
     10FIELD data_group,        10, %s,    data_group
    1011FIELD workdir,           7, %s,     workdir
    1112FIELD tess_id,           7, %s,     tess_id
Note: See TracChangeset for help on using the changeset viewer.