Changeset 14096 for trunk/ippMonitor/def/chipPendingExp.d
- Timestamp:
- Jul 9, 2007, 5:10:37 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/chipPendingExp.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/chipPendingExp.d
r14044 r14096 1 TABLE chip PendingExp, rawExp2 TITLE chip PendingExp1 TABLE chipRun, rawExp 2 TITLE chip Pending Exposures 3 3 FILE chipPendingExp.php 4 4 MENU ipp.science.dat 5 5 6 6 # limit this table to non-OBJECT types of images 7 WHERE chip PendingExp.exp_id = rawExp.exp_id7 WHERE chipRun.exp_id = rawExp.exp_id 8 8 9 ARGS ARG1 exp_id=$ exp_id9 ARGS ARG1 exp_id=$chipRun.exp_id 10 10 11 11 # field size name show link to extras 12 FIELD chipPendingExp.chip_id, 7, chip ID 13 FIELD chipPendingExp.exp_id, 5, exposure ID, value, rawImfile.php, ARG1 12 FIELD chipRun.chip_id, 7, chip ID 13 FIELD chipRun.exp_id, 5, Exp ID 14 FIELD rawExp.exp_name, 5, Exp Name, value, rawImfile.php, ARG1 14 15 FIELD rawExp.telescope, 10, Telescope 15 16 FIELD rawExp.camera, 10, Camera
Note:
See TracChangeset
for help on using the changeset viewer.
