Changeset 18340 for trunk/ippMonitor/def
- Timestamp:
- Jun 27, 2008, 10:23:19 AM (18 years ago)
- Location:
- trunk/ippMonitor/def
- Files:
-
- 2 added
- 6 edited
-
camProcessedExp_failure.d (modified) (3 diffs)
-
camStageExp.d (added)
-
chipPendingExp.d (modified) (1 diff)
-
chipPendingImfile.d (modified) (1 diff)
-
chipProcessedImfile.d (modified) (1 diff)
-
chipProcessedImfile_failure.d (modified) (2 diffs)
-
chipStageExp.d (added)
-
rawScienceExp.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/camProcessedExp_failure.d
r18313 r18340 1 1 TABLE camRun, camProcessedExp, chipRun, rawExp 2 2 TITLE Camera Processed (No Images) 3 FILE camProcessedExp_ NoImages.php3 FILE camProcessedExp_failure.php 4 4 MENU ipp.science.dat 5 5 … … 26 26 OP OP2 $rawExp.decl * 57.295783 27 27 28 # field size format name show link to extras29 FIELD chipRun.exp_id, 5, %d, Exp ID, value, chipProcessedImfile.php, ARG130 FIELD rawExp.exp_name, 5, %s, Exp Name, value, rawImfile.php, ARG131 FIELD chipRun.chip_id, 5, %d, chip ID 32 FIELD camRun.cam_id, 5, %d, cam ID, value, chipProcessedExp.php, ARG128 # field size format name show link to extras 29 FIELD chipRun.exp_id, 5, %d, Exp ID, value, chipProcessedImfile.php, ARG1 30 FIELD rawExp.exp_name, 5, %s, Exp Name, value, rawImfile.php, ARG1 31 FIELD chipRun.chip_id, 5, %d, chip ID, value, chipProcessedExp.php, ARG1 32 FIELD camRun.cam_id, 5, %d, cam ID, value, camProcessedExp_failure.php, ARG2 33 33 FIELD rawExp.telescope, 10, %s, Telescope 34 34 FIELD rawExp.camera, 10, %s, Camera … … 50 50 FIELD camProcessedExp.path_base, 5, %s, path_base, none 51 51 FIELD rawExp.exp_id, 5, %s, Exp ID, none 52 53 TAIL PHP insert_log ('LOG.IMFILE'); -
trunk/ippMonitor/def/chipPendingExp.d
r18193 r18340 28 28 FIELD rawExp.bg, 5, %.2f, backgnd 29 29 FIELD rawExp.bg_stdev, 5, %.2f, stdev 30 FIELD rawExp.comment, 5, %s, CMMTOBS30 FIELD rawExp.comment, 65, %s, Comment 31 31 32 32 # FIELD rawExp.bg_mean_stdev, 5, %7.2f, <backgnd> -
trunk/ippMonitor/def/chipPendingImfile.d
r15954 r18340 1 TABLE chip PendingImfile2 TITLE chipPendingImfile3 FILE chipPending Imfile.php4 MENU ipp. imfiles.dat1 TABLE chipRun, rawExp 2 TITLE Chip Pending Imfiles 3 FILE chipPendingExp.php 4 MENU ipp.science.dat 5 5 6 # field size format name show link to extras 7 FIELD exp_id, 5, %s, Exp ID 8 FIELD class_id, 5, %s, Class ID 9 FIELD uri, 5, %s, URI 10 FIELD recipe, 5, %s, recipe 11 FIELD guide_version, 5, %s, guide version 12 FIELD chip_version, 5, %s, chip version 6 # limit this table to non-OBJECT types of images 7 WHERE chipRun.state = 'run' 8 WHERE chipRun.exp_id = rawExp.exp_id 9 10 ARGS ARG1 exp_id=$chipRun.exp_id 11 12 OP OP1 $rawExp.ra * 57.295783 13 OP OP2 $rawExp.decl * 57.295783 14 15 # field size format name show link to extras 16 FIELD chipRun.exp_id, 5, %d, Exp ID 17 FIELD rawExp.exp_name, 5, %s, Exp Name, value, rawImfile.php, ARG1 18 FIELD chipRun.chip_id, 7, %d, chip ID 19 FIELD chipRun.state, 7, %s, state 20 FIELD rawExp.telescope, 10, %s, Telescope 21 FIELD rawExp.camera, 10, %s, Camera 22 FIELD rawExp.dateobs, 19, %T, Date/Time 23 FIELD rawExp.ra, 5, %10.6f, RA, op=OP1 24 FIELD rawExp.decl, 5, %10.6f, DEC, op=OP2 25 FIELD rawExp.object, 8, %s, Object 26 FIELD rawExp.filter, 10, %s, FILTER 27 FIELD rawExp.exp_time, 5, %.2f, exp_time 28 FIELD rawExp.airmass, 5, %.4f, airmass 29 FIELD rawExp.bg, 5, %.2f, backgnd 30 FIELD rawExp.bg_stdev, 5, %.2f, stdev 31 FIELD rawExp.comment, 65, %s, Comment -
trunk/ippMonitor/def/chipProcessedImfile.d
r18313 r18340 24 24 FIELD rawExp.exp_name, 5, %s, Exp Name, value, chipProcessedImfile.php, ARG2 25 25 FIELD chipProcessedImfile.class_id, 5, %s, Class ID 26 FIELD chipRun.chip_id, 7, % d, chip ID26 FIELD chipRun.chip_id, 7, %s, chip ID 27 27 FIELD rawExp.telescope, 10, %s, Telescope 28 28 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/chipProcessedImfile_failure.d
r18313 r18340 13 13 14 14 ARGS ARG2 chipRun.chip_id=$chipRun.chip_id 15 ARGS ARG2 chipProcessedImfile.class_id=$chipProcessedImfile.class_id 15 16 ARGS ARG2 camera=$rawExp.camera 16 17 ARGS ARG2 basename=$chipProcessedImfile.path_base … … 22 23 # field size format name show link to extras 23 24 FIELD chipRun.exp_id, 5, %d, Exp ID, value, rawImfile.php, ARG1 24 FIELD rawExp.exp_name, 5, %s, Exp Name, value, chipProcessedImfile .php, ARG225 FIELD rawExp.exp_name, 5, %s, Exp Name, value, chipProcessedImfile_failure.php, ARG2 25 26 FIELD chipProcessedImfile.class_id, 5, %s, Class ID 26 27 FIELD chipRun.chip_id, 7, %d, chip ID -
trunk/ippMonitor/def/rawScienceExp.d
r18193 r18340 29 29 FIELD bg_stdev, 8, %.2f, stdev 30 30 FIELD bg_mean_stdev, 8, %.2f, [stdev] 31 FIELD comment, 65, %s, Comment
Note:
See TracChangeset
for help on using the changeset viewer.
