IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21339


Ignore:
Timestamp:
Feb 5, 2009, 2:48:45 PM (17 years ago)
Author:
eugene
Message:

updates to the ippMonitor stack pages

Location:
trunk/ippMonitor
Files:
2 added
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/Makefile.in

    r20396 r21339  
    130130$(DESTWWW)/diffSkyfile.php \
    131131$(DESTWWW)/stackRun.php \
     132$(DESTWWW)/stackSummary.php \
    132133$(DESTWWW)/stackInputSkyfile.php \
    133134$(DESTWWW)/stackProcessedSkyfile.php \
     135$(DESTWWW)/stackProcessedSkyfile_Images.php \
    134136$(DESTWWW)/stackFailedSkyfile.php \
    135137$(DESTWWW)/calDB.php \
  • trunk/ippMonitor/def/diffInputSkyfile.d

    r15954 r21339  
    22TITLE diffInputSkyfile
    33FILE  diffInputSkyfile.php
    4 MENU  ipp.diff.dat
     4MENU  ipp.stack.dat
    55
    66#        field        size  format  name           show     link to         extras
  • trunk/ippMonitor/def/diffRun.d

    r15954 r21339  
    22TITLE diffRun
    33FILE  diffRun.php
    4 MENU  ipp.diff.dat
     4MENU  ipp.stack.dat
    55
    66#        field        size  format  name           show     link to         extras
  • trunk/ippMonitor/def/diffSkyfile.d

    r15954 r21339  
    22TITLE diffSkyfile
    33FILE  diffSkyfile.php
    4 MENU  ipp.diff.dat
     4MENU  ipp.stack.dat
    55
    66#        field        size  format  name           show     link to         extras
  • trunk/ippMonitor/def/stackFailedSkyfile.d

    r19183 r21339  
    99ARGS  ARG7 stackRun.stack_id=$stackRun.stack_id
    1010ARGS  ARG7 stackRun.skycell_id=$stackRun.skycell_id
    11 # XXX need to fix this: there may not be a single camera per stack...
    1211ARGS  ARG7 camera=GPC1
    1312ARGS  ARG7 basename=$stackSumSkyfile.path_base
     
    1615FIELD stackRun.stack_id,            5, %s,     Stack ID
    1716FIELD stackRun.skycell_id,          5, %s,     Skycell ID
     17FIELD stackRun.label,               5, %s,     Label
     18FIELD stackRun.filter,              5, %s,     Filter
     19FIELD stackRun.tess_id,             5, %s,     Tess ID
    1820FIELD stackRun.state,               7, %s,     State,         value,   stackFailedSkyfile.php, ARG7
    1921FIELD stackSumSkyfile.bg,           5, %.2f,   backgnd
    2022FIELD stackSumSkyfile.bg_stdev,     5, %.2f,   stdev   
    21 FIELD stackSumSkyfile.dtime_stack,  5, %.2f,   dtime
     23FIELD stackSumSkyfile.dtime_stack,  5, %.2f,   t(stack)
     24FIELD stackSumSkyfile.dtime_match_mean, 5, %.2f, t(match)
     25FIELD stackSumSkyfile.dtime_initial, 5, %.2f,   t(initial)
     26FIELD stackSumSkyfile.dtime_reject,  5, %.2f,   t(reject)
     27FIELD stackSumSkyfile.dtime_final,   5, %.2f,   t(final)
     28FIELD stackSumSkyfile.dtime_phot,    5, %.2f,   t(phot)
     29FIELD stackSumSkyfile.dtime_script,  5, %.2f,   t(script)
     30
     31FIELD stackSumSkyfile.match_mean,    5, %.2f,   match
     32FIELD stackSumSkyfile.match_stdev,   5, %.2f,   match err
     33
     34FIELD stackSumSkyfile.reject_images, 5, %d,   n(reject)
     35FIELD stackSumSkyfile.sources,       5, %d,   n(sources)
    2236
    2337FIELD stackSumSkyfile.path_base,    5, %s,     path_base,     none
  • trunk/ippMonitor/def/stackInputSkyfile.d

    r19523 r21339  
    3333FIELD stackRun.skycell_id,          5, %s,     Skycell ID
    3434FIELD stackRun.state,               7, %s,     State
     35FIELD stackRun.label,               7, %s,     Label
    3536FIELD rawExp.telescope,            10, %s,     Telescope
    3637FIELD rawExp.camera,               10, %s,     Camera
  • trunk/ippMonitor/def/stackProcessedSkyfile.d

    r19183 r21339  
    1010ARGS  ARG7 stackRun.stack_id=$stackRun.stack_id
    1111ARGS  ARG7 stackRun.skycell_id=$stackRun.skycell_id
    12 # XXX need to fix this: there may not be a single camera per stack...
    1312ARGS  ARG7 camera=GPC1
    1413ARGS  ARG7 basename=$stackSumSkyfile.path_base
     
    1716FIELD stackRun.stack_id,            5, %s,     Stack ID
    1817FIELD stackRun.skycell_id,          5, %s,     Skycell ID
     18FIELD stackRun.label,               5, %s,     Label
     19FIELD stackRun.filter,              5, %s,     Filter
     20FIELD stackRun.tess_id,             5, %s,     Tess ID
    1921FIELD stackRun.state,               7, %s,     State,         value,   stackProcessedSkyfile.php, ARG7
    2022FIELD stackSumSkyfile.bg,           5, %.2f,   backgnd
    2123FIELD stackSumSkyfile.bg_stdev,     5, %.2f,   stdev   
    22 FIELD stackSumSkyfile.dtime_stack,  5, %.2f,   dtime
     24FIELD stackSumSkyfile.dtime_stack,  5, %.2f,   t(stack)
     25FIELD stackSumSkyfile.dtime_match_mean, 5, %.2f, t(match)
     26FIELD stackSumSkyfile.dtime_initial, 5, %.2f,   t(initial)
     27FIELD stackSumSkyfile.dtime_reject,  5, %.2f,   t(reject)
     28FIELD stackSumSkyfile.dtime_final,   5, %.2f,   t(final)
     29FIELD stackSumSkyfile.dtime_phot,    5, %.2f,   t(phot)
     30FIELD stackSumSkyfile.dtime_script,  5, %.2f,   t(script)
     31
     32FIELD stackSumSkyfile.match_mean,    5, %.2f,   match
     33FIELD stackSumSkyfile.match_stdev,   5, %.2f,   match err
     34
     35FIELD stackSumSkyfile.reject_images, 5, %d,   n(reject)
     36FIELD stackSumSkyfile.sources,       5, %d,   n(sources)
    2337
    2438FIELD stackSumSkyfile.path_base,    5, %s,     path_base,     none
  • trunk/ippMonitor/def/stackRun.d

    r19524 r21339  
    99FIELD    filter,         5,   %s,     Filter
    1010FIELD    label,          5,   %s,     Label
    11 FIELD    tess_id,        5,   %s,     Tessellation ID
     11FIELD    tess_id,        5,   %s,     Tess ID
    1212FIELD    state,          5,   %s,     State
    1313
  • trunk/ippMonitor/raw/ipp.science.dat

    r20396 r21339  
    4040menulink  | menuselect   | link    | Cam Pending Exp              | camPendingExp.php             
    4141menulink  | menuselect   | link    | Cam Processed Exp            | camProcessedExp_NoImages.php           
    42 menulink  | menuselect   | link    | Cam Proc. Exp w/ Images      | camProcessedExp.php           
     42menulink  | menuselect   | link    | Cam Proc. w/ Images          | camProcessedExp.php           
    4343menulink  | menuselect   | link    | Cam IQ Stats                 | camIQstats.php           
    4444menulink  | menuselect   | link    | Cam Failed Exp               | camProcessedExp_failure.php
  • trunk/ippMonitor/raw/ipp.stack.dat

    r19157 r21339  
    2626
    2727menutop   | menutop      | plain   |                         |
     28menulink  | menuselect   | link    | Stack Summary                | stackSummary.php
    2829menulink  | menuselect   | link    | Stack Run                    | stackRun.php
    2930menulink  | menuselect   | link    | Stack Input Skyfile          | stackInputSkyfile.php
    3031menulink  | menuselect   | link    | Stack Processed Skyfile      | stackProcessedSkyfile.php
     32menulink  | menuselect   | link    | Stack Proc. w/ Images        | stackProcessedSkyfile_Images.php
    3133menulink  | menuselect   | link    | Stack Failed Skyfile         | stackFailedSkyfile.php
    3234
Note: See TracChangeset for help on using the changeset viewer.