Changeset 12835 for trunk/ippMonitor/def
- Timestamp:
- Apr 16, 2007, 3:21:41 PM (19 years ago)
- Location:
- trunk/ippMonitor/def
- Files:
-
- 11 edited
-
camPendingExp.d (modified) (1 diff)
-
camProcessedExp.d (modified) (1 diff)
-
chipPendingExp.d (modified) (1 diff)
-
chipProcessedExp.d (modified) (1 diff)
-
chipProcessedImfile.d (modified) (1 diff)
-
detNormalizedExp.d (modified) (1 diff)
-
detProcessedExp.d (modified) (1 diff)
-
detResidExp.d (modified) (1 diff)
-
detRun.d (modified) (1 diff)
-
warpInputExp.d (modified) (1 diff)
-
warpSkycellMap.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/camPendingExp.d
r12081 r12835 1 TABLE camPendingExp 2 TITLE camPendingExp1 TABLE camPendingExp, chipProcessedExp 2 TITLE Camera Pending 3 3 FILE camPendingExp.php 4 4 MENU ipp.science.dat 5 5 6 # field name show link to extras 7 FIELD exp_tag, 20, exposure ID, value, chipProcessedImfile.php, exp_tag=$exp_tag 8 FIELD chip_version, 20, chip version, value, chipProcessedExp.php, exp_tag=$exp_tag 9 FIELD cam_version, 20, cam version 6 WHERE camPendingExp.chip_id = chipProcessedExp.chip_id 7 8 # field size name show link to extras 9 FIELD chipProcessedExp.exp_tag, 20, exposure ID, value, chipProcessedImfile.php, chipProcessedExp.exp_tag=$chipProcessedExp.exp_tag 10 FIELD camPendingExp.chip_id, 20, chip ID, value, chipProcessedExp.php, exp_tag=$chipProcessedExp.exp_tag 11 FIELD camPendingExp.cam_id, 20, cam ID -
trunk/ippMonitor/def/camProcessedExp.d
r12081 r12835 1 TABLE camProcessedExp 2 TITLE camProcessedExp1 TABLE camProcessedExp, chipProcessedExp 2 TITLE Camera-Level Processed Exposures 3 3 FILE camProcessedExp.php 4 4 MENU ipp.science.dat 5 5 6 # field size name show link to extras 7 FIELD exp_tag, 15, Exposure, value 8 FIELD image, 8, image, image=$path_base@PPIMAGE.JPEG2, chipProcessedImfile.php, exp_tag=$exp_tag,image=$path_base@PPIMAGE.JPEG1 9 FIELD bg, 8, backgnd, value 10 FIELD bg_mean_stdev, 8, [stdev], value 11 FIELD bg_stdev, 8, stdev, value 12 FIELD path_base, 20, path_base, none 13 #FIELD recipe, 15, Recipe, value 6 WHERE camProcessedExp.chip_id = chipProcessedExp.chip_id 7 8 # field size name show link to extras 9 FIELD chipProcessedExp.exp_tag, 15, Exposure, value 10 FIELD *, 8, image, image=$camProcessedExp.path_base@PPIMAGE.JPEG2, chipProcessedImfile.php, exp_tag=$chipProcessedExp.exp_tag,image=$$camProcessedExp.path_base@PPIMAGE.JPEG1 11 FIELD camProcessedExp.bg, 8, backgnd, value 12 FIELD camProcessedExp.bg_mean_stdev, 8, [stdev], value 13 FIELD camProcessedExp.bg_stdev, 8, stdev, value 14 FIELD camProcessedExp.path_base, 20, path_base, value 15 FIELD camProcessedExp.uri, 20, uri, value -
trunk/ippMonitor/def/chipPendingExp.d
r12081 r12835 4 4 MENU ipp.science.dat 5 5 6 # field name show link to extras7 FIELD exp_tag, 20, exposure ID, value, rawImfile.php, exp_tag=$exp_tag8 FIELD recipe, 20, recipe9 FIELD guide_version, 20, guide version10 FIELD chip_version, 20, chip version6 # field size name show link to extras 7 FIELD chip_id, 20, chip ID 8 FIELD exp_tag, 20, exposure ID, value, rawImfile.php, exp_tag=$exp_tag 9 FIELD recipe, 20, recipe 10 FIELD guide_id, 20, guide ID -
trunk/ippMonitor/def/chipProcessedExp.d
r12081 r12835 4 4 MENU ipp.science.dat 5 5 6 # field name show link to extras 7 FIELD exp_tag, 20, exposure ID, value, chipProcessedImfile.php, exp_tag=$exp_tag 8 FIELD guide_version, 20, guide version, value, guidePendingExp.php exp_tag=$exp_tag 9 FIELD chip_version, 20, chip version 6 # field name show link to extras 7 FIELD exp_tag, 20, exposure ID, value, chipProcessedImfile.php, exp_tag=$exp_tag 8 FIELD chip_id, 20, Chip ID 9 FIELD guide_id, 20, guide ID, value, guideProcessedExp.php, exp_tag=$exp_tag 10 FIELD label, 20, label 11 FIELD workdir, 20, workdir -
trunk/ippMonitor/def/chipProcessedImfile.d
r12081 r12835 1 TABLE chipProcessedImfile 1 TABLE chipProcessedImfile, chipProcessedExp 2 2 TITLE chipProcessedImfile 3 3 FILE chipProcessedImfile.php 4 4 MENU ipp.imfiles.dat 5 5 6 # field size name show link to extras 7 FIELD exp_tag, 15, Exposure 8 FIELD class_id, 8, Chip ID 9 FIELD bg, 8, backgnd 10 FIELD bg_mean_stdev, 8, [stdev] 11 FIELD bg_stdev, 8, stdev 12 #FIELD guide_version, 20, guide version 13 #FIELD chip_version, 20, chip version 14 #FIELD recipe, 20, recipe 15 #FIELD uri, 20, URI 16 #FIELD path_base, 20, URI path base 6 WHERE chipProcessedImfile.chip_id = chipProcessedExp.chip_id 7 8 # field size name show link to extras 9 FIELD chipProcessedExp.exp_tag, 15, Exposure 10 FIELD chipProcessedImfile.class_id, 8, Chip ID 11 FIELD chipProcessedImfile.bg, 8, backgnd 12 FIELD chipProcessedImfile.bg_mean_stdev, 8, [stdev] 13 FIELD chipProcessedImfile.bg_stdev, 8, stdev 17 14 18 15 TAIL PHP insert_image ('image'); -
trunk/ippMonitor/def/detNormalizedExp.d
r12080 r12835 10 10 FIELD bg_stdev, 8, stdev 11 11 FIELD iteration, 5, iteration 12 FIELD image,8, image, image=$path_base@PPIMAGE.JPEG2, detNormalizedImfile.php, det_id=$det_id,iteration=$iteration,image=$path_base@PPIMAGE.JPEG113 #FIELD path_base, 20, path_base12 FIELD *, 8, image, image=$path_base@PPIMAGE.JPEG2, detNormalizedImfile.php, det_id=$det_id,iteration=$iteration,image=$path_base@PPIMAGE.JPEG1 13 FIELD path_base, 20, path_base, none 14 14 #FIELD recipe, 20, recipe -
trunk/ippMonitor/def/detProcessedExp.d
r12080 r12835 7 7 FIELD det_id, 7, Det ID, value 8 8 FIELD exp_tag, 15, Exposure, value 9 FIELD image, 8, image, image=$path_base@PPIMAGE.JPEG2, detProcessedImfile.php, det_id=$det_id,exp_tag=$exp_tag,image=$path_base@PPIMAGE.JPEG19 FIELD *, 8, image, image=$path_base@PPIMAGE.JPEG2, detProcessedImfile.php, det_id=$det_id,exp_tag=$exp_tag,image=$path_base@PPIMAGE.JPEG1 10 10 FIELD bg, 8, backgnd, value 11 11 FIELD bg_mean_stdev, 8, [stdev], value -
trunk/ippMonitor/def/detResidExp.d
r12080 r12835 7 7 FIELD det_id, 7, Det ID, value 8 8 FIELD exp_tag, 15, Exposure, value, rawImfile.php, exp_tag=$exp_tag 9 FIELD image, 8, image, image=$path_base@PPIMAGE.JPEG2, detResidImfile.php, det_id=$det_id,iteration=$iteration,exp_tag=$exp_tag,image=$path_base@PPIMAGE.JPEG110 9 FIELD bg, 8, backgnd, value 11 10 FIELD bg_mean_stdev, 8, [stdev] 12 11 FIELD bg_stdev, 8, stdev, value 13 12 FIELD iteration, 5, iter, value 13 FIELD *, 8, image, image=$path_base@PPIMAGE.JPEG2, detResidImfile.php, det_id=$det_id,iteration=$iteration,exp_tag=$exp_tag,image=$path_base@PPIMAGE.JPEG1 14 14 FIELD accept, 4, keep, value 15 15 FIELD path_base, 20, path_base, none -
trunk/ippMonitor/def/detRun.d
r10963 r12835 5 5 6 6 # field width name show link to extras 7 FIELD det_id, 7, det ID, value, detRunSummary.php, det_id=$det_id 8 FIELD iteration, 5, iteration 9 FIELD det_type, 8, det_type 10 FIELD state, 5, state 11 FIELD mode, 5, mode 12 FIELD exp_type, 8, exp_type (drop) 13 FIELD filter, 10, filter 14 FIELD airmass, 10, airmass 15 FIELD exp_time, 10, exp_time 16 FIELD ccd_temp, 10, ccd_temp 17 FIELD posang, 10, posang 18 FIELD object, 10, object 19 FIELD registered, 10, registered 20 FIELD use_begin, 10, use_begin 21 FIELD use_end, 10, use_end 7 FIELD det_id, 7, det ID, value, detRunSummary.php, det_id=$det_id 8 FIELD iteration, 5, iteration 9 FIELD det_type, 8, det_type 10 FIELD state, 5, state 11 FIELD mode, 5, mode 12 FIELD filter, 10, filter 13 FIELD airmass_min, 10, min airmass 14 FIELD airmass_max, 5, max 15 FIELD exp_time_min, 10, min exp_time 16 FIELD exp_time_max, 5, max 17 FIELD ccd_temp_min, 10, min ccd_temp 18 FIELD ccd_temp_max, 5, max 19 FIELD posang_min, 10, min posang 20 FIELD posang_max, 5, max 21 FIELD registered, 10, registered 22 FIELD use_begin, 10, use_begin 23 FIELD use_end, 10, use_end -
trunk/ippMonitor/def/warpInputExp.d
r12083 r12835 1 TABLE warpInputExp 1 TABLE warpInputExp, camProcessedExp, chipProcessedExp 2 2 TITLE warpInputExp 3 3 FILE warpInputExp.php 4 4 MENU ipp.warp.dat 5 5 6 # field name show link to extras 7 FIELD warp_id, 20, warp ID 8 FIELD exp_tag, 20, exposure tag 9 FIELD cam_version, 20, cam version 10 FIELD magiced, 20, magic done? 6 WHERE warpInputExp.cam_id = camProcessedExp.cam_id 7 WHERE camProcessedExp.chip_id = chipProcessedExp.chip_id 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 14 FIELD magiced, 5, magic? -
trunk/ippMonitor/def/warpSkycellMap.d
r12083 r12835 1 TABLE warpSkyCellMap 1 TABLE warpSkyCellMap, camProcessedExp, chipProcessedExp 2 2 TITLE warpSkyCellMap 3 3 FILE warpSkyCellMap.php 4 4 MENU ipp.warp.dat 5 5 6 # field name show link to extras 7 FIELD warp_id, 20, warp ID 8 FIELD skycell_id, 20, skycell ID 9 FIELD tess_id, 20, tessellation ID 10 FIELD exp_tag, 20, exposure tag 11 FIELD cam_version, 20, cam version 12 FIELD class_id, 20, class ID 6 WHERE warpSkyCellMap.cam_id = camProcessedExp.cam_id 7 WHERE camProcessedExp.chip_id = chipProcessedExp.chip_id 8 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
Note:
See TracChangeset
for help on using the changeset viewer.
