Changeset 19084 for trunk/ippMonitor/def/camProcessedExp_failure.d
- Timestamp:
- Aug 16, 2008, 11:54:53 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/camProcessedExp_failure.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/camProcessedExp_failure.d
r18970 r19084 11 11 WHERE camProcessedExp.fault != 0 12 12 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) 14 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id 15 ARGS ARG2 chipRun.chip_id=$chipRun.chip_id 16 ARGS ARG3 camRun.cam_id=$camRun.cam_id 16 17 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 18 ARGS ARG4 camRun.cam_id=$camRun.cam_id 19 ARGS ARG4 camera=$rawExp.camera 20 ARGS ARG4 basename=$camProcessedExp.path_base 24 21 25 22 OP OP1 $rawExp.ra * 57.295783 … … 27 24 28 25 # field size format name show link to extras 29 FIELD chipRun.exp_id, 5, %d, Exp ID, value, chipProcessedImfile.php, ARG130 FIELD rawExp.exp_ name, 5, %s, Exp Name, value,rawImfile.php, ARG131 FIELD chipRun.chip_id, 5, %d, chip ID, value, chipProcessedExp.php, ARG132 FIELD camRun.cam_id, 5, %d, cam ID, value, camProcessedExp_failure.php, ARG233 FIELD camRun.state, 5, %s, state 26 FIELD rawExp.exp_name, 5, %s, Exp Name 27 FIELD rawExp.exp_id, 5, %s, Exp ID, value, rawImfile.php, ARG1 28 FIELD chipRun.chip_id, 5, %s, Chip ID, value, chipProcessedImfile.php, ARG2 29 FIELD camRun.cam_id, 5, %d, Cam ID, value, camProcessedExp_failure.php, ARG3 30 FIELD camRun.state, 5, %s, state, value, camProcessedImfile.php, ARG4 34 31 FIELD rawExp.telescope, 10, %s, Telescope 35 32 FIELD rawExp.camera, 10, %s, Camera
Note:
See TracChangeset
for help on using the changeset viewer.
