Changeset 14113 for trunk/ippMonitor/def/chipProcessedExp.d
- Timestamp:
- Jul 10, 2007, 3:07:42 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/chipProcessedExp.d (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/chipProcessedExp.d
r14096 r14113 1 TABLE chipRun, rawExp , chipProcessedImfile1 TABLE chipRun, rawExp 2 2 TITLE chip Processed Exposures 3 FILE chipP endingExp.php3 FILE chipProcessedExp.php 4 4 MENU ipp.science.dat 5 5 … … 7 7 WHERE chipRun.state = 'stop' 8 8 WHERE chipRun.exp_id = rawExp.exp_id 9 WHERE chipProcessedImfile.exp_id = chipRun.exp_id10 WHERE chipProcessedImfile.chip_id = chipRun.chip_id11 9 12 10 ARGS ARG1 exp_id=$chipRun.exp_id 11 ARGS ARG2 chipRun.chip_id=$chipRun.chip_id 13 12 14 # field size name show link to extras13 # field size name show link to extras 15 14 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, ARG115 FIELD chipRun.exp_id, 5, Exp ID, value, rawImfile.php, ARG1 16 FIELD rawExp.exp_name, 5, Exp Name, value, chipProcessedImfile.php, ARG2 18 17 FIELD rawExp.telescope, 10, Telescope 19 18 FIELD rawExp.camera, 10, Camera … … 29 28 FIELD rawExp.bg_mean_stdev, 5, <backgnd> 30 29 31 FIELD chipProcessedImfile.n_stars, 5, Nstars32 FIELD chipProcessedImfile.n_astrom, 5, Nastrom33 FIELD chipProcessedImfile.sigma_ra, 5, sigma ra34 FIELD chipProcessedImfile.fwhm, 5, FHWM35 36 30 # FIELD chipPendingExp.reduction, 20, reduction 37 31 # FIELD chipPendingExp.guide_id, 20, guide ID
Note:
See TracChangeset
for help on using the changeset viewer.
