IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28597


Ignore:
Timestamp:
Jul 2, 2010, 2:03:53 PM (16 years ago)
Author:
heather
Message:

bunch of minor changes and bug fixes, mostly cosmetic

Location:
trunk/ippMonitor/def
Files:
11 edited

Legend:

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

    r26991 r28597  
    1616GROUP label
    1717GROUP workdir
     18GROUP data_group
     19GROUP tess_id
  • trunk/ippMonitor/def/chipSummary.d

    r26991 r28597  
    1010FIELD tess_id,           7, %s,     tess_id
    1111FIELD state,             7, %s,     state
    12 FIELD count(state) as n, 7, %d,     count
     12FIELD count(state),      7, %d,     count
    1313
    1414MODE  summary
     
    1616GROUP label
    1717GROUP workdir
     18GROUP data_group
     19GROUP tess_id
  • trunk/ippMonitor/def/destreakSummary.d

    r26991 r28597  
    1515GROUP stage
    1616GROUP label
     17GROUP data_group
  • trunk/ippMonitor/def/diffSummary.d

    r26991 r28597  
    1616GROUP label
    1717GROUP workdir
     18GROUP data_group
     19GROUP tess_id
  • trunk/ippMonitor/def/distRun.d

    r27892 r28597  
    99
    1010#     field                   size  format  name         show    link to                  extras
    11 FIELD distRun.dist_id,        5, %d,     Dist ID
     11FIELD distinct(distRun.dist_id),        5, %d,     Dist ID
    1212FIELD distRun.target_id,      5, %d,     Target ID
    1313FIELD distRun.stage,          5, %s,     Stage
     
    2525FIELD distComponent.fault,    5, %d,     Comp. Fault
    2626FIELD distRun.note,           5, %s,     Note
     27
     28GROUP dist_id
  • trunk/ippMonitor/def/distSummary.d

    r27892 r28597  
    66#     field                   size  format  name         show    link to                  extras
    77FIELD distRun.label,          15, %s,     Label
    8 FIELD distRun.data_group,          15, %s,     data grp
     8#FIELD distRun.data_group,          15, %s,     data grp
    99FIELD distRun.stage,          5, %s,     Stage
    1010FIELD distRun.state,          5, %s,     State
     
    1616GROUP stage
    1717GROUP state
     18GROUP data_group
  • trunk/ippMonitor/def/fakeSummary.d

    r26991 r28597  
    1616GROUP label
    1717GROUP workdir
     18GROUP data_group
     19GROUP tess_id
  • trunk/ippMonitor/def/magicSummary.d

    r26991 r28597  
    1414GROUP state
    1515GROUP label
     16GROUP data_group
     17GROUP workdir
  • trunk/ippMonitor/def/rawDetrendExp_detrend.d

    r18193 r28597  
    77WHERE rawExp.exp_type != 'OBJECT'
    88
    9 ARGS ARG1 exp_id=$exp_id
     9ARGS ARG1 rawImfile.exp_id=$exp_id
    1010
    1111#        field          size  format  name           show     link to         extras
    12 FIELD    exp_id,         5,   %d,     Exp ID
    13 FIELD    exp_name,      10,   %s,     Exp Name,     value,   rawImfile.php,  ARG1
     12FIELD    exp_id,         5,   %d,     Exp ID,     value,   rawImfile.php,  ARG1
     13FIELD    exp_name,      10,   %s,     Exp Name
    1414FIELD    telescope,     10,   %s,     Telescope
    1515FIELD    camera,        10,   %s,     Camera
  • trunk/ippMonitor/def/stackSummary.d

    r26991 r28597  
    1616GROUP label
    1717GROUP workdir
     18GROUP data_group
     19GROUP tess_id
  • trunk/ippMonitor/def/warpSummary.d

    r26991 r28597  
    1818GROUP label
    1919GROUP workdir
     20GROUP data_group
     21GROUP tess_id
Note: See TracChangeset for help on using the changeset viewer.