Changeset 18193 for trunk/ippMonitor/def/chipProcessedExp.d
- Timestamp:
- Jun 19, 2008, 6:15:23 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/chipProcessedExp.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/chipProcessedExp.d
r15992 r18193 15 15 16 16 # field size format name show link to extras 17 FIELD chipRun.exp_id, 5, % s, Exp ID, value, rawImfile.php, ARG117 FIELD chipRun.exp_id, 5, %d, Exp ID, value, rawImfile.php, ARG1 18 18 FIELD rawExp.exp_name, 5, %s, Exp Name, value, chipProcessedImfile.php, ARG2 19 FIELD chipRun.chip_id, 7, % s, chip ID19 FIELD chipRun.chip_id, 7, %d, chip ID 20 20 FIELD rawExp.telescope, 10, %s, Telescope 21 21 FIELD rawExp.camera, 10, %s, Camera 22 FIELD rawExp.dateobs, 20, %s, Date/Time22 FIELD rawExp.dateobs, 19, %T, Date/Time 23 23 FIELD rawExp.ra, 8, %10.6f, RA, op=OP1 24 24 FIELD rawExp.decl, 8, %10.6f, DEC, op=OP2 25 25 FIELD rawExp.object, 10, %s, Object 26 26 FIELD rawExp.filter, 10, %s, FILTER 27 FIELD rawExp.exp_time, 5, % s, exp_time28 FIELD rawExp.airmass, 5, % s, airmass29 FIELD rawExp.bg, 5, % s, backgnd30 FIELD rawExp.bg_stdev, 5, % s, stdev27 FIELD rawExp.exp_time, 5, %.2f, exp_time 28 FIELD rawExp.airmass, 5, %.2f, airmass 29 FIELD rawExp.bg, 5, %.2f, backgnd 30 FIELD rawExp.bg_stdev, 5, %.2f, stdev 31 31 32 32 # FIELD rawExp.bg_mean_stdev, 5, %s, <backgnd>
Note:
See TracChangeset
for help on using the changeset viewer.
