Changeset 19084 for trunk/ippMonitor/def/chipProcessedExp.d
- Timestamp:
- Aug 16, 2008, 11:54:53 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/chipProcessedExp.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/chipProcessedExp.d
r18722 r19084 8 8 WHERE chipRun.exp_id = rawExp.exp_id 9 9 10 ARGS ARG1 exp_id=$chipRun.exp_id10 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id 11 11 ARGS ARG2 chipRun.chip_id=$chipRun.chip_id 12 12 … … 15 15 16 16 # field size format name show link to extras 17 FIELD chipRun.exp_id, 5, %d, Exp ID, value, rawImfile.php, ARG118 FIELD rawExp.exp_ name, 5, %s, Exp Name, value, chipProcessedImfile.php, ARG219 FIELD chipRun.chip_id, 7, %d, chip ID20 FIELD chipRun.state, 7, %s, state17 FIELD rawExp.exp_name, 5, %s, Exp Name 18 FIELD rawExp.exp_id, 5, %d, Exp ID, value, rawImfile.php, ARG1 19 FIELD chipRun.chip_id, 7, %d, Chip ID, value, chipProcessedImfile.php, ARG2 20 FIELD chipRun.state, 7, %s, State 21 21 FIELD rawExp.telescope, 10, %s, Telescope 22 22 FIELD rawExp.camera, 10, %s, Camera
Note:
See TracChangeset
for help on using the changeset viewer.
