IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 16, 2008, 11:54:53 AM (18 years ago)
Author:
eugene
Message:

cleanups for chip and cam links, adding fake, updating warp

File:
1 edited

Legend:

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

    r18970 r19084  
    1111WHERE camProcessedExp.fault = 0
    1212
    13 # define image names to be used below
    14 # IMAGE VAR basename filerule camera class_id
    15 # IMAGE JPEG2 $camProcessedExp.path_base PPIMAGE.JPEG2 $rawExp.camera NONE
     13# define the arguments supplied to the links below (if any)
     14ARGS  ARG1  rawImfile.exp_id=$rawExp.exp_id
     15ARGS  ARG2  chipRun.chip_id=$chipRun.chip_id
     16ARGS  ARG3  camRun.cam_id=$camRun.cam_id
    1617
    17 # define the arguments supplied to the links below (if any)
    18 ARGS  ARG1  chipRun.exp_id=$chipRun.exp_id
    19 
    20 #ARGS  ARG2 camRun.cam_id=$camRun.cam_id
    21 #ARGS  ARG2 rawExp.exp_id=$rawExp.exp_id
    22 #ARGS  ARG2 camera=$rawExp.camera
    23 #ARGS  ARG2 basename=$camProcessedExp.path_base
     18ARGS  ARG4 camRun.cam_id=$camRun.cam_id
     19ARGS  ARG4 camera=$rawExp.camera
     20ARGS  ARG4 basename=$camProcessedExp.path_base
    2421
    2522OP   OP1  $rawExp.ra * 57.295783
     
    2724
    2825#     field                             size  format  name          show         link to                  extras
    29 FIELD chipRun.exp_id,                    5,   %d,     Exp ID,       value,       chipProcessedImfile.php, ARG1
    30 FIELD rawExp.exp_name,                   5,   %s,     Exp Name,     value,       rawImfile.php,  ARG1
    31 FIELD chipRun.chip_id,                   5,   %d,     chip ID
    32 FIELD camRun.cam_id,                     5,   %d,     cam ID,       value,       chipProcessedExp.php,    ARG1
    33 FIELD camRun.state,                      5,   %s,     state
     26FIELD rawExp.exp_name,                  10,   %s,     Exp Name
     27FIELD rawExp.exp_id,                     5,   %s,     Exp ID,       value,       rawImfile.php,           ARG1
     28FIELD chipRun.chip_id,                   5,   %s,     Chip ID,      value,       chipProcessedImfile.php, ARG2
     29FIELD camRun.cam_id,                     5,   %s,     Cam ID,       value,       camProcessedExp.php,     ARG3
     30FIELD camRun.state,                      5,   %s,     state,        value,       camProcessedImfile.php,  ARG4
    3431FIELD rawExp.telescope,                 10,   %s,     Telescope
    3532FIELD rawExp.camera,                    10,   %s,     Camera
Note: See TracChangeset for help on using the changeset viewer.