Changeset 14096 for trunk/ippMonitor/def/camPendingExp.d
- Timestamp:
- Jul 9, 2007, 5:10:37 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/camPendingExp.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/camPendingExp.d
r14044 r14096 1 TABLE cam PendingExp, chipProcessedExp1 TABLE camRun, chipRun, rawExp 2 2 TITLE Camera Pending 3 3 FILE camPendingExp.php 4 4 MENU ipp.science.dat 5 5 6 WHERE camPendingExp.chip_id = chipProcessedExp.chip_id 6 WHERE camRun.state != 'stop' 7 WHERE camRun.chip_id = chipRun.chip_id 8 WHERE chipRun.exp_id = rawExp.exp_id 7 9 8 ARGS ARG1 chip ProcessedExp.exp_id=$chipProcessedExp.exp_id10 ARGS ARG1 chipRun.exp_id=$chipRun.exp_id 9 11 10 12 # field size name show link to extras 11 FIELD chipProcessedExp.exp_id, 20, exposure ID, value, chipProcessedImfile.php, ARG1 12 FIELD camPendingExp.chip_id, 20, chip ID, value, chipProcessedExp.php, ARG1 13 FIELD camPendingExp.cam_id, 20, cam ID 13 FIELD camRun.cam_id, 5, chip ID, value, chipProcessedExp.php, ARG1 14 FIELD chipRun.chip_id, 5, cam ID 15 FIELD chipRun.exp_id, 5, exposure ID, value, chipProcessedImfile.php, ARG1 16 FIELD rawExp.exp_name, 5, Exp Name, value, rawImfile.php, ARG1 17 FIELD rawExp.telescope, 10, Telescope 18 FIELD rawExp.camera, 10, Camera 19 FIELD rawExp.dateobs, 20, Date/Time 20 FIELD rawExp.filter, 10, FILTER 21 FIELD rawExp.ra, 5, RA 22 FIELD rawExp.decl, 5, Dec 23 FIELD rawExp.exp_time, 5, exp_time 24 FIELD rawExp.sat_pixel_frac, 5, f(sat pixels) 25 FIELD rawExp.airmass, 5, airmass 26 FIELD rawExp.bg, 5, backgnd 27 FIELD rawExp.bg_stdev, 5, stdev 28 FIELD rawExp.bg_mean_stdev, 5, <backgnd>
Note:
See TracChangeset
for help on using the changeset viewer.
