IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29483


Ignore:
Timestamp:
Oct 19, 2010, 8:56:15 AM (16 years ago)
Author:
Serge CHASTEL
Message:

MOPS data

File:
1 edited

Legend:

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

    r29480 r29483  
    1 TABLE rawExp LEFT JOIN chipRun using(exp_id) LEFT JOIN camRun using(chip_id) LEFT JOIN fakeRun using(cam_id) LEFT JOIN warpRun using(fake_id) LEFT JOIN diffInputSkyfile AS diffInput ON diffInput.warp1 = warp_id LEFT JOIN diffRun AS diffInputRun ON diffInput.diff_id = diffInputRun.diff_id LEFT JOIN diffInputSkyfile AS diffTemplate ON diffTemplate.warp2 = warp_id LEFT JOIN diffRun AS diffTemplateRun ON diffTemplate.diff_id = diffTemplateRun.diff_id LEFT JOIN publishRun ON stage_id=diffInput.diff_id
    2 #LEFT JOIN publishRun ON publishRun.stage_id=diffInput.diff_id diffInputRun.diff_id
     1TABLE rawExp LEFT JOIN chipRun using(exp_id) LEFT JOIN camRun using(chip_id) LEFT JOIN fakeRun using(cam_id) LEFT JOIN warpRun using(fake_id) LEFT JOIN diffInputSkyfile AS diffInput ON diffInput.warp1 = warp_id LEFT JOIN diffRun AS diffInputRun ON diffInput.diff_id = diffInputRun.diff_id LEFT JOIN diffInputSkyfile AS diffTemplate ON diffTemplate.warp2 = warp_id LEFT JOIN diffRun AS diffTemplateRun ON diffTemplate.diff_id = diffTemplateRun.diff_id LEFT JOIN publishRun ON stage_id=diffInput.diff_id
    32TITLE MOPS Status
    43FILE mopsStatus.php
    54MENU ipp.imfiles.dat
    65
    7 # WHERE object != 'ENGINEERING'
    8 # WHERE chipRun.data_group like 'OSS.%'
    9 
    10 # WHERE comment like 'OSS.%'
    11 WHERE dateobs >= CURDATE()
     6UNRESTRICTED WHERE 0=1
    127
    138# OP  OP1   ($ddiff_id > 0 ? $ddiff_id : $tdiff_id)
    14 OP  OP1   $ddiffId.":".$tdiffId
    15 OP  OP2   "[".$diffInput.diff_id."]:[".$tdiff_id."]"
     9# OP  OP1   $ddiffId.":".$tdiffId
     10OP OP1 ($row[8]>$row[9]?$row[8]. "(1)":($row[9]!=0?$row[9]. "(2)":"0"))
     11# $diffInput.diff_id+$diffTemplate.diff_id
     12OP OP2 $row[8]+$row[9]
     13#  "[".$diffInput.diff_id."]:[".$tdiff_id."]"
    1614
    1715#     field                    width format  name          show         link to                   extras
     
    2422FIELD fake_id,                 5,    %d,     Fake ID (Stage 3)
    2523FIELD warp_id,                 5,    %d,     Warp ID (Stage 4)
    26 FIELD diffInput.diff_id AS ddiff_id,       5,    %d,     ddiff_id
    27 FIELD diffTemplate.diff_id AS tdiff_id,    5,    %d,     tdiff_id
    28 # FIELD *,                     5,    %s,     Diff ID (Stage 5),         op=OP1
    29 # FIELD *,                     5,    %s,     Diff ID (Stage 5),         op=OP2
     24FIELD diffInput.diff_id AS ddiff_id,       5,    %d,     ddiff_id, none
     25FIELD diffTemplate.diff_id AS tdiff_id,    5,    %d,     tdiff_id, none
     26FIELD *,                       5,    %s,     Diff ID (Stage 5),         op=OP1
     27#FIELD *,                      5,    %d,     Diff ID (Stage 5),         op=OP2
    3028FIELD camRun.magicked,         5,    %d,     Cam Magicked (Stage 6)
    3129FIELD publishRun.pub_id,       5,    %d,     Pub ID (Stage 7)
     
    3735FIELD diffTemplate.diff_id AS tdiffId,    5,    %s,     tdiffId,        none
    3836
    39 MODE  summary
    40 GROUP exp_name
     37MODE summary
     38GROUP rawExp.exp_id
Note: See TracChangeset for help on using the changeset viewer.