Changeset 18193 for trunk/ippMonitor/def/chipProcessedImfile.d
- Timestamp:
- Jun 19, 2008, 6:15:23 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/chipProcessedImfile.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/chipProcessedImfile.d
r16617 r18193 21 21 22 22 # field size format name show link to extras 23 FIELD chipRun.exp_id, 5, % s, Exp ID, value, rawImfile.php, ARG123 FIELD chipRun.exp_id, 5, %d, Exp ID, value, rawImfile.php, ARG1 24 24 FIELD rawExp.exp_name, 5, %s, Exp Name, value, chipProcessedImfile.php, ARG2 25 25 FIELD chipProcessedImfile.class_id, 5, %s, Class ID 26 FIELD chipRun.chip_id, 7, % s, chip ID26 FIELD chipRun.chip_id, 7, %d, chip ID 27 27 FIELD rawExp.telescope, 10, %s, Telescope 28 28 FIELD rawExp.camera, 10, %s, Camera 29 FIELD rawExp.dateobs, 20, %s, Date/Time29 FIELD rawExp.dateobs, 19, %T, Date/Time 30 30 FIELD rawExp.filter, 10, %s, FILTER 31 31 FIELD rawExp.ra, 8, %10.6f, RA, op=OP1 32 32 FIELD rawExp.decl, 8, %10.6f, DEC, op=OP2 33 33 FIELD rawExp.object, 8, %s, Object 34 FIELD rawExp.filter, 8, %s, Filter 35 FIELD rawExp.exp_time, 5, %s, exp_time 36 FIELD rawExp.airmass, 5, %s, airmass 37 FIELD chipProcessedImfile.bg, 5, %s, backgnd 38 FIELD chipProcessedImfile.bg_stdev, 5, %s, stdev 39 FIELD chipProcessedImfile.n_stars, 5, %s, Nstars 40 FIELD chipProcessedImfile.n_astrom, 5, %s, Nastrom 41 FIELD chipProcessedImfile.sigma_ra, 5, %s, sigma ra 42 FIELD chipProcessedImfile.fwhm_major, 5, %s, FHWM 34 FIELD rawExp.exp_time, 5, %.2f, exp_time 35 FIELD rawExp.airmass, 5, %.4f, airmass 36 FIELD chipProcessedImfile.bg, 5, %.2f, backgnd 37 FIELD chipProcessedImfile.bg_stdev, 5, %.2f, stdev 38 FIELD chipProcessedImfile.n_stars, 5, %d, Nstars 39 FIELD chipProcessedImfile.n_astrom, 5, %d, Nastrom 40 FIELD chipProcessedImfile.sigma_ra, 5, %f, sigma ra 41 FIELD chipProcessedImfile.fwhm_major, 5, %f, FHWM 43 42 FIELD chipProcessedImfile.path_base, 5, %s, path_base, none 44 # FIELD chipPendingExp.reduction, 20, %s, reduction45 # FIELD chipPendingExp.guide_id, 20, %s, guide ID46 # FIELD chipProcessedImfile.bg_mean_stdev, 5, %s, <backgnd>47 43 48 44 TAIL PHP insert_log ('LOG.IMFILE');
Note:
See TracChangeset
for help on using the changeset viewer.
