Changeset 19084
- Timestamp:
- Aug 16, 2008, 11:54:53 AM (18 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 11 added
- 20 edited
-
Makefile.in (modified) (2 diffs)
-
def/camPendingExp.d (modified) (2 diffs)
-
def/camProcessedExp.d (modified) (2 diffs)
-
def/camProcessedExp_NoImages.d (modified) (2 diffs)
-
def/camProcessedExp_failure.d (modified) (2 diffs)
-
def/camProcessedImfile.d (modified) (3 diffs)
-
def/camStageExp.d (modified) (1 diff)
-
def/chipPendingExp.d (modified) (2 diffs)
-
def/chipPendingImfile.d (modified) (1 diff)
-
def/chipProcessedExp.d (modified) (2 diffs)
-
def/chipProcessedImfile.d (modified) (2 diffs)
-
def/chipProcessedImfile_failure.d (modified) (1 diff)
-
def/chipStageExp.d (modified) (1 diff)
-
def/fakePendingExp.d (added)
-
def/fakePendingImfile.d (added)
-
def/fakeProcessedExp.d (added)
-
def/fakeProcessedImfile.d (added)
-
def/fakeProcessedImfile_failure.d (added)
-
def/fakeStageExp.d (added)
-
def/rawExp.d (modified) (1 diff)
-
def/rawImfile.d (modified) (1 diff)
-
def/warpFailedSkyfiles.d (added)
-
def/warpInputExp.d (modified) (1 diff)
-
def/warpProcessedSkyfiles.d (added)
-
def/warpRun.d (modified) (1 diff)
-
def/warpSkycellMap.d (modified) (1 diff)
-
def/warpSkyfile.d (modified) (1 diff)
-
def/warpStageExp.d (added)
-
def/warpStageSkyfileInputs.d (added)
-
def/warpStageSkyfiles.d (added)
-
raw/ipp.science.dat (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/Makefile.in
r18373 r19084 83 83 $(DESTWWW)/camProcessedExp_failure.php \ 84 84 $(DESTWWW)/camProcessedImfile.php \ 85 $(DESTWWW)/fakeStageExp.php \ 86 $(DESTWWW)/fakePendingExp.php \ 87 $(DESTWWW)/fakeProcessedExp.php \ 88 $(DESTWWW)/fakePendingImfile.php \ 89 $(DESTWWW)/fakeProcessedImfile.php \ 90 $(DESTWWW)/fakeProcessedImfile_failure.php \ 85 91 $(DESTWWW)/pzPendingExp.php \ 86 92 $(DESTWWW)/pzPendingImfile.php \ … … 99 105 $(DESTWWW)/summitExp.php \ 100 106 $(DESTWWW)/summitImfile.php \ 101 $(DESTWWW)/warpRun.php \ 102 $(DESTWWW)/warpInputExp.php \ 103 $(DESTWWW)/warpSkycellMap.php \ 104 $(DESTWWW)/warpSkyfile.php \ 107 $(DESTWWW)/warpStageExp.php \ 108 $(DESTWWW)/warpStageSkyfiles.php \ 109 $(DESTWWW)/warpStageSkyfileInputs.php \ 110 $(DESTWWW)/warpProcessedSkyfiles.php \ 111 $(DESTWWW)/warpFailedSkyfiles.php \ 105 112 $(DESTWWW)/diffRun.php \ 106 113 $(DESTWWW)/diffInputSkyfile.php \ -
trunk/ippMonitor/def/camPendingExp.d
r18970 r19084 8 8 WHERE chipRun.exp_id = rawExp.exp_id 9 9 10 ARGS ARG1 chipRun.exp_id=$chipRun.exp_id 10 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id 11 ARGS ARG2 chipRun.chip_id=$chipRun.chip_id 12 ARGS ARG3 camRun.cam_id=$camRun.cam_id 11 13 12 14 OP OP1 $rawExp.ra * 57.295783 … … 14 16 15 17 # field size format name show link to extras 16 FIELD chipRun.exp_id, 5, %s, Exp ID, value, chipProcessedImfile.php, ARG117 FIELD rawExp.exp_ name, 5, %s, Exp Name, value, rawImfile.php,ARG118 FIELD chipRun.chip_id, 5, %s, chip ID, value, chipProcessedExp.php, ARG119 FIELD camRun.cam_id, 5, %s, cam ID20 FIELD camRun.state, 5, %s, state18 FIELD rawExp.exp_name, 10, %s, Exp Name 19 FIELD rawExp.exp_id, 5, %s, Exp ID, value, rawImfile.php, ARG1 20 FIELD chipRun.chip_id, 5, %s, Chip ID, value, chipProcessedImfile.php, ARG2 21 FIELD camRun.cam_id, 5, %s, Cam ID 22 FIELD camRun.state, 5, %s, State 21 23 FIELD rawExp.telescope, 10, %s, Telescope 22 24 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/camProcessedExp.d
r18970 r19084 16 16 17 17 # define the arguments supplied to the links below (if any) 18 ARGS ARG1 chipRun.exp_id=$chipRun.exp_id 18 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id 19 ARGS ARG2 chipRun.chip_id=$chipRun.chip_id 20 ARGS ARG3 camRun.cam_id=$camRun.cam_id 19 21 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 22 ARGS ARG4 camRun.cam_id=$camRun.cam_id 23 ARGS ARG4 camera=$rawExp.camera 24 ARGS ARG4 basename=$camProcessedExp.path_base 24 25 25 26 OP OP1 $rawExp.ra * 57.295783 … … 27 28 28 29 # field size format name show link to extras 29 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 ID32 FIELD camRun.cam_id, 5, %d, cam ID, value, chipProcessedExp.php, ARG133 FIELD *, 8, %s, image, image=JPEG2, camProcessedImfile.php, ARG 230 FIELD rawExp.exp_name, 10, %s, Exp Name 31 FIELD rawExp.exp_id, 5, %s, Exp ID, value, rawImfile.php, ARG1 32 FIELD chipRun.chip_id, 5, %s, Chip ID, value, chipProcessedImfile.php, ARG2 33 FIELD camRun.cam_id, 5, %s, Cam ID, value, camProcessedExp.php, ARG3 34 FIELD *, 8, %s, image, image=JPEG2, camProcessedImfile.php, ARG4 34 35 FIELD rawExp.telescope, 10, %s, Telescope 35 36 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/camProcessedExp_NoImages.d
r18970 r19084 11 11 WHERE camProcessedExp.fault = 0 12 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 13 # define the arguments supplied to the links below (if any) 14 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id 15 ARGS ARG2 chipRun.chip_id=$chipRun.chip_id 16 ARGS ARG3 camRun.cam_id=$camRun.cam_id 16 17 17 # define the arguments supplied to the links below (if any) 18 ARGS ARG1 chipRun.exp_id=$chipRun.exp_id 19 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 18 ARGS ARG4 camRun.cam_id=$camRun.cam_id 19 ARGS ARG4 camera=$rawExp.camera 20 ARGS ARG4 basename=$camProcessedExp.path_base 24 21 25 22 OP OP1 $rawExp.ra * 57.295783 … … 27 24 28 25 # field size format name show link to extras 29 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 ID32 FIELD camRun.cam_id, 5, %d, cam ID, value, chipProcessedExp.php, ARG133 FIELD camRun.state, 5, %s, state 26 FIELD rawExp.exp_name, 10, %s, Exp Name 27 FIELD rawExp.exp_id, 5, %s, Exp ID, value, rawImfile.php, ARG1 28 FIELD chipRun.chip_id, 5, %s, Chip ID, value, chipProcessedImfile.php, ARG2 29 FIELD camRun.cam_id, 5, %s, Cam ID, value, camProcessedExp.php, ARG3 30 FIELD camRun.state, 5, %s, state, value, camProcessedImfile.php, ARG4 34 31 FIELD rawExp.telescope, 10, %s, Telescope 35 32 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/camProcessedExp_failure.d
r18970 r19084 11 11 WHERE camProcessedExp.fault != 0 12 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 13 # define the arguments supplied to the links below (if any) 14 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id 15 ARGS ARG2 chipRun.chip_id=$chipRun.chip_id 16 ARGS ARG3 camRun.cam_id=$camRun.cam_id 16 17 17 # define the arguments supplied to the links below (if any) 18 ARGS ARG1 chipRun.exp_id=$chipRun.exp_id 19 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 18 ARGS ARG4 camRun.cam_id=$camRun.cam_id 19 ARGS ARG4 camera=$rawExp.camera 20 ARGS ARG4 basename=$camProcessedExp.path_base 24 21 25 22 OP OP1 $rawExp.ra * 57.295783 … … 27 24 28 25 # field size format name show link to extras 29 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, value, chipProcessedExp.php, ARG132 FIELD camRun.cam_id, 5, %d, cam ID, value, camProcessedExp_failure.php, ARG233 FIELD camRun.state, 5, %s, state 26 FIELD rawExp.exp_name, 5, %s, Exp Name 27 FIELD rawExp.exp_id, 5, %s, Exp ID, value, rawImfile.php, ARG1 28 FIELD chipRun.chip_id, 5, %s, Chip ID, value, chipProcessedImfile.php, ARG2 29 FIELD camRun.cam_id, 5, %d, Cam ID, value, camProcessedExp_failure.php, ARG3 30 FIELD camRun.state, 5, %s, state, value, camProcessedImfile.php, ARG4 34 31 FIELD rawExp.telescope, 10, %s, Telescope 35 32 FIELD rawExp.camera, 10, %s, Camera -
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'); -
trunk/ippMonitor/def/camStageExp.d
r18970 r19084 7 7 WHERE chipRun.exp_id = rawExp.exp_id 8 8 9 ARGS ARG1 chipRun.exp_id=$chipRun.exp_id 9 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id 10 ARGS ARG2 chipRun.chip_id=$chipRun.chip_id 11 ARGS ARG3 camRun.cam_id=$camRun.cam_id 10 12 11 13 OP OP1 $rawExp.ra * 57.295783 12 14 OP OP2 $rawExp.decl * 57.295783 13 15 14 15 16 # field size format name show link to extras 16 FIELD chipRun.exp_id, 5, %s, Exp ID, value, chipProcessedImfile.php, ARG117 FIELD rawExp.exp_ name, 5, %s, Exp Name, value, rawImfile.php,ARG118 FIELD chipRun.chip_id, 5, %s, chip ID, value, chipProcessedExp.php, ARG119 FIELD camRun.cam_id, 5, %s, cam ID17 FIELD rawExp.exp_name, 10, %s, Exp Name 18 FIELD rawExp.exp_id, 5, %s, Exp ID, value, rawImfile.php, ARG1 19 FIELD chipRun.chip_id, 5, %s, Chip ID, value, chipProcessedImfile.php, ARG2 20 FIELD camRun.cam_id, 5, %s, Cam ID, value, camProcessedExp.php, ARG3 20 21 FIELD camRun.state, 5, %s, state 21 22 FIELD rawExp.telescope, 10, %s, Telescope -
trunk/ippMonitor/def/chipPendingExp.d
r18970 r19084 8 8 WHERE chipRun.exp_id = rawExp.exp_id 9 9 10 ARGS ARG1 exp_id=$chipRun.exp_id 10 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id 11 ARGS ARG2 chipRun.chip_id=$chipRun.chip_id 11 12 12 13 OP OP1 $rawExp.ra * 57.295783 … … 14 15 15 16 # field size format name show link to extras 16 FIELD chipRun.exp_id, 5, %d, Exp ID17 FIELD rawExp.exp_ name, 5, %s, Exp Name, value, rawImfile.php,ARG118 FIELD chipRun.chip_id, 7, %d, chip ID19 FIELD chipRun.state, 7, %s, state17 FIELD rawExp.exp_name, 10, %s, Exp Name 18 FIELD rawExp.exp_id, 5, %d, Exp ID, value, rawImfile.php, ARG1 19 FIELD chipRun.chip_id, 7, %d, Chip ID, value, chipProcessedImfile.php, ARG2 20 FIELD chipRun.state, 7, %s, State 20 21 FIELD rawExp.telescope, 10, %s, Telescope 21 22 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/chipPendingImfile.d
r18970 r19084 12 12 WHERE rawImfile.exp_id = rawExp.exp_id 13 13 14 15 ARGS ARG 1 exp_id=$chipRun.exp_id14 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id 15 ARGS ARG2 chipRun.chip_id=$chipRun.chip_id 16 16 17 17 OP OP1 $rawExp.ra * 57.295783 18 18 OP OP2 $rawExp.decl * 57.295783 19 19 20 # field size format name show link to extras 21 FIELD chipRun.exp_id, 5, %d, Exp ID 22 FIELD rawExp.exp_name, 5, %s, Exp Name, value, rawImfile.php, ARG1 20 # field size format name show link to extras 21 FIELD rawExp.exp_name, 10, %s, Exp Name 23 22 FIELD rawImfile.class_id, 8, %s, Class ID 24 FIELD chipRun.chip_id, 7, %d, chip ID 25 FIELD chipRun.state, 7, %s, state 23 FIELD rawExp.exp_id, 5, %d, Exp ID, value, rawImfile.php, ARG1 24 FIELD chipRun.chip_id, 7, %d, Chip ID, value, chipProcessedImfile.php, ARG2 25 FIELD chipRun.state, 7, %s, State 26 26 FIELD rawExp.telescope, 10, %s, Telescope 27 27 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/chipProcessedExp.d
r18722 r19084 8 8 WHERE chipRun.exp_id = rawExp.exp_id 9 9 10 ARGS ARG1 exp_id=$chipRun.exp_id10 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id 11 11 ARGS ARG2 chipRun.chip_id=$chipRun.chip_id 12 12 … … 15 15 16 16 # field size format name show link to extras 17 FIELD chipRun.exp_id, 5, %d, Exp ID, value, rawImfile.php, ARG118 FIELD rawExp.exp_ name, 5, %s, Exp Name, value, chipProcessedImfile.php, ARG219 FIELD chipRun.chip_id, 7, %d, chip ID20 FIELD chipRun.state, 7, %s, state17 FIELD rawExp.exp_name, 5, %s, Exp Name 18 FIELD rawExp.exp_id, 5, %d, Exp ID, value, rawImfile.php, ARG1 19 FIELD chipRun.chip_id, 7, %d, Chip ID, value, chipProcessedImfile.php, ARG2 20 FIELD chipRun.state, 7, %s, State 21 21 FIELD rawExp.telescope, 10, %s, Telescope 22 22 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/chipProcessedImfile.d
r18970 r19084 10 10 WHERE chipProcessedImfile.fault = 0 11 11 12 ARGS ARG1 exp_id=$chipRun.exp_id12 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id 13 13 14 14 ARGS ARG2 chipRun.chip_id=$chipRun.chip_id 15 ARGS ARG2 camera=$rawExp.camera 16 ARGS ARG2 basename=$chipProcessedImfile.path_base 17 ARGS ARG2 class=$chipProcessedImfile.class_id 15 16 ARGS ARG3 chipRun.chip_id=$chipRun.chip_id 17 ARGS ARG3 chipProcessedImfile.class_id=$chipProcessedImfile.class_id 18 ARGS ARG3 camera=$rawExp.camera 19 ARGS ARG3 basename=$chipProcessedImfile.path_base 20 ARGS ARG3 class=$chipProcessedImfile.class_id 18 21 19 22 OP OP1 $rawExp.ra * 57.295783 … … 21 24 22 25 # field size format name show link to extras 23 FIELD chipRun.exp_id, 5, %d, Exp ID, value, rawImfile.php, ARG124 FIELD rawExp.exp_name, 5, %s, Exp Name, value, chipProcessedImfile.php, ARG225 FIELD chipProcessedImfile.class_id, 8, %s, Class ID26 FIELD chipRun.chip_id, 7, %d, chip ID27 FIELD chipRun.state, 7, %s, state26 FIELD rawExp.exp_name, 10, %s, Exp Name 27 FIELD chipProcessedImfile.class_id, 8, %s, Class ID 28 FIELD rawExp.exp_id, 5, %d, Exp ID, value, rawImfile.php, ARG1 29 FIELD chipRun.chip_id, 7, %d, Chip ID, value, chipProcessedImfile.php, ARG2 30 FIELD chipRun.state, 7, %s, State, value, chipProcessedImfile.php, ARG3 28 31 FIELD rawExp.telescope, 10, %s, Telescope 29 32 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/chipProcessedImfile_failure.d
r18970 r19084 10 10 WHERE chipProcessedImfile.fault != 0 11 11 12 ARGS ARG1 exp_id=$chipRun.exp_id12 ARGS ARG1 rawImfile.exp_id=$chipRun.exp_id 13 13 14 14 ARGS ARG2 chipRun.chip_id=$chipRun.chip_id 15 ARGS ARG2 chipProcessedImfile.class_id=$chipProcessedImfile.class_id 16 ARGS ARG2 camera=$rawExp.camera 17 ARGS ARG2 basename=$chipProcessedImfile.path_base 18 ARGS ARG2 class=$chipProcessedImfile.class_id 15 16 ARGS ARG3 chipRun.chip_id=$chipRun.chip_id 17 ARGS ARG3 chipProcessedImfile.class_id=$chipProcessedImfile.class_id 18 ARGS ARG3 camera=$rawExp.camera 19 ARGS ARG3 basename=$chipProcessedImfile.path_base 20 ARGS ARG3 class=$chipProcessedImfile.class_id 19 21 20 22 OP OP1 $rawExp.ra * 57.295783 21 23 OP OP2 $rawExp.decl * 57.295783 22 24 23 # field size format name show link to extras 24 FIELD chipRun.exp_id, 5, %d, Exp ID, value, rawImfile.php, ARG1 25 FIELD rawExp.exp_name, 5, %s, Exp Name, value, chipProcessedImfile_failure.php, ARG2 25 # field size format name show link to extras 26 FIELD rawExp.exp_name, 5, %s, Exp Name 26 27 FIELD chipProcessedImfile.class_id, 8, %s, Class ID 27 FIELD chipRun.chip_id, 7, %d, chip ID 28 FIELD chipRun.state, 7, %s, state 28 FIELD rawExp.exp_id, 5, %d, Exp ID, value, rawImfile.php, ARG1 29 FIELD chipRun.chip_id, 7, %d, Chip ID, value, chipProcessedImfile_failure.php, ARG2 30 FIELD chipRun.state, 7, %s, State, value, chipProcessedImfile_failure.php, ARG3 29 31 FIELD rawExp.telescope, 10, %s, Telescope 30 32 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/chipStageExp.d
r18373 r19084 6 6 WHERE chipRun.exp_id = rawExp.exp_id 7 7 8 ARGS ARG1 exp_id=$chipRun.exp_id 8 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id 9 ARGS ARG2 chipRun.chip_id=$chipRun.chip_id 9 10 10 11 OP OP1 $rawExp.ra * 57.295783 11 12 OP OP2 $rawExp.decl * 57.295783 12 13 13 # field size format name show link to extras14 FIELD chipRun.exp_id, 5, %d, Exp ID15 FIELD rawExp.exp_ name, 5, %s, Exp Name, value, rawImfile.php,ARG116 FIELD chipRun.chip_id, 7, %d, chip ID17 FIELD chipRun.state, 7, %s, state14 # field size format name show link to extras 15 FIELD rawExp.exp_name, 5, %s, Exp Name 16 FIELD rawExp.exp_id, 5, %d, Exp ID, value, rawImfile.php, ARG1 17 FIELD chipRun.chip_id, 7, %d, Chip ID, value, chipProcessedImfile.php, ARG2 18 FIELD chipRun.state, 7, %s, State 18 19 FIELD rawExp.telescope, 10, %s, Telescope 19 20 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/rawExp.d
r18193 r19084 10 10 11 11 # field size format name show link to extras 12 FIELD exp_ id, 5, %d, Exp ID13 FIELD exp_ name, 10, %s, Exp Name,value, rawImfile.php, ARG112 FIELD exp_name, 10, %s, Exp Name 13 FIELD exp_id, 5, %d, Exp ID, value, rawImfile.php, ARG1 14 14 FIELD telescope, 10, %s, Telescope 15 15 FIELD camera, 10, %s, Camera -
trunk/ippMonitor/def/rawImfile.d
r18193 r19084 4 4 MENU ipp.imfiles.dat 5 5 6 HEAD PHP insert_backref ("rawExp.php", "exp_id", $ID['link']);6 # HEAD PHP insert_backref ("rawExp.php", "exp_id", $ID['link']); 7 7 8 8 OP OP1 $ra * 57.295783 9 9 OP OP2 $decl * 57.295783 10 10 11 # field size format name show link to extras 12 FIELD exp_id, 5, %d, Exp ID 13 FIELD exp_name, 5, %s, Exposure 14 FIELD telescope, 10, %s, Telescope 15 FIELD camera, 10, %s, Camera 16 FIELD class_id, 8, %s, Chip ID 17 FIELD exp_type, 8, %s, exp_type 18 FIELD dateobs, 19, %T, Date/Time 19 FIELD ra, 8, %10.6f, RA, op=OP1 20 FIELD decl, 8, %10.6f, DEC, op=OP2 21 FIELD object, 8, %s, object 22 FIELD filter, 10, %s, FILTER 23 FIELD airmass, 5, %.4f, airmass 24 FIELD exp_time, 5, %.2f, exp_time 25 FIELD ccd_temp, 5, %.2f, ccd_temp 26 FIELD bg, 8, %.2f, backgnd 27 FIELD bg_stdev, 8, %.2f, stdev 28 FIELD bg_mean_stdev, 8, %.2f, [stdev] 29 FIELD uri, 10, %s, uri 11 # field size format name show link to extras 12 FIELD rawImfile.exp_name, 5, %s, Exposure 13 FIELD rawImfile.class_id, 8, %s, Chip ID 14 FIELD rawImfile.exp_id, 5, %d, Exp ID 15 FIELD rawImfile.telescope, 10, %s, Telescope 16 FIELD rawImfile.camera, 10, %s, Camera 17 FIELD rawImfile.exp_type, 8, %s, exp_type 18 FIELD rawImfile.dateobs, 19, %T, Date/Time 19 FIELD rawImfile.ra, 8, %10.6f, RA, op=OP1 20 FIELD rawImfile.decl, 8, %10.6f, DEC, op=OP2 21 FIELD rawImfile.object, 8, %s, object 22 FIELD rawImfile.filter, 10, %s, FILTER 23 FIELD rawImfile.airmass, 5, %.4f, airmass 24 FIELD rawImfile.exp_time, 5, %.2f, exp_time 25 FIELD rawImfile.ccd_temp, 5, %.2f, ccd_temp 26 FIELD rawImfile.bg, 8, %.2f, backgnd 27 FIELD rawImfile.bg_stdev, 8, %.2f, stdev 28 FIELD rawImfile.bg_mean_stdev, 8, %.2f, [stdev] 29 FIELD rawImfile.uri, 10, %s, uri 30 30 31 # FIELD alt, 20, alt 31 # FIELD az, 20, az32 # FIELD az, 20, az 32 33 # FIELD posang, 20, posang 33 34 # FIELD object, 20, object -
trunk/ippMonitor/def/warpInputExp.d
r18193 r19084 2 2 TITLE warpInputExp 3 3 FILE warpInputExp.php 4 MENU ipp. warp.dat4 MENU ipp.science.dat 5 5 6 6 WHERE warpInputExp.cam_id = camProcessedExp.cam_id -
trunk/ippMonitor/def/warpRun.d
r15970 r19084 2 2 TITLE warpRun 3 3 FILE warpRun.php 4 MENU ipp. warp.dat4 MENU ipp.science.dat 5 5 6 6 # field size format name show link to extras -
trunk/ippMonitor/def/warpSkycellMap.d
r18193 r19084 2 2 TITLE warpSkyCellMap 3 3 FILE warpSkycellMap.php 4 MENU ipp. warp.dat4 MENU ipp.science.dat 5 5 6 6 WHERE warpSkyCellMap.warp_id = warpRun.warp_id -
trunk/ippMonitor/def/warpSkyfile.d
r15970 r19084 2 2 TITLE warpSkyfile 3 3 FILE warpSkyfile.php 4 MENU ipp. warp.dat4 MENU ipp.science.dat 5 5 6 6 # field size format name show link to extras -
trunk/ippMonitor/raw/ipp.science.dat
r18340 r19084 21 21 menutop | menutop | link | Detrend Steps | ipp.detrend.php 22 22 menutops | menutops | link | Science Steps | ipp.science.php 23 menutop | menutop | link | Warp Steps | ipp.warp.php24 23 menutop | menutop | link | Stack Steps | ipp.stack.php 25 24 menutop | menutop | link | Diff Steps | ipp.diff.php … … 41 40 menulink | menuselect | link | Cam Proc. Exp w/ Images | camProcessedExp.php 42 41 menulink | menuselect | link | Cam Failed Exp | camProcessedExp_failure.php 42 menulink | menuselect | link | Cam Processed Imfiles | camProcessedImfile.php 43 43 44 44 menutop | menutop | plain | | 45 menutop | menutop | plain | Fake Stage (missing) | 45 menulink | menuselect | link | Fake-Stage Exp | fakeStageExp.php 46 menulink | menuselect | link | Fake Pending Exp | fakePendingExp.php 47 menulink | menuselect | link | Fake Processed Exp | fakeProcessedExp.php 48 menulink | menuselect | link | Fake Pending Imfiles | fakePendingImfile.php 49 menulink | menuselect | link | Fake Processed Imfiles | fakeProcessedImfile.php 50 menulink | menuselect | link | Fake Failed Imfiles | fakeProcessedImfile_failure.php 46 51 47 52 menutop | menutop | plain | | 48 menutop | menuselect | plain | Imfile Tables | 53 menulink | menuselect | link | Warp Stage Exp | warpStageExp.php 54 menulink | menuselect | link | Warp Stage Skyfiles | warpStageSkyfiles.php 55 menulink | menuselect | link | Warp Skyfile Inputs | warpStageSkyfileInputs.php 56 menulink | menuselect | link | Warp Processed Skyfiles | warpProcessedSkyfiles.php 57 menulink | menuselect | link | Warp Failed Skyfiles | warpFailedSkyfiles.php
Note:
See TracChangeset
for help on using the changeset viewer.
