Changeset 18373 for trunk/ippMonitor/def/chipProcessedExp.d
- Timestamp:
- Jun 29, 2008, 3:16:04 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/chipProcessedExp.d (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/chipProcessedExp.d
r18193 r18373 5 5 6 6 # limit this table to non-OBJECT types of images 7 WHERE chipRun.state = 'stop'7 WHERE chipRun.state != 'run' 8 8 WHERE chipRun.exp_id = rawExp.exp_id 9 9 … … 18 18 FIELD rawExp.exp_name, 5, %s, Exp Name, value, chipProcessedImfile.php, ARG2 19 19 FIELD chipRun.chip_id, 7, %d, chip ID 20 FIELD chipRun.state, 7, %s, state 20 21 FIELD rawExp.telescope, 10, %s, Telescope 21 22 FIELD rawExp.camera, 10, %s, Camera … … 23 24 FIELD rawExp.ra, 8, %10.6f, RA, op=OP1 24 25 FIELD rawExp.decl, 8, %10.6f, DEC, op=OP2 25 FIELD rawExp.object, 10, %s, Object26 FIELD rawExp.object, 8, %s, Object 26 27 FIELD rawExp.filter, 10, %s, FILTER 27 28 FIELD rawExp.exp_time, 5, %.2f, exp_time 28 FIELD rawExp.airmass, 5, %. 2f, airmass29 FIELD rawExp.airmass, 5, %.4f, airmass 29 30 FIELD rawExp.bg, 5, %.2f, backgnd 30 31 FIELD rawExp.bg_stdev, 5, %.2f, stdev 32 FIELD rawExp.comment, 65, %s, Comment 31 33 32 34 # FIELD rawExp.bg_mean_stdev, 5, %s, <backgnd>
Note:
See TracChangeset
for help on using the changeset viewer.
