Changeset 14113 for trunk/ippMonitor/def/chipProcessedImfile.d
- Timestamp:
- Jul 10, 2007, 3:07:42 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/chipProcessedImfile.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/chipProcessedImfile.d
r14044 r14113 1 TABLE chip ProcessedImfile, chipProcessedExp2 TITLE chip ProcessedImfile1 TABLE chipRun, rawExp, chipProcessedImfile 2 TITLE chip Processed Imfile 3 3 FILE chipProcessedImfile.php 4 MENU ipp. imfiles.dat4 MENU ipp.science.dat 5 5 6 WHERE chipProcessedImfile.chip_id = chipProcessedExp.chip_id 6 # limit this table to non-OBJECT types of images 7 WHERE chipRun.state = 'stop' 8 WHERE chipRun.exp_id = rawExp.exp_id 9 WHERE chipProcessedImfile.exp_id = chipRun.exp_id 10 WHERE chipProcessedImfile.chip_id = chipRun.chip_id 7 11 8 # field size name show link to extras 9 FIELD chipProcessedExp.exp_id, 15, Exposure 10 FIELD chipProcessedImfile.class_id, 8, Chip ID 11 FIELD chipProcessedImfile.bg, 8, backgnd 12 FIELD chipProcessedImfile.bg_mean_stdev, 8, [stdev] 13 FIELD chipProcessedImfile.bg_stdev, 8, stdev 12 ARGS ARG1 exp_id=$chipRun.exp_id 14 13 15 TAIL PHP insert_image ('PPIMAGE.JPEG1'); 14 # field size name show link to extras 15 FIELD chipRun.chip_id, 7, chip ID 16 FIELD chipRun.exp_id, 5, Exp ID, value, rawImfile.php, ARG1 17 FIELD rawExp.exp_name, 5, Exp Name, value, chipProcessedImfile.php, ARG2 18 FIELD rawExp.telescope, 10, Telescope 19 FIELD rawExp.camera, 10, Camera 20 FIELD rawExp.dateobs, 20, Date/Time 21 FIELD rawExp.filter, 10, FILTER 22 FIELD rawExp.ra, 5, RA 23 FIELD rawExp.decl, 5, Dec 24 FIELD rawExp.exp_time, 5, exp_time 25 FIELD rawExp.sat_pixel_frac, 5, f(sat pixels) 26 FIELD rawExp.airmass, 5, airmass 27 FIELD chipProcessedImfile.bg, 5, backgnd 28 FIELD chipProcessedImfile.bg_stdev, 5, stdev 29 FIELD chipProcessedImfile.bg_mean_stdev, 5, <backgnd> 30 31 FIELD chipProcessedImfile.n_stars, 5, Nstars 32 FIELD chipProcessedImfile.n_astrom, 5, Nastrom 33 FIELD chipProcessedImfile.sigma_ra, 5, sigma ra 34 FIELD chipProcessedImfile.fwhm, 5, FHWM 35 36 # FIELD chipPendingExp.reduction, 20, reduction 37 # FIELD chipPendingExp.guide_id, 20, guide ID
Note:
See TracChangeset
for help on using the changeset viewer.
