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