IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

updates to the ippMonitor stack pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.