Changeset 15954 for trunk/ippMonitor/def/chipProcessedExp.d
- Timestamp:
- Dec 28, 2007, 10:04:27 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/chipProcessedExp.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/chipProcessedExp.d
r14113 r15954 11 11 ARGS ARG2 chipRun.chip_id=$chipRun.chip_id 12 12 13 # field size name show link to extras14 FIELD chipRun.chip_id, 7, chip ID15 FIELD chipRun.exp_id, 5, Exp ID, value, rawImfile.php, ARG116 FIELD rawExp.exp_name, 5, Exp Name, value, chipProcessedImfile.php, ARG217 FIELD rawExp.telescope, 10, Telescope18 FIELD rawExp.camera, 10, Camera19 FIELD rawExp.dateobs, 20, Date/Time20 FIELD rawExp.filter, 10, FILTER21 FIELD rawExp.ra, 5, RA22 FIELD rawExp.decl, 5, Dec23 FIELD rawExp.exp_time, 5, exp_time24 FIELD rawExp.sat_pixel_frac, 5, f(sat pixels)25 FIELD rawExp.airmass, 5, airmass26 FIELD rawExp.bg, 5, backgnd27 FIELD rawExp.bg_stdev, 5, stdev28 FIELD rawExp.bg_mean_stdev, 5, <backgnd>13 # field size format name show link to extras 14 FIELD chipRun.chip_id, 7, %s, chip ID 15 FIELD chipRun.exp_id, 5, %s, Exp ID, value, rawImfile.php, ARG1 16 FIELD rawExp.exp_name, 5, %s, Exp Name, value, chipProcessedImfile.php, ARG2 17 FIELD rawExp.telescope, 10, %s, Telescope 18 FIELD rawExp.camera, 10, %s, Camera 19 FIELD rawExp.dateobs, 20, %s, Date/Time 20 FIELD rawExp.filter, 10, %s, FILTER 21 FIELD rawExp.ra, 5, %s, RA 22 FIELD rawExp.decl, 5, %s, Dec 23 FIELD rawExp.exp_time, 5, %s, exp_time 24 FIELD rawExp.sat_pixel_frac, 5, %s, f(sat pixels) 25 FIELD rawExp.airmass, 5, %s, airmass 26 FIELD rawExp.bg, 5, %s, backgnd 27 FIELD rawExp.bg_stdev, 5, %s, stdev 28 FIELD rawExp.bg_mean_stdev, 5, %s, <backgnd> 29 29 30 30 # FIELD chipPendingExp.reduction, 20, reduction
Note:
See TracChangeset
for help on using the changeset viewer.
