Changeset 14096 for trunk/ippMonitor/def/chipProcessedExp.d
- Timestamp:
- Jul 9, 2007, 5:10:37 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/chipProcessedExp.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/chipProcessedExp.d
r14044 r14096 1 TABLE chip ProcessedExp2 TITLE chip ProcessedExp3 FILE chipP rocessedExp.php1 TABLE chipRun, rawExp, chipProcessedImfile 2 TITLE chip Processed Exposures 3 FILE chipPendingExp.php 4 4 MENU ipp.science.dat 5 5 6 ARGS ARG1 exp_id=$exp_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 exp_id, 20, Exp ID, value, chipProcessedImfile.php, ARG1 10 FIELD chip_id, 20, Chip ID 11 FIELD guide_id, 20, guide ID, value, guideProcessedExp.php, ARG1 12 FIELD label, 20, label 13 FIELD workdir, 20, workdir 12 ARGS ARG1 exp_id=$chipRun.exp_id 13 14 # field size name show link to extras 15 FIELD chipRun.chip_id, 7, chip ID 16 FIELD chipRun.exp_id, 5, Exp ID 17 FIELD rawExp.exp_name, 5, Exp Name, value, rawImfile.php, ARG1 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 rawExp.bg, 5, backgnd 28 FIELD rawExp.bg_stdev, 5, stdev 29 FIELD rawExp.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.
