IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28684


Ignore:
Timestamp:
Jul 16, 2010, 1:39:21 PM (16 years ago)
Author:
Serge CHASTEL
Message:

WarpStageExp reverted to previous definition

File:
1 edited

Legend:

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

    r28654 r28684  
    1 TABLE warpRun, fakeRun, camRun, chipRun, rawExp, warpSummary
     1TABLE warpRun, fakeRun, camRun, chipRun, rawExp
    22TITLE Warp Stage Exposures
    33FILE  warpStageExp.php
    44MENU  ipp.science.dat
    55
    6 #
    7 # Images pathnames are extracted from warpSummary
    8 # using ipp_filename.pl with basename:
    9 #   $warpSummary.path_base . $warpSummary.projection_cell
    10 # . is the string concatenation operator
    11 #
    126WHERE warpRun.fake_id = fakeRun.fake_id
    137WHERE fakeRun.cam_id = camRun.cam_id
    148WHERE camRun.chip_id = chipRun.chip_id
    159WHERE chipRun.exp_id = rawExp.exp_id
    16 WHERE warpSummary.warp_id = warpRun.warp_id
    1710
    1811ARGS  ARG1  rawImfile.exp_id=$rawExp.exp_id
     
    2417OP   OP1  $rawExp.ra * 57.295783
    2518OP   OP2  $rawExp.decl * 57.295783
    26 OP   OP3  $warpSummary.path_base . $warpSummary.projection_cell
    27 
    28 # define image names to be used below
    29 # IMAGE VAR basename filerule camera class_id
    30 # ARGS  ARG6 warpRun.warp_id=$warpRun.warp_id
    31 # ARGS  ARG6 warpSummary.skycell_id=$warpSummary.skycell_id
    32 # ARGS  ARG6 camera=$rawExp.camera
    33 # ARGS  ARG6 basename=$warpSkyfile.path_base
    34 IMAGE JPEG3 OP3 PPSKYCELL.JPEG2 $rawExp.camera NONE
    35 ARGS ARG7 name=$warpSummary.path_base.$warpSummary.projection_cell
    36 ARGS ARG7 rule=PPSKYCELL.JPEG1
    37 ARGS ARG7 camera=GPC1
    38 ARGS ARG7 class_id=NONE
    39 
    4019
    4120#     field                   size  format  name         show    link to         extras
     
    4625FIELD fakeRun.fake_id,           7, %d,     Fake ID,      value,  fakeProcessedImfile.php, ARG4
    4726FIELD warpRun.warp_id,           7, %d,     Warp ID,      value,  warpStageExp.php,        ARG5
    48 FIELD *,                         8, %s,     image,        image=JPEG3, getimage.php,  ARG7
    4927FIELD warpRun.state,             7, %s,     state
    5028FIELD warpRun.label,             7, %s,     label
     
    6442FIELD rawExp.comment,           65, %s,     Comment
    6543
    66 FIELD warpSummary.path_base,      5, %s,     path_base,   none
    67 FIELD warpSummary.projection_cell,      5, %s,     projection_cell,   none
    68 
    6944# FIELD rawExp.bg_mean_stdev,    5, %7.2f,  <backgnd>
    7045# FIELD chipPendingExp.reduction,    20,   reduction
Note: See TracChangeset for help on using the changeset viewer.