Changeset 14014 for trunk/ippMonitor
- Timestamp:
- Jul 4, 2007, 1:58:11 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/chipPendingExp.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/chipPendingExp.d
r13264 r14014 1 TABLE chipPendingExp 1 TABLE chipPendingExp, rawExp 2 2 TITLE chipPendingExp 3 3 FILE chipPendingExp.php 4 4 MENU ipp.science.dat 5 5 6 # limit this table to non-OBJECT types of images 7 WHERE chipPendingExp.exp_tag = rawExp.exp_tag 8 6 9 ARGS ARG1 exp_tag=$exp_tag 7 10 8 # field size name show link to extras 9 FIELD chip_id, 20, chip ID 10 FIELD exp_tag, 20, exposure ID, value, rawImfile.php, ARG1 11 FIELD recipe, 20, recipe 12 FIELD guide_id, 20, guide ID 11 # field size name show link to extras 12 FIELD chipPendingExp.chip_id, 7, chip ID 13 FIELD chipPendingExp.exp_tag, 20, exposure ID, value, rawImfile.php, ARG1 14 FIELD rawExp.telescope, 10, Telescope 15 FIELD rawExp.camera, 10, Camera 16 FIELD rawExp.dateobs, 20, Date/Time 17 FIELD rawExp.filter, 10, FILTER 18 FIELD rawExp.ra, 5, RA 19 FIELD rawExp.decl, 5, Dec 20 FIELD rawExp.exp_time, 5, exp_time 21 FIELD rawExp.sat_pixel_frac, 5, f(sat pixels) 22 FIELD rawExp.airmass, 5, airmass 23 FIELD rawExp.bg, 5, backgnd 24 FIELD rawExp.bg_stdev, 5, stdev 25 FIELD rawExp.bg_mean_stdev, 5, <backgnd> 26 27 28 # FIELD chipPendingExp.reduction, 20, reduction 29 # FIELD chipPendingExp.guide_id, 20, guide ID
Note:
See TracChangeset
for help on using the changeset viewer.
