Changeset 19084 for trunk/ippMonitor/def/chipPendingImfile.d
- Timestamp:
- Aug 16, 2008, 11:54:53 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/chipPendingImfile.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/chipPendingImfile.d
r18970 r19084 12 12 WHERE rawImfile.exp_id = rawExp.exp_id 13 13 14 15 ARGS ARG 1 exp_id=$chipRun.exp_id14 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id 15 ARGS ARG2 chipRun.chip_id=$chipRun.chip_id 16 16 17 17 OP OP1 $rawExp.ra * 57.295783 18 18 OP OP2 $rawExp.decl * 57.295783 19 19 20 # field size format name show link to extras 21 FIELD chipRun.exp_id, 5, %d, Exp ID 22 FIELD rawExp.exp_name, 5, %s, Exp Name, value, rawImfile.php, ARG1 20 # field size format name show link to extras 21 FIELD rawExp.exp_name, 10, %s, Exp Name 23 22 FIELD rawImfile.class_id, 8, %s, Class ID 24 FIELD chipRun.chip_id, 7, %d, chip ID 25 FIELD chipRun.state, 7, %s, state 23 FIELD rawExp.exp_id, 5, %d, Exp ID, value, rawImfile.php, ARG1 24 FIELD chipRun.chip_id, 7, %d, Chip ID, value, chipProcessedImfile.php, ARG2 25 FIELD chipRun.state, 7, %s, State 26 26 FIELD rawExp.telescope, 10, %s, Telescope 27 27 FIELD rawExp.camera, 10, %s, Camera
Note:
See TracChangeset
for help on using the changeset viewer.
