Changeset 19084 for trunk/ippMonitor/def/camProcessedImfile.d
- Timestamp:
- Aug 16, 2008, 11:54:53 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/camProcessedImfile.d (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/camProcessedImfile.d
r18313 r19084 1 1 TABLE camRun, camProcessedExp, chipRun, rawExp, chipProcessedImfile 2 TITLE Camera Processed 3 FILE camProcessed Exp.php2 TITLE Camera Processed Imfiles 3 FILE camProcessedImfile.php 4 4 MENU ipp.science.dat 5 5 … … 11 11 WHERE chipProcessedImfile.chip_id = camRun.chip_id 12 12 13 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id 14 ARGS ARG2 chipRun.chip_id=$chipRun.chip_id 15 ARGS ARG3 camRun.cam_id=$camRun.cam_id 16 17 OP OP1 $rawExp.ra * 57.295783 18 OP OP2 $rawExp.decl * 57.295783 19 13 20 # field size format name show link to extras 14 FIELD camRun.cam_id, 5, %s, cam ID, value 15 FIELD chipRun.chip_id, 5, %s, chip ID 16 FIELD rawExp.exp_id, 5, %s, exposure ID, value 17 FIELD rawExp.exp_name, 5, %s, Exp Name, value 21 FIELD rawExp.exp_name, 10, %s, Exp Name, value 22 FIELD chipProcessedImfile.class_id, 8, %s, Class ID 23 FIELD rawExp.exp_id, 5, %s, Exp ID, value, rawImfile.php, ARG1 24 FIELD chipRun.chip_id, 5, %s, Chip ID, value, chipProcessedImfile.php, ARG2 25 FIELD camRun.cam_id, 5, %s, Cam ID, value, camProcessedExp.php, ARG3 18 26 FIELD rawExp.telescope, 10, %s, Telescope 19 27 FIELD rawExp.camera, 10, %s, Camera 28 FIELD rawExp.dateobs, 19, %T, Date/Time 29 FIELD rawExp.ra, 8, %10.6f, RA, op=OP1 30 FIELD rawExp.decl, 8, %10.6f, DEC, op=OP2 31 FIELD rawExp.object, 10, %s, Object 32 FIELD rawExp.filter, 10, %s, FILTER 33 FIELD rawExp.exp_time, 5, %.2f, exp_time 34 FIELD rawExp.airmass, 5, %.4f, airmass 20 35 FIELD chipProcessedImfile.bg, 5, %.2f, backgnd 21 36 FIELD chipProcessedImfile.bg_stdev, 5, %.2f, stdev … … 25 40 FIELD camProcessedExp.sigma_ra, 5, %.2f, sigma ra 26 41 FIELD chipProcessedImfile.fwhm_major, 5, %.2f, FHWM (major) 42 FIELD rawExp.comment, 65, %s, Comment 27 43 28 44 TAIL PHP insert_image ('PPIMAGE.JPEG1');
Note:
See TracChangeset
for help on using the changeset viewer.
