IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19137


Ignore:
Timestamp:
Aug 20, 2008, 11:46:58 AM (18 years ago)
Author:
eugene
Message:

adding references back to source exposures

Location:
trunk/ippMonitor/def
Files:
2 edited

Legend:

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

    r19097 r19137  
    1818ARGS  ARG6  warpSkyfile.skycell_id=$warpSkyfile.skycell_id
    1919
     20ARGS  ARG8  warpRun.warp_id=$warpRun.warp_id
     21ARGS  ARG8  warpSkyCellMap.skycell_id=$warpSkyfile.skycell_id
     22
    2023ARGS  ARG7 warpRun.warp_id=$warpRun.warp_id
    2124ARGS  ARG7 warpSkyfile.skycell_id=$warpSkyfile.skycell_id
     
    2730
    2831#     field                    size  format  name         show    link to         extras
    29 FIELD rawExp.exp_name,            5, %s,     Exp Name
     32FIELD rawExp.exp_name,            5, %s,     Exp Name,     value,  warpStageSkyfileInputs.php, ARG8
    3033FIELD rawExp.exp_id,              5, %d,     Exp ID,       value,  rawImfile.php,           ARG1
    3134FIELD chipRun.chip_id,            7, %d,     Chip ID,      value,  chipProcessedImfile.php, ARG2
     
    3538FIELD warpSkyfile.skycell_id,    10, %s,     skycell,      value,  warpProcessedSkyfiles.php, ARG6
    3639FIELD warpRun.state,              7, %s,     state,        value,  warpProcessedSkyfiles.php, ARG7
     40FIELD warpRun.label,              7, %s,     label,        value
    3741FIELD warpSkyfile.tess_id,       10, %s,     tess
    3842FIELD warpSkyfile.good_frac,      5, %s,     good_frac
  • trunk/ippMonitor/def/warpStageSkyfileInputs.d

    r19084 r19137  
    1 TABLE warpSkyCellMap, warpRun, fakeRun, camRun, chipRun, rawExp
     1TABLE warpSkyCellMap, warpRun, fakeRun, camRun, chipRun, rawExp, chipProcessedImfile
    22TITLE Warp Stage Skyfile Inputs
    33FILE  warpStageSkyfileInputs.php
     
    99WHERE camRun.chip_id = chipRun.chip_id
    1010WHERE chipRun.exp_id = rawExp.exp_id
     11WHERE chipProcessedImfile.chip_id = chipRun.chip_id
     12WHERE chipProcessedImfile.class_id = warpSkyCellMap.class_id
    1113
    1214ARGS  ARG1  rawImfile.exp_id=$rawExp.exp_id
     
    1618ARGS  ARG5  warpRun.warp_id=$warpRun.warp_id
    1719
     20ARGS  ARG6  chipRun.chip_id=$chipRun.chip_id
     21ARGS  ARG6  chipProcessedImfile.class_id=$warpSkyCellMap.class_id
     22ARGS  ARG6  camera=$rawExp.camera
     23ARGS  ARG6  basename=$chipProcessedImfile.path_base
     24ARGS  ARG6  class=$warpSkyCellMap.class_id
     25
    1826OP   OP1  $rawExp.ra * 57.295783
    1927OP   OP2  $rawExp.decl * 57.295783
     
    2129#     field                    size  format  name         show    link to         extras
    2230FIELD rawExp.exp_name,           10, %s,     Exp Name
    23 FIELD warpSkyCellMap.class_id,    8, %s,     Class ID
     31FIELD warpSkyCellMap.class_id,    8, %s,     Class ID,     value,  chipProcessedImfile.php, ARG6
    2432FIELD rawExp.exp_id,              5, %d,     Exp ID,       value,  rawImfile.php,           ARG1
    2533FIELD chipRun.chip_id,            7, %d,     Chip ID,      value,  chipProcessedImfile.php, ARG2
     
    4452FIELD rawExp.comment,            65, %s,     Comment
    4553
     54FIELD chipProcessedImfile.path_base, 65, %s, path_base, none
     55
    4656# FIELD rawExp.bg_mean_stdev,    5, %7.2f,  <backgnd>
    4757# FIELD chipPendingExp.reduction,    20,   reduction
Note: See TracChangeset for help on using the changeset viewer.