Changeset 15954 for trunk/ippMonitor/def/chipProcessedImfile.d
- Timestamp:
- Dec 28, 2007, 10:04:27 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/chipProcessedImfile.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/chipProcessedImfile.d
r14154 r15954 5 5 6 6 # limit this table to non-OBJECT types of images 7 WHERE chipRun.state = 'stop'8 7 WHERE chipRun.exp_id = rawExp.exp_id 9 8 WHERE chipProcessedImfile.exp_id = chipRun.exp_id … … 17 16 ARGS ARG2 class=$chipProcessedImfile.class_id 18 17 19 # field size name show link to extras 20 FIELD chipRun.chip_id, 7, chip ID 21 FIELD chipRun.exp_id, 5, Exp ID, value, rawImfile.php, ARG1 22 FIELD chipProcessedImfile.class_id, 5, Class ID 23 FIELD rawExp.exp_name, 5, Exp Name, value, chipProcessedImfile.php, ARG2 24 FIELD rawExp.telescope, 10, Telescope 25 FIELD rawExp.camera, 10, Camera 26 FIELD rawExp.dateobs, 20, Date/Time 27 FIELD rawExp.filter, 10, FILTER 28 FIELD rawExp.ra, 5, RA 29 FIELD rawExp.decl, 5, Dec 30 FIELD rawExp.exp_time, 5, exp_time 31 FIELD rawExp.sat_pixel_frac, 5, f(sat pixels) 32 FIELD rawExp.airmass, 5, airmass 33 FIELD chipProcessedImfile.bg, 5, backgnd 34 FIELD chipProcessedImfile.bg_stdev, 5, stdev 35 FIELD chipProcessedImfile.bg_mean_stdev, 5, <backgnd> 36 37 FIELD chipProcessedImfile.n_stars, 5, Nstars 38 FIELD chipProcessedImfile.n_astrom, 5, Nastrom 39 FIELD chipProcessedImfile.sigma_ra, 5, sigma ra 40 FIELD chipProcessedImfile.fwhm, 5, FHWM 41 FIELD chipProcessedImfile.path_base, 5, path_base, none 42 43 # FIELD chipPendingExp.reduction, 20, reduction 44 # FIELD chipPendingExp.guide_id, 20, guide ID 18 # field size format name show link to extras 19 FIELD chipRun.chip_id, 7, %s, chip ID 20 FIELD chipRun.exp_id, 5, %s, Exp ID, value, rawImfile.php, ARG1 21 FIELD chipProcessedImfile.class_id, 5, %s, Class ID 22 FIELD rawExp.exp_name, 5, %s, Exp Name, value, chipProcessedImfile.php, ARG2 23 FIELD rawExp.telescope, 10, %s, Telescope 24 FIELD rawExp.camera, 10, %s, Camera 25 FIELD rawExp.dateobs, 20, %s, Date/Time 26 FIELD rawExp.filter, 10, %s, FILTER 27 FIELD rawExp.ra, 5, %s, RA 28 FIELD rawExp.decl, 5, %s, Dec 29 FIELD rawExp.exp_time, 5, %s, exp_time 30 FIELD rawExp.sat_pixel_frac, 5, %s, f(sat pixels) 31 FIELD rawExp.airmass, 5, %s, airmass 32 FIELD chipProcessedImfile.bg, 5, %s, backgnd 33 FIELD chipProcessedImfile.bg_stdev, 5, %s, stdev 34 FIELD chipProcessedImfile.bg_mean_stdev, 5, %s, <backgnd> 35 FIELD chipProcessedImfile.n_stars, 5, %s, Nstars 36 FIELD chipProcessedImfile.n_astrom, 5, %s, Nastrom 37 FIELD chipProcessedImfile.sigma_ra, 5, %s, sigma ra 38 FIELD chipProcessedImfile.fwhm, 5, %s, FHWM 39 FIELD chipProcessedImfile.path_base, 5, %s, path_base, none 40 # FIELD chipPendingExp.reduction, 20, %s, reduction 41 # FIELD chipPendingExp.guide_id, 20, %s, guide ID 45 42 46 43 TAIL PHP insert_log ('LOG.IMFILE');
Note:
See TracChangeset
for help on using the changeset viewer.
