Changeset 14044
- Timestamp:
- Jul 6, 2007, 11:44:02 AM (19 years ago)
- Location:
- trunk/ippMonitor/def
- Files:
-
- 26 edited
-
camPendingExp.d (modified) (1 diff)
-
camProcessedExp.d (modified) (2 diffs)
-
chipPendingExp.d (modified) (1 diff)
-
chipPendingImfile.d (modified) (1 diff)
-
chipProcessedExp.d (modified) (1 diff)
-
chipProcessedImfile.d (modified) (1 diff)
-
detInputExp.d (modified) (2 diffs)
-
detProcessedExp.d (modified) (3 diffs)
-
detProcessedImfile.d (modified) (1 diff)
-
detResidExp.d (modified) (3 diffs)
-
detResidImfile.d (modified) (1 diff)
-
guidePendingExp.d (modified) (1 diff)
-
newExp.d (modified) (1 diff)
-
newImfile.d (modified) (1 diff)
-
pzPendingExp.d (modified) (1 diff)
-
pzPendingImfile.d (modified) (1 diff)
-
rawDetrendExp.d (modified) (1 diff)
-
rawDetrendExp_detrend.d (modified) (1 diff)
-
rawExp_failed.d (modified) (2 diffs)
-
rawImfile.d (modified) (1 diff)
-
rawImfile_failed.d (modified) (1 diff)
-
rawScienceExp.d (modified) (1 diff)
-
rawUnknownExp.d (modified) (2 diffs)
-
summitExp.d (modified) (1 diff)
-
warpInputExp.d (modified) (1 diff)
-
warpSkycellMap.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/camPendingExp.d
r13264 r14044 6 6 WHERE camPendingExp.chip_id = chipProcessedExp.chip_id 7 7 8 ARGS ARG1 chipProcessedExp.exp_ tag=$chipProcessedExp.exp_tag8 ARGS ARG1 chipProcessedExp.exp_id=$chipProcessedExp.exp_id 9 9 10 10 # field size name show link to extras 11 FIELD chipProcessedExp.exp_ tag, 20, exposure ID, value, chipProcessedImfile.php, ARG111 FIELD chipProcessedExp.exp_id, 20, exposure ID, value, chipProcessedImfile.php, ARG1 12 12 FIELD camPendingExp.chip_id, 20, chip ID, value, chipProcessedExp.php, ARG1 13 13 FIELD camPendingExp.cam_id, 20, cam ID -
trunk/ippMonitor/def/camProcessedExp.d
r13770 r14044 5 5 6 6 WHERE camProcessedExp.chip_id = chipProcessedExp.chip_id 7 WHERE chipProcessedExp.exp_ tag = rawExp.exp_tag7 WHERE chipProcessedExp.exp_id = rawExp.exp_id 8 8 9 9 # define image names to be used below … … 14 14 ARGS ARG1 camera=$rawExp.camera 15 15 ARGS ARG1 basename=$camProcessedExp.path_base 16 ARGS ARG1 exp_ tag=$chipProcessedExp.exp_tag16 ARGS ARG1 exp_id=$chipProcessedExp.exp_id 17 17 18 18 # field size name show link to extras 19 FIELD chipProcessedExp.exp_ tag, 15, Exposure,value19 FIELD chipProcessedExp.exp_id, 5, Exp ID, value 20 20 FIELD *, 8, image, image=JPEG, chipProcessedImfile.php, ARG1 21 21 FIELD camProcessedExp.bg, 8, backgnd, value -
trunk/ippMonitor/def/chipPendingExp.d
r14014 r14044 5 5 6 6 # limit this table to non-OBJECT types of images 7 WHERE chipPendingExp.exp_ tag = rawExp.exp_tag7 WHERE chipPendingExp.exp_id = rawExp.exp_id 8 8 9 ARGS ARG1 exp_ tag=$exp_tag9 ARGS ARG1 exp_id=$exp_id 10 10 11 11 # field size name show link to extras 12 12 FIELD chipPendingExp.chip_id, 7, chip ID 13 FIELD chipPendingExp.exp_ tag, 20, exposure ID, value, rawImfile.php, ARG113 FIELD chipPendingExp.exp_id, 5, exposure ID, value, rawImfile.php, ARG1 14 14 FIELD rawExp.telescope, 10, Telescope 15 15 FIELD rawExp.camera, 10, Camera -
trunk/ippMonitor/def/chipPendingImfile.d
r12081 r14044 4 4 MENU ipp.imfiles.dat 5 5 6 # field name show link to extras7 FIELD exp_ tag, 20, exposure Tag8 FIELD class_id, 20, class ID9 FIELD uri, 20, URI10 FIELD recipe, 20, recipe11 FIELD guide_version, 20, guide version12 FIELD chip_version, 20, chip version6 # field size name show link to extras 7 FIELD exp_id, 5, Exp ID 8 FIELD class_id, 5, Class ID 9 FIELD uri, 5, URI 10 FIELD recipe, 5, recipe 11 FIELD guide_version, 5, guide version 12 FIELD chip_version, 5, chip version -
trunk/ippMonitor/def/chipProcessedExp.d
r13264 r14044 4 4 MENU ipp.science.dat 5 5 6 ARGS ARG1 exp_ tag=$exp_tag6 ARGS ARG1 exp_id=$exp_id 7 7 8 8 # field size name show link to extras 9 FIELD exp_ tag, 20, exposure ID,value, chipProcessedImfile.php, ARG19 FIELD exp_id, 20, Exp ID, value, chipProcessedImfile.php, ARG1 10 10 FIELD chip_id, 20, Chip ID 11 11 FIELD guide_id, 20, guide ID, value, guideProcessedExp.php, ARG1 -
trunk/ippMonitor/def/chipProcessedImfile.d
r13282 r14044 7 7 8 8 # field size name show link to extras 9 FIELD chipProcessedExp.exp_ tag, 15, Exposure9 FIELD chipProcessedExp.exp_id, 15, Exposure 10 10 FIELD chipProcessedImfile.class_id, 8, Chip ID 11 11 FIELD chipProcessedImfile.bg, 8, backgnd -
trunk/ippMonitor/def/detInputExp.d
r13725 r14044 5 5 6 6 # limit this table to non-OBJECT types of images 7 WHERE detInputExp.exp_ tag = rawExp.exp_tag7 WHERE detInputExp.exp_id = rawExp.exp_id 8 8 9 ARGS ARG1 rawImfile.exp_ tag=$detInputExp.exp_tag9 ARGS ARG1 rawImfile.exp_id=$detInputExp.exp_id 10 10 11 ARGS ARG2 detResidImfile.exp_ tag=$detInputExp.exp_tag11 ARGS ARG2 detResidImfile.exp_id=$detInputExp.exp_id 12 12 ARGS ARG2 detResidImfile.det_id=$detInputExp.det_id 13 13 ARGS ARG2 detResidImfile.iteration=$detInputExp.iteration 14 14 15 ARGS ARG2 detProcessedImfile.exp_ tag=$detInputExp.exp_tag15 ARGS ARG2 detProcessedImfile.exp_id=$detInputExp.exp_id 16 16 ARGS ARG2 detProcessedImfile.det_id=$detInputExp.det_id 17 17 ARGS ARG2 detProcessedImfile.iteration=$detInputExp.iteration … … 22 22 23 23 # field width name show link to extras 24 FIELD detInputExp.det_id, 7, det_id 25 FIELD detInputExp.iteration, 5, iteration 26 FIELD detInputExp.exp_tag, 20, exposure, value, rawImfile.php, ARG1 27 FIELD detInputExp.include, 7, include 24 FIELD detInputExp.det_id, 7, Det ID 25 FIELD detInputExp.iteration, 5, iteration 26 FIELD detInputExp.exp_id, 5, Exp ID, value, rawImfile.php, ARG1 27 FIELD rawExp.exp_name, 5, Exp Name, value, rawImfile.php, ARG1 28 FIELD detInputExp.include, 7, include 28 29 FIELD rawExp.telescope, 10, Telescope 29 30 FIELD rawExp.camera, 10, Camera -
trunk/ippMonitor/def/detProcessedExp.d
r13595 r14044 5 5 6 6 # the following WHERE clauses are added to all queries joined by AND 7 WHERE detProcessedExp.exp_ tag = rawExp.exp_tag7 WHERE detProcessedExp.exp_id = rawExp.exp_id 8 8 9 9 # define image names to be used below … … 12 12 13 13 ARGS ARG1 det_id=$detProcessedExp.det_id 14 ARGS ARG1 exp_ tag=$detProcessedExp.exp_tag14 ARGS ARG1 exp_id=$detProcessedExp.exp_id 15 15 ARGS ARG1 camera=$rawExp.camera 16 16 ARGS ARG1 basename=$detProcessedExp.path_base … … 21 21 FIELD detProcessedExp.det_id, 7, Det ID, value 22 22 FIELD rawExp.camera, 10, camera, value 23 FIELD detProcessedExp.exp_tag, 15, Exposure, value 23 FIELD detProcessedExp.exp_id, 5, Exp ID, value 24 FIELD rawExp.exp_name, 5, Exp Name, value 24 25 FIELD *, 8, image, image=JPEG2, detProcessedImfile.php, ARG1 25 26 FIELD detProcessedExp.bg, 8, backgnd, value -
trunk/ippMonitor/def/detProcessedImfile.d
r13692 r14044 1 TABLE detProcessedImfile 1 TABLE detProcessedImfile, rawExp 2 2 TITLE detProcessedImfile 3 3 FILE detProcessedImfile.php 4 4 MENU ipp.imfiles.dat 5 5 6 # field size name show link to extras 7 FIELD det_id, 7, Det ID 8 FIELD exp_tag, 15, Exposure 9 FIELD class_id, 8, Chip ID 10 FIELD bg, 8, backgnd 11 FIELD bg_stdev, 8, stdev 12 FIELD bg_mean_stdev, 8, [stdev] 13 # FIELD recipe, 10, recipe 14 # FIELD uri, 20, uri 15 # FIELD path_base, 20, path_base 6 # the following WHERE clauses are added to all queries joined by AND 7 WHERE detResidExp.exp_id = rawExp.exp_id 8 9 # field size name show link to extras 10 FIELD detProcessedImfile.det_id, 7, Det ID 11 FIELD detProcessedImfile.exp_id, 5, Exp ID 12 FIELD rawExp.exp_name, 5, Exp Name 13 FIELD detProcessedImfile.class_id, 8, Chip ID 14 FIELD detProcessedImfile.bg, 8, backgnd 15 FIELD detProcessedImfile.bg_stdev, 8, stdev 16 FIELD detProcessedImfile.bg_mean_stdev, 8, [stdev] 17 FIELD detProcessedImfile.path_base, 5, path_base 16 18 17 19 TAIL PHP insert_image ('PPIMAGE.JPEG1'); -
trunk/ippMonitor/def/detResidExp.d
r13978 r14044 5 5 6 6 # the following WHERE clauses are added to all queries joined by AND 7 WHERE detResidExp.exp_ tag = rawExp.exp_tag7 WHERE detResidExp.exp_id = rawExp.exp_id 8 8 9 9 # define image names to be used below … … 12 12 13 13 # define the arguments supplied to the links below (if any) 14 ARGS ARG1 exp_ tag=$detResidExp.exp_tag14 ARGS ARG1 exp_id=$detResidExp.exp_id 15 15 16 16 ARGS ARG2 det_id=$detResidExp.det_id 17 17 ARGS ARG2 iteration=$detResidExp.iteration 18 ARGS ARG2 exp_ tag=$detResidExp.exp_tag18 ARGS ARG2 exp_id=$detResidExp.exp_id 19 19 ARGS ARG2 camera=$rawExp.camera 20 20 ARGS ARG2 basename=$detResidExp.path_base … … 25 25 FIELD detResidExp.det_id, 7, Det ID, value 26 26 FIELD rawExp.camera, 10, camera, value 27 FIELD detResidExp.exp_tag, 15, Exposure, value, rawImfile.php, ARG1 27 FIELD detResidExp.exp_id, 5, Exp ID, value, rawImfile.php, ARG1 28 FIELD rawExp.exp_name, 5, Exp Name, value, rawImfile.php, ARG1 28 29 FIELD detResidExp.iteration, 5, iter, value 29 30 FIELD *, 8, image, image=JPEG2, detResidImfile.php, ARG2 -
trunk/ippMonitor/def/detResidImfile.d
r13692 r14044 1 TABLE detResidImfile 1 TABLE detResidImfile, rawExp 2 2 TITLE detResidImfile 3 3 FILE detResidImfile.php 4 4 MENU ipp.imfiles.dat 5 5 6 # field size name show link to extras 7 FIELD det_id, 7, Det ID 8 FIELD exp_tag, 15, Exposure 9 FIELD class_id, 8, Chip ID 10 FIELD bg, 8, backgnd 11 FIELD bg_stdev, 8, bg stdev 12 FIELD bg_mean_stdev, 8, [stdev] 13 FIELD iteration, 5, iter 14 # FIELD uri, 20, uri 15 # FIELD recipe, 20, recipe 16 FIELD path_base, 20, path_base 6 # the following WHERE clauses are added to all queries joined by AND 7 WHERE detResidExp.exp_id = rawExp.exp_id 8 9 # field size name show link to extras 10 FIELD detResidImfile.det_id, 7, Det ID 11 FIELD detResidImfile.exp_id, 5, Exp ID 12 FIELD rawExp.exp_name, 5, Exp Name 13 FIELD detResidImfile.class_id, 8, Chip ID 14 FIELD detResidImfile.bg, 8, backgnd 15 FIELD detResidImfile.bg_stdev, 8, bg stdev 16 FIELD detResidImfile.bg_mean_stdev, 8, [stdev] 17 FIELD detResidImfile.iteration, 5, iter 18 FIELD detResidImfile.path_base, 5, path_base 17 19 18 20 TAIL PHP insert_image ('PPIMAGE.JPEG1'); -
trunk/ippMonitor/def/guidePendingExp.d
r13264 r14044 4 4 MENU ipp.science.dat 5 5 6 ARGS ARG1 exp_ tag=$exp_tag6 ARGS ARG1 exp_id=$exp_id 7 7 8 # field name show link to extras 9 FIELD exp_tag, 20, exposure ID, value, rawImfile.php, ARG1 10 FIELD recipe, 20, recipe 11 FIELD guide_version, 20, guide version 8 # field size name show link to extras 9 FIELD exp_id, 5, Exp ID, value, rawImfile.php, ARG1 10 FIELD exp_name, 5, Exp Name, value, rawImfile.php, ARG1 11 FIELD recipe, 5, recipe 12 FIELD guide_version, 5, guide version -
trunk/ippMonitor/def/newExp.d
r11490 r14044 4 4 MENU ipp.copy.dat 5 5 6 WHERE state != 'stop' 7 6 8 # field name show link to extras 7 FIELD exp_id, 20, exposure ID8 FIELD exp_tag, 20, exposure Tag9 FIELD camera, 20, camera10 FIELD t elescope, 20, telescope11 FIELD imfiles, 20, N imfiles9 FIELD exp_id, 5, exposure ID 10 FIELD tmp_exp_name, 10, exposure Name 11 FIELD tmp_camera, 5, camera 12 FIELD tmp_telescope, 5, telescope 13 FIELD state, 5, state -
trunk/ippMonitor/def/newImfile.d
r9323 r14044 5 5 6 6 # field name show link to extras 7 FIELD exp_tag, 20, exposure Tag 8 FIELD class, 20, class 9 FIELD class_id, 20, class ID 10 FIELD uri, 20, URI 7 FIELD exp_id, 5, exposure ID 8 FIELD tmp_class_id, 5, class ID 9 FIELD uri, 5, URI -
trunk/ippMonitor/def/pzPendingExp.d
r12082 r14044 4 4 MENU ipp.copy.dat 5 5 6 # field name show link to extras7 FIELD exp_ id, 20, exposures ID8 FIELD camera, 20, camera9 FIELD telescope, 20, telescope6 # field size name show link to extras 7 FIELD exp_name, 5, exposures ID 8 FIELD camera, 5, camera 9 FIELD telescope, 5, telescope -
trunk/ippMonitor/def/pzPendingImfile.d
r12082 r14044 5 5 6 6 # field name show link to extras 7 FIELD exp_id, 20, exposure ID 8 FIELD camera, 20, camera 9 FIELD telescope, 20, telescope 10 FIELD class, 20, class 11 FIELD class_id, 20, class ID 7 FIELD exp_id, 5, Exp ID 8 FIELD exp_name, 5, Exp Name 9 FIELD camera, 5, camera 10 FIELD telescope, 5, telescope 11 FIELD class, 5, class 12 FIELD class_id, 5, class ID -
trunk/ippMonitor/def/rawDetrendExp.d
r13605 r14044 7 7 WHERE rawExp.exp_type != 'OBJECT' 8 8 9 ARGS ARG1 exp_ tag=$exp_tag9 ARGS ARG1 exp_id=$exp_id 10 10 11 # field name show link to extras 12 FIELD exp_tag, 10, exposure ID, value, rawImfile.php, ARG1 11 # field size name show link to extras 12 FIELD exp_id, 5, Exp ID 13 FIELD exp_name, 10, Exp Name, value, rawImfile.php, ARG1 13 14 FIELD telescope, 10, Telescope 14 15 FIELD camera, 10, Camera -
trunk/ippMonitor/def/rawDetrendExp_detrend.d
r13725 r14044 7 7 WHERE rawExp.exp_type != 'OBJECT' 8 8 9 ARGS ARG1 exp_ tag=$exp_tag9 ARGS ARG1 exp_id=$exp_id 10 10 11 11 # field size name show link to extras 12 FIELD exp_tag, 10, exposure ID, value, rawImfile.php, ARG1 12 FIELD exp_id, 5, Exp ID 13 FIELD exp_name, 10, Exp Name, value, rawImfile.php, ARG1 13 14 FIELD telescope, 10, Telescope 14 15 FIELD camera, 10, Camera -
trunk/ippMonitor/def/rawExp_failed.d
r11491 r14044 1 1 TABLE rawExp 2 TITLE Raw DetrendExposures2 TITLE Failed Raw Exposures 3 3 FILE rawExp_failed.php 4 4 MENU ipp.copy.dat … … 7 7 WHERE fault > 0 8 8 9 # field name show link to extras 10 FIELD exp_tag, 10, exposure ID, value, rawImfile.php, exp_tag=$exp_tag 9 ARGS ARG1 exp_id=$exp_id 10 11 # field size name show link to extras 12 FIELD exp_id, 5, Exp ID 13 FIELD exp_name, 10, Exp Name, value, rawImfile.php, ARG1 11 14 FIELD telescope, 10, Telescope 12 15 FIELD camera, 10, Camera -
trunk/ippMonitor/def/rawImfile.d
r11490 r14044 4 4 MENU ipp.imfiles.dat 5 5 6 HEAD PHP insert_backref ("raw UnknownExp.php", "exp_tag", $ID['link']);6 HEAD PHP insert_backref ("rawExp.php", "exp_id", $ID['link']); 7 7 8 8 # field name show link to extras 9 FIELD exp_tag, 15, Exposure 9 FIELD exp_id, 5, Exp ID 10 FIELD exp_name, 5, Exposure 10 11 FIELD class_id, 8, Chip ID 11 12 FIELD bg, 8, backgnd -
trunk/ippMonitor/def/rawImfile_failed.d
r11491 r14044 1 1 TABLE rawImfile 2 TITLE Raw Image File2 TITLE Failed Raw Image Files 3 3 FILE rawImfile.php 4 4 MENU ipp.copy.dat 5 5 6 HEAD PHP insert_backref ("raw UnknownExp.php", "exp_tag", $ID['link']);6 HEAD PHP insert_backref ("rawExp.php", "exp_id", $ID['link']); 7 7 WHERE fault > 0 8 8 9 9 # field name show link to extras 10 FIELD exp_tag, 15, Exposure 10 FIELD exp_id, 5, Exp ID 11 FIELD exp_name, 5, Exposure 11 12 FIELD class_id, 8, Chip ID 12 13 FIELD bg, 8, backgnd -
trunk/ippMonitor/def/rawScienceExp.d
r13264 r14044 7 7 WHERE rawExp.exp_type = 'OBJECT' 8 8 9 ARGS ARG1 exp_tag=$exp_tag 10 ARGS ARG1 camera=$camera 11 ARGS ARG1 foo=bar 9 ARGS ARG1 exp_id=$exp_id 12 10 13 11 # field size name show link to extras 14 FIELD exp_tag, 10, exposure Tag, value, rawImfile.php, ARG1 15 FIELD telescope, 10, Telescope, value, telescopes.php 12 FIELD exp_id, 5, Exp ID 13 FIELD exp_name, 10, Exp Name, value, rawImfile.php, ARG1 14 FIELD telescope, 10, Telescope 16 15 FIELD camera, 10, Camera 17 16 FIELD exp_type, 8, Type -
trunk/ippMonitor/def/rawUnknownExp.d
r13264 r14044 1 1 TABLE rawExp 2 TITLE Raw DetrendExposures3 FILE raw DetrendExp.php2 TITLE Raw Unknown Exposures 3 FILE rawUnknownExp.php 4 4 MENU ipp.copy.dat 5 5 … … 7 7 WHERE rawExp.exp_type is NULL 8 8 9 ARGS ARG1 exp_ tag=$exp_tag9 ARGS ARG1 exp_id=$exp_id 10 10 11 11 # field size name show link to extras 12 FIELD exp_tag, 10, exposure ID, value, rawImfile.php, ARG1 12 FIELD exp_id, 5, Exp ID 13 FIELD exp_name, 10, Exp Name, value, rawImfile.php, ARG1 13 14 FIELD telescope, 10, Telescope 14 15 FIELD camera, 10, Camera -
trunk/ippMonitor/def/summitExp.d
r9009 r14044 4 4 MENU ipp.copy.dat 5 5 6 # field name show link to extras 7 FIELD exp_id, 20, exposure ID 8 FIELD camera, 20, camera 9 FIELD telescope, 20, telescope 10 FIELD exp_type, 20, type 11 FIELD uri, 20, URI 6 # field size, name show link to extras 7 FIELD exp_name, 5, exposure ID 8 FIELD camera, 5, camera 9 FIELD telescope, 5, telescope 10 FIELD dateobs, 5, date/time 11 FIELD exp_type, 5, type 12 FIELD uri, 5, URI -
trunk/ippMonitor/def/warpInputExp.d
r12835 r14044 7 7 WHERE camProcessedExp.chip_id = chipProcessedExp.chip_id 8 8 9 # field size name show link to extras 10 FIELD warpInputExp.warp_id, 20, warp ID 11 FIELD chipProcessedExp.exp_tag, 20, exp tag 12 FIELD chipProcessedExp.chip_id, 20, chip ID 13 FIELD camProcessedExp.cam_id, 20, cam ID 9 # field size name show link to extras 10 FIELD warpInputExp.warp_id, 5, warp ID 11 FIELD chipProcessedExp.exp_id, 5, Exp ID 12 FIELD chipProcessedExp.exp_name, 5, Exp Name 13 FIELD chipProcessedExp.chip_id, 5, chip ID 14 FIELD camProcessedExp.cam_id, 5, cam ID 14 15 FIELD magiced, 5, magic? -
trunk/ippMonitor/def/warpSkycellMap.d
r12835 r14044 8 8 9 9 # field size name show link to extras 10 FIELD warpSkyCellMap.warp_id, 20, warp ID 11 FIELD warpSkyCellMap.skycell_id, 20, skycell ID 12 FIELD warpSkyCellMap.tess_id, 20, tessellation ID 13 FIELD chipProcessedExp.exp_tag, 20, exposure tag 14 FIELD warpSkyCellMap.class_id, 20, class ID 10 FIELD warpSkyCellMap.warp_id, 5, Warp ID 11 FIELD warpSkyCellMap.skycell_id, 5, Skycell ID 12 FIELD warpSkyCellMap.tess_id, 5, Tessellation ID 13 FIELD chipProcessedExp.exp_id, 5, Exp ID 14 FIELD chipProcessedExp.exp_name, 5, Exp Name 15 FIELD warpSkyCellMap.class_id, 5, Class ID
Note:
See TracChangeset
for help on using the changeset viewer.
