Changeset 15992 for trunk/ippMonitor/def/chipProcessedExp.d
- Timestamp:
- Jan 3, 2008, 1:08:21 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/chipProcessedExp.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/chipProcessedExp.d
r15954 r15992 11 11 ARGS ARG2 chipRun.chip_id=$chipRun.chip_id 12 12 13 OP OP1 $rawExp.ra * 57.295783 14 OP OP2 $rawExp.decl * 57.295783 15 13 16 # field size format name show link to extras 14 FIELD chipRun.chip_id, 7, %s, chip ID15 17 FIELD chipRun.exp_id, 5, %s, Exp ID, value, rawImfile.php, ARG1 16 18 FIELD rawExp.exp_name, 5, %s, Exp Name, value, chipProcessedImfile.php, ARG2 19 FIELD chipRun.chip_id, 7, %s, chip ID 17 20 FIELD rawExp.telescope, 10, %s, Telescope 18 21 FIELD rawExp.camera, 10, %s, Camera 19 22 FIELD rawExp.dateobs, 20, %s, Date/Time 23 FIELD rawExp.ra, 8, %10.6f, RA, op=OP1 24 FIELD rawExp.decl, 8, %10.6f, DEC, op=OP2 25 FIELD rawExp.object, 10, %s, Object 20 26 FIELD rawExp.filter, 10, %s, FILTER 21 FIELD rawExp.ra, 5, %s, RA22 FIELD rawExp.decl, 5, %s, Dec23 27 FIELD rawExp.exp_time, 5, %s, exp_time 24 FIELD rawExp.sat_pixel_frac, 5, %s, f(sat pixels)25 28 FIELD rawExp.airmass, 5, %s, airmass 26 29 FIELD rawExp.bg, 5, %s, backgnd 27 30 FIELD rawExp.bg_stdev, 5, %s, stdev 28 FIELD rawExp.bg_mean_stdev, 5, %s, <backgnd>29 31 32 # FIELD rawExp.bg_mean_stdev, 5, %s, <backgnd> 33 # FIELD rawExp.sat_pixel_frac, 5, %s, f(sat pixels) 30 34 # FIELD chipPendingExp.reduction, 20, reduction 31 35 # FIELD chipPendingExp.guide_id, 20, guide ID
Note:
See TracChangeset
for help on using the changeset viewer.
