IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15970


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

fixing warp and stack pages

Location:
trunk/ippMonitor
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/Makefile.in

    r15784 r15970  
    6565$(DESTWWW)/camPendingExp.php \
    6666$(DESTWWW)/camProcessedExp.php \
     67$(DESTWWW)/camProcessedImfile.php \
    6768$(DESTWWW)/pzPendingExp.php \
    6869$(DESTWWW)/pzPendingImfile.php \
  • trunk/ippMonitor/def/stackInputSkyfile.d

    r15954 r15970  
    44MENU  ipp.stack.dat
    55
    6 #        field          format  name           show     link to         extras
    7 FIELD    stack_id,      %s,     20,   stack ID
    8 FIELD    warp_id,       %s,     20,   warp ID
     6#        field          size  format  name           show     link to         extras
     7FIELD    stack_id,       5,   %s,     stack ID
     8FIELD    warp_id,        5,   %s,     warp ID
  • trunk/ippMonitor/def/stackRun.d

    r15954 r15970  
    44MENU  ipp.stack.dat
    55
    6 #        field          format  name           show     link to         extras
    7 FIELD    stack_id,      %s,     20,   stack ID
    8 FIELD    skycell_id,    %s,     20,   skycell ID
    9 FIELD    tess_id,       %s,     20,   tessellation ID
    10 FIELD    state,         %s,     20,   state
    11 FIELD    workdir,       %s,     20,   workdir
    12 FIELD    dvodb,         %s,     20,   DVO database
    13 FIELD    registered,    %s,     20,   time registered
     6#        field          size  format  name           show     link to         extras
     7FIELD    stack_id,       5,   %s,     stack ID
     8FIELD    skycell_id,     5,   %s,     skycell ID
     9FIELD    tess_id,        5,   %s,     tessellation ID
     10FIELD    state,          5,   %s,     state
     11FIELD    workdir,       10,   %s,     workdir
     12FIELD    dvodb,         10,   %s,     DVO database
     13FIELD    registered,     5,   %s,     time registered
  • trunk/ippMonitor/def/stackSumSkyfile.d

    r15954 r15970  
    44MENU  ipp.stack.dat
    55
    6 #        field          format  name           show     link to         extras
    7 FIELD    stack_id,      %s,     20,   stack ID
    8 FIELD    URI,           %s,     20,   URI
    9 FIELD    bg,            %s,     20,   background
    10 FIELD    bg_stdev,      %s,     20,   standard deviation
     6#        field           size format  name           show     link to         extras
     7FIELD    stack_id,       5,   %s,     stack ID
     8FIELD    URI,            5,   %s,     URI
     9FIELD    bg,             5,   %s,     background
     10FIELD    bg_stdev,       5,   %s,     standard deviation
  • trunk/ippMonitor/def/warpInputExp.d

    r15954 r15970  
    1 TABLE warpInputExp, camProcessedExp, chipProcessedExp
     1TABLE warpInputExp, camProcessedExp, chipRun, rawExp
    22TITLE warpInputExp
    33FILE  warpInputExp.php
     
    55
    66WHERE warpInputExp.cam_id = camProcessedExp.cam_id
    7 WHERE camProcessedExp.chip_id = chipProcessedExp.chip_id
     7WHERE camProcessedExp.chip_id = chipRun.chip_id
     8WHERE chipRun.exp_id = rawExp.exp_id
    89
    9 #        field                      size format  name           show     link to         extras
    10 FIELD    warpInputExp.warp_id,      5,   %s,     warp ID
    11 FIELD    chipProcessedExp.exp_id,   5,   %s,     Exp ID
    12 FIELD    chipProcessedExp.exp_name, 5,   %s,     Exp Name
    13 FIELD    chipProcessedExp.chip_id,  5,   %s,     chip ID
    14 FIELD    camProcessedExp.cam_id,    5,   %s,     cam ID
    15 FIELD    magiced,                   5,   %s,     magic?
     10#        field                        size format  name           show     link to         extras
     11FIELD    rawExp.exp_tag,               5,   %s,     Exp Tag
     12FIELD    chipRun.exp_id,               5,   %s,     Exp ID
     13FIELD    chipRun.chip_id,              5,   %s,     Chip ID
     14FIELD    camProcessedExp.cam_id,       5,   %s,     Cam ID
     15FIELD    warpInputExp.warp_id,         5,   %s,     Warp ID
     16FIELD    warpInputExp.magiced,         5,   %s,     magic?
  • trunk/ippMonitor/def/warpRun.d

    r15954 r15970  
    44MENU  ipp.warp.dat
    55
    6 #        field          format  name           show     link to         extras
    7 FIELD    warp_id,       %s,     20,   warp ID
    8 FIELD    mode,          %s,     20,   mode
    9 FIELD    state,         %s,     20,   state
    10 FIELD    workdir,       %s,     20,   workdir
    11 FIELD    dvodb,         %s,     20,   DVO database
    12 FIELD    registered,    %s,     20,   time registered
     6#        field          size  format  name           show     link to         extras
     7FIELD    warp_id,        8,   %s,     warp ID
     8FIELD    mode,           5,   %s,     mode
     9FIELD    state,          5,   %s,     state
     10FIELD    workdir,        8,   %s,     workdir
     11FIELD    dvodb,          8,   %s,     DVO database
     12FIELD    registered,     8,   %s,     time registered
  • 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
  • trunk/ippMonitor/def/warpSkyfile.d

    r15954 r15970  
    55
    66#        field          size  format  name       show     link to         extras
    7 FIELD    warp_id,       20,   %s,     warp ID
    8 FIELD    skycell_id,    20,   %s,     skycell ID
    9 FIELD    tess_id,       20,   %s,     tessellation ID
    10 FIELD    uri,           20,   %s,     URI
    11 FIELD    bg,            20,   %s,     background
    12 FIELD    bg_stdev,      20,   %s,     standard deviation
     7FIELD    warp_id,        5,   %s,     warp ID
     8FIELD    skycell_id,     5,   %s,     skycell ID
     9FIELD    tess_id,        5,   %s,     tessellation ID
     10FIELD    uri,           10,   %s,     URI
     11FIELD    bg,             8,   %s,     background
     12FIELD    bg_stdev,       8,   %s,     standard deviation
Note: See TracChangeset for help on using the changeset viewer.