Changeset 14113 for trunk/ippMonitor/def/camProcessedExp.d
- Timestamp:
- Jul 10, 2007, 3:07:42 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/camProcessedExp.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/camProcessedExp.d
r14096 r14113 4 4 MENU ipp.science.dat 5 5 6 # the following WHERE clauses are added to all queries joined by AND 6 7 WHERE camRun.state = 'stop' 7 8 WHERE camRun.chip_id = chipRun.chip_id 8 9 WHERE chipRun.exp_id = rawExp.exp_id 9 WHERE camProcessedExp.cam_id = camRun.cam_id10 WHERE camProcessedExp.cam_id = camRun.cam_id 10 11 WHERE camProcessedExp.chip_id = camRun.chip_id 11 12 13 # define image names to be used below 14 # IMAGE VAR basename filerule camera class_id 15 IMAGE JPEG2 $camProcessedExp.path_base PPIMAGE.JPEG2 $rawExp.camera NONE 16 17 # define the arguments supplied to the links below (if any) 12 18 ARGS ARG1 chipRun.exp_id=$chipRun.exp_id 13 19 14 # field size name show link to extras 15 FIELD camRun.cam_id, 5, chip ID, value, chipProcessedExp.php, ARG1 16 FIELD chipRun.chip_id, 5, cam ID 17 FIELD chipRun.exp_id, 5, exposure ID, value, chipProcessedImfile.php, ARG1 18 FIELD rawExp.exp_name, 5, Exp Name, value, rawImfile.php, ARG1 19 FIELD rawExp.telescope, 10, Telescope 20 FIELD rawExp.camera, 10, Camera 21 FIELD rawExp.dateobs, 20, Date/Time 22 FIELD rawExp.filter, 10, FILTER 23 FIELD rawExp.ra, 5, RA 24 FIELD rawExp.decl, 5, Dec 25 FIELD rawExp.exp_time, 5, exp_time 26 FIELD rawExp.sat_pixel_frac, 5, f(sat pixels) 27 FIELD rawExp.airmass, 5, airmass 28 FIELD rawExp.bg, 5, backgnd 29 FIELD rawExp.bg_stdev, 5, stdev 30 FIELD rawExp.bg_mean_stdev, 5, <backgnd> 20 ARGS ARG2 camRun.cam_id=$camRun.cam_id 21 ARGS ARG2 rawExp.exp_id=$rawExp.exp_id 22 ARGS ARG2 camera=$rawExp.camera 23 ARGS ARG2 basename=$camProcessedExp.path_base 31 24 32 FIELD camProcessedExp.n_stars, 5, Nstars 33 FIELD camProcessedExp.n_astrom, 5, Nastrom 34 FIELD camProcessedExp.sigma_ra, 5, sigma ra 35 FIELD camProcessedExp.fwhm, 5, FHWM 25 # field size name show link to extras 26 FIELD rawExp.exp_name, 5, Exp Name, value, rawImfile.php, ARG1 27 FIELD chipRun.exp_id, 5, Exp ID, value, chipProcessedImfile.php, ARG1 28 FIELD chipRun.chip_id, 5, chip ID 29 FIELD camRun.cam_id, 5, cam ID, value, chipProcessedExp.php, ARG1 30 FIELD *, 8, image, image=JPEG2, camProcessedImfile.php, ARG2 31 FIELD rawExp.telescope, 10, Telescope 32 FIELD rawExp.camera, 10, Camera 33 FIELD rawExp.dateobs, 20, Date/Time 34 FIELD rawExp.filter, 10, FILTER 35 FIELD rawExp.ra, 5, RA 36 FIELD rawExp.decl, 5, Dec 37 FIELD rawExp.exp_time, 5, exp_time 38 FIELD rawExp.sat_pixel_frac, 5, f(sat pixels) 39 FIELD rawExp.airmass, 5, airmass 40 FIELD camProcessedExp.bg, 5, backgnd 41 FIELD camProcessedExp.bg_stdev, 5, stdev 42 FIELD camProcessedExp.bg_mean_stdev, 5, <backgnd> 43 FIELD camProcessedExp.n_stars, 5, Nstars 44 FIELD camProcessedExp.n_astrom, 5, Nastrom 45 FIELD camProcessedExp.sigma_ra, 5, sigma ra 46 FIELD camProcessedExp.fwhm, 5, FHWM 47 FIELD camProcessedExp.path_base, 5, path_base, none 48 FIELD rawExp.exp_id, 5, Exp ID, none
Note:
See TracChangeset
for help on using the changeset viewer.
