IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 1, 2008, 9:00:35 AM (18 years ago)
Author:
eugene
Message:

fixing warp and stack pages

File:
1 edited

Legend:

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

    r15954 r15970  
    1 TABLE warpSkyCellMap, camProcessedExp, chipProcessedExp, rawExp
     1TABLE warpSkyCellMap, warpRun, camProcessedExp, chipRun, rawExp
    22TITLE warpSkyCellMap
    3 FILE  warpSkyCellMap.php
     3FILE  warpSkycellMap.php
    44MENU  ipp.warp.dat
    55
    6 WHERE warpSkyCellMap.cam_id   = camProcessedExp.cam_id
    7 WHERE camProcessedExp.chip_id = chipProcessedExp.chip_id
    8 WHERE chipProcessedExp.exp_id = rawExp.exp_id
     6WHERE warpSkyCellMap.warp_id     = warpRun.warp_id
     7WHERE warpSkyCellMap.cam_id      = camProcessedExp.cam_id
     8WHERE camProcessedExp.chip_id    = chipRun.chip_id
     9WHERE chipRun.exp_id = rawExp.exp_id
    910
    1011#        field                      size  format  name           show     link to         extras
    11 FIELD    warpSkyCellMap.warp_id,    5,    %s,     Warp ID
    12 FIELD    warpSkyCellMap.skycell_id, 5,    %s,     Skycell ID
    13 FIELD    warpSkyCellMap.tess_id,    5,    %s,     Tessellation ID
    14 FIELD    chipProcessedExp.exp_id,   5,    %s,     Exp ID
    15 FIELD    rawExp.exp_name,           5,    %s,     Exp Name
    16 FIELD    warpSkyCellMap.class_id,   5,    %s,     Class ID
     12FIELD    rawExp.exp_tag,              5,    %s,     Exp Tag
     13FIELD    chipRun.exp_id,              5,    %s,     Exp ID
     14FIELD    chipRun.chip_id,             5,    %s,     Chip ID
     15FIELD    camProcessedExp.cam_id,      5,    %s,     Cam ID
     16FIELD    warpSkyCellMap.warp_id,      5,    %s,     Warp ID
     17FIELD    warpRun.state,               5,    %s,     State
     18FIELD    warpSkyCellMap.skycell_id,   5,    %s,     Skycell ID
     19FIELD    warpSkyCellMap.tess_id,      5,    %s,     Tessellation ID
     20FIELD    warpSkyCellMap.class_id,     5,    %s,     Class ID
Note: See TracChangeset for help on using the changeset viewer.